Why is UserType column part of the default output for Get-MgUser? #1754
alexandair
started this conversation in
General
Replies: 1 comment 2 replies
-
➜ Get-MgUser -Select UserType, DisplayName | select UserType, DisplayName
UserType DisplayName
-------- -----------
Member Conf Room Adams
Member AdeleV
Member MOD Administrator
Member AlexW
Member AllanD
Member Automate Bot |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Get-MgUser doesn't output the UserType property by default.
Why is then the UserType column part of the default output table?
That column is always empty by default.
Beta Was this translation helpful? Give feedback.
All reactions