Forum Discussion
John Lowery
Apr 22, 2021Copper Contributor
Office 365 PowerShell Get-OrganizationConfig, IsUpdatingServicePlan and IsUpgradingOrganization
I have a bit of code that uses the PowerShell Get-OrganizationConfig cmdlet to see if a new tenant is dehydrated (non-configurable in some respects). I have a new tenant (global deployment) wher...
John Lowery
Apr 22, 2021Copper Contributor
A short follow-up on my question. I tried Enable-OrganizationCustomization on the tenant and it succeeded in spite of the IsUpdatingServicePlan property having a value of true. So at least using that test to block the Enable call was in error. No idea about IsUpgradingOrganization, though.
John