Friday, September 29, 2017

Azure AD: Get All User Properties / Attributes

To get all of the Azure AD user properties, you can add a format-list at the end and that should do the trick:

Get-msoluser -UserPrincipalName your.user@yourdomain.com | FL


No comments: