Forum Discussion
Suleyman Ali
Feb 01, 2022Iron Contributor
Office 365 group calendar missing?
Ok, we dont know when this has happened. But we created a Office 365 group via the admin gui portal. its been used as a document library and its the main teams group in MS Teams. Now, the company w...
dfoster303
Copper Contributor
Here's the kicker - even though I've connected to exchange online management via powershell, the set-unifiedgroup command consistently returns an error that it doesn't exist (though the get-unifiedgroup command works just fine).
Set-UnifiedGroup : The term 'Set-UnifiedGroup' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:1 char:1
+ Set-UnifiedGroup -Identity "Marcom" -HiddenFromAddressListsEnabled:$f ...
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Set-UnifiedGroup:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
paulcreedy710
Aug 09, 2022Brass Contributor
I'm going to guess you have a commandlet missing from Powershell there somewhere that needs importing/installing.
- dfoster303Aug 10, 2022Copper Contributor
That would seem to be the case. However, I've tried installing the Exchange Online Powershell module V1 and V2 to no avail. No one on my team can get any cmdlet with the word 'Unified' to work except for 'Get-UnifiedGroup'. After importing the exchange online module, we can run a 'Get-Command' and it returns no 'unified' cmdlets, save 'Get-' I don't know if it matters, but we are an all Azure environment, and do not have any on-premises Exchange servers. paulcreedy710