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
Aug 12, 2022Copper Contributor
The "set-unifiedgroup" cmdlet has not yet been ported to the Exchange Online Powershell v2 module. If you are running v2, you'll need to uninstall the module by running "uninstall-module exchangeonlinemanagement" and then install v1 with the following command:
Install-Module -Name ExchangeOnlineManagement -RequiredVersion 1.0.1
Install-Module -Name ExchangeOnlineManagement -RequiredVersion 1.0.1