Skip to content

Commit 0947c08

Browse files
authored
Merge branch 'master' into patch-140
2 parents 00597d5 + 313f685 commit 0947c08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOExternalUser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Example 2 returns two external users from the third page of the collection.
4949
### -----------------------EXAMPLE 3-----------------------------
5050

5151
```powershell
52-
Get-SPOExternalUser -Position 0 -PageSize 30 -Filter https://contoso.sharepoint.com
52+
Get-SPOExternalUser -Position 0 -PageSize 30 -SiteUrl https://contoso.sharepoint.com
5353
```
5454

55-
Example 3 returns the first 30 users that match the filter <https://contoso.sharepoint.com.>
55+
Example 3 returns the first 30 users that match the SiteUrl <https://contoso.sharepoint.com>.
5656

5757
## PARAMETERS
5858

teams/teams-ps/teams/Add-TeamUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Accept wildcard characters: False
5353
```
5454
5555
### -User
56-
User's UPN (user principal name - e.g. [email protected]).
56+
UPN of a user of the organization (user principal name - e.g. [email protected]).
5757
5858
```yaml
5959
Type: String

0 commit comments

Comments
 (0)