Skip to content

Commit

Permalink
Updated example 1 in Get-MgUser (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
msewaweru authored Sep 15, 2022
1 parent 4681d64 commit 3a65bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 3a65bb5

Please sign in to comment.