NunoAlexandre
Microsoft
Oct 22, 2021Status:
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