Forum Discussion
Eric Adler
Feb 13, 2019Iron Contributor
Is there a way to get the "Organizational Properties" through powershell?
is there a way to check the org properties in an o365 tenant, specifically "release preference" through powershell?
Matthew Roerig
Feb 14, 2019Copper Contributor
Hi Eric,
You can try using Get-OrganizationConfig. There is a property called "ReleaseTrack", although from my experience, this has been left blank. There currently isn't a way to set this property from PowerShell yet. You will need to connect to you EXO PowerShell to access this cmdlet. I'll see if there are any alternative/better solutions.
VasilMichev
Feb 14, 2019MVP
You can check the same property via Get-MsolCompanyInformation, I haven't seen a case where it was displaying wrong, yet.