Forum Discussion
JFM_12
May 10, 2024Iron Contributor
Targeted release
Hello Is there a way to pull out a list of users that have targeted release? I am looking for a powershell script. Regards JFM_12
JFM_12
May 12, 2024Iron Contributor
Hello Prasad
After some searching I found this command
Get-MsolUser -UserPrincipalName "email address removed for privacy reasons" | select UserPrincipalName, ReleaseTrack
Could this be the command?
Regards
JFM_12
After some searching I found this command
Get-MsolUser -UserPrincipalName "email address removed for privacy reasons" | select UserPrincipalName, ReleaseTrack
Could this be the command?
Regards
JFM_12
Prasad_Das-MSFT
Microsoft
May 12, 2024JFM_12 - Yes, you can check the response to identify user with the ReleaseTrack property set to "TargetedRelease" or a similar value.
Btw where is it documented? I checked but could not find the property anywhere in this doc.
- JFM_12May 12, 2024Iron Contributor
Hello Prasad
It was here
https://community.spiceworks.com/t/filtering-with-powershell-might-be-over-lookign-something/608939
https://techcommunity.microsoft.com/t5/microsoft-365/automate-update-of-office-365-targeted-release-via-powershell/m-p/3391465Regards
JFM_12