Automate update of Office 365 Targeted Release via Powershell

Copper Contributor

Hi All,

 

I was wondering if anyone new if it is possible to update a users releasetrack via Powershell?

 

We have a Dynamic Office 365 group that contains a set of users we would like to provide access to the Targeted Release track within M365 Organisation settings.

 

I can see it is possible to use Get-MSOLUser to return the releasetrack property for a user.

 

Get-MsolUser | Where-Object {$_.ReleaseTrack -eq "StagedRolloutOne"} | FL DispalyName, ReleaseTrack

 

I cannot see a property within Set-MSOLUser to manually set the ReleaseTrack property. Is this possible and if so how do I achieve this?

 

It would be very nice if the ReleaseTrack supported groups and not just users. :)

 

 

0 Replies