Forum Discussion

Anonymous's avatar
Anonymous
Nov 15, 2016

Changing Access Type via PowerShell

I need to change all Public Groups to Provate Groups. So I am attempting to run:   Get-UnifiedGroup | Where {$_.AccessType -eq "Public"} | Set-UnifiedGroup -AccessType Private   I keep getting th...

Resources