Skip to content

Commit 8184185

Browse files
authored
Merge pull request #416 from mardahl/patch-1
Update README.md
2 parents cdcc4e1 + 5f6e7f2 commit 8184185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ There are a set of samples in the `samples` folder to help in getting started wi
5656
2. List users in your tenant.
5757
5858
```ps
59-
Get-User -Top 10 -Property Id, DisplayName, BusinessPhones | Format-Table Id, DisplayName, BusinessPhones
59+
Get-MgUser -Top 10 -Property Id, DisplayName, BusinessPhones | Format-Table Id, DisplayName, BusinessPhones
6060
```
6161
6262
3. Filter a user in your tenant.
@@ -109,4 +109,4 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT
109109
[Mg]: https://img.shields.io/powershellgallery/v/Microsoft.Graph.svg?style=flat-square&label=Microsoft.Graph
110110

111111
<!-- PS Gallery -->
112-
[MgGallery]: https://www.powershellgallery.com/packages/Microsoft.Graph/
112+
[MgGallery]: https://www.powershellgallery.com/packages/Microsoft.Graph/

0 commit comments

Comments
 (0)