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
- Prasad_Das-MSFT
Microsoft
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 LearnTo 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_12Iron 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-MSFT
Microsoft