pnp / PnP-PowerShell

SharePoint PnP PowerShell CmdLets
https://pnp.github.io/powershell
Other
990 stars 663 forks source link

Set-PnPGroup not update group name #2502

Open marineko opened 4 years ago

marineko commented 4 years ago

Reporting an Issue or Missing Feature

I use Set-PnPGroup command to change default group name in Azure Automation Runbook. The command is executed with no error, but when i look at target site, the group name is not updated actually. It seems just ignored.

Expected behavior

Group name is changed as i expected.

Actual behavior

Group name remains same as before.

Steps to reproduce behavior

$fullcontrolGroup = Get-PnPGroup -AssociatedownerGroup Set-PnPGroup -Identity $fullcontrolGroup.Id -Title "Site Administrators"

Which version of the PnP-PowerShell Cmdlets are you using?

What is the version of the Cmdlet module you are running?

(you can retrieve this by executing Get-Module -Name *pnppowershell* -ListAvailable) SharePointPnPPowerShellOnline 3.17.2001.2

How did you install the PnP-PowerShell Cmdlets?

ghost commented 4 years ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.