Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Users/Users/examples/v1.0-beta/Get-MgUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```powershell
Connect-MgGraph -Scopes 'User.Read.All'
Get-MgUser | Format-List ID, DisplayName, Mail, UserPrincipalName
Get-MgUser -All | Format-List ID, DisplayName, Mail, UserPrincipalName

Id : e4e2b110-8d4f-434f-a990-7cd63e23aed6
DisplayName : Kristi Laar
Expand Down
2 changes: 1 addition & 1 deletion src/Users/Users/examples/v1.0/Get-MgUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```powershell
Connect-MgGraph -Scopes 'User.Read.All'
Get-MgUser | Format-List ID, DisplayName, Mail, UserPrincipalName
Get-MgUser -All | Format-List ID, DisplayName, Mail, UserPrincipalName

Id : e4e2b110-8d4f-434f-a990-7cd63e23aed6
DisplayName : Kristi Laar
Expand Down