Hello,
Figured I’d pick you brains and see if anyone else has had this issue
Getting this error whenever we try to Enable AutoSubscribeNewMembers via powershell:
Set-UnifiedGroup -Identity “Grade 9-01 ELA” -AutoSubscribeNewMembers AutoSubscribeNewMembers parameter can’t be true when st SubscriptionEnabled is set to false on the group.
I see the SubscriptionEnabled parameter in New-UnifiedGroup( https://technet.microsoft.com/en-us/library/mt219359(v=exchg.160).aspx ), but not in Set-UnifiedGroup ( https://technet.microsoft.com/en-us/library/mt238274(v=exchg.160).aspx )
When i try to for it, there’s no parameter
Set-UnifiedGroup -Identity “Grade 9-01 ELA” -SubscriptionEnabled $True
A parameter cannot be found that matches parameter name ‘SubscriptionEnabled’.
If i do New-UnifiedGroup it creates a duplicate 365 group
Any help would be appreciated
Thanks
submitted by /u/TheMckill
[link] [comments]
The post 365 Groups Enable AutoSubscribeNewMembers Help appeared first on How to Code .NET.