NunoAlexandre's avatar
NunoAlexandre
Icon for Microsoft rankMicrosoft
Oct 22, 2021
Status:
New

As an admin I want to get all the user properties with Get-MgUser -UserId <upn> -Select *

I thought we could use the wildcard -Select * just like with AD or Exchange powershell cmdlets but it doesn't work:

 

Get-MgUser -UserId <upn> -Select * | fl *

vs

Get-MgUser -UserId <upn> -Select OnPremises* | fl *

vs

Get-MgUser -UserId <upn> | fl *

 

Has the exact same output.

 

No CommentsBe the first to comment