pnp / PnP-PowerShell

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

Set-UnifiedGroup -IsPrivate:$false has no effect #2138

Open nordtorp opened 5 years ago

nordtorp commented 5 years ago

I am trying to alter the visibility of a Unified Group using the Set-PnPUnifiedGroup Cmdlet but this has no effect at all.

I updated to latest version 1906 and retried without any luck.

My App has Group.ReadWrite.All and Directory.ReadWrite.All

I use the CmdLet like this: Set-PnPUnifiedGroup -Identity $groupId -IsPrivate:$false (is is currently private)

Expected behavior

I would expect the visibility to change to public (or private!)

Actual behavior

Nothing happens

Steps to reproduce behavior

Connect-PnpOnline -AppId $appId -AppSecret $appSec -AADDomain "domain" Set-PnPUnifiedGroup -Identity $groupId -IsPrivate:$false

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

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

3.10.1906.0

How did you install the PnP-PowerShell Cmdlets?

ghost commented 5 years ago

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

nordtorp commented 5 years ago

Really - nothing happening on this issue - how can we set visibility to public once it entered the private state???

nordtorp commented 5 years ago

sorry - clicked wrong button!