Forum Discussion
Targeted release
JFM_12 - Currently there is no such option available to get list of users that have targeted release.
There is no such property available here as well: Get-MsolUser (MSOnline) | Microsoft Learn
To achieve your requirements, we recommend you give your feedback in Teams Feedback Portal.
Thanks,
Prasad Das
------------------------------------------------------------------------------------------
If the response is helpful, please click "**Mark as Best Response**" and like it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.
- JFM_12May 12, 2024Iron ContributorHello 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- Prasad_Das-MSFTMay 12, 2024
Microsoft
JFM_12 - Yes, you can check the response to identify user with the
ReleaseTrackproperty 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