Targeted release

Iron Contributor

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

4 Replies

@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. 

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

@JFM_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.