Skip to content

Commit c1199e8

Browse files
authored
Merge branch 'master' into nasim
2 parents a410a1d + ec2568e commit c1199e8

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Get-SPOExternalUser -Position 0 -PageSize 30 -Filter https://contosoe.testsite.c
4747
```
4848
Example 3 returns the first 30 users that match the filter, https://contosoe.testsite.com.
4949

50-
5150
## PARAMETERS
5251

5352
### -Filter

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOGeoAdministrators.md renamed to sharepoint/sharepoint-ps/sharepoint-online/Get-SPOGeoAdministrator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
external help file:
33
applicable: SharePoint Online
4-
title: Get-SPOGeoAdministrators
4+
title: Get-SPOGeoAdministrator
55
schema: 2.0.0
66
---
77

8-
# Get-SPOGeoAdministrators
8+
# Get-SPOGeoAdministrator
99

1010
## SYNOPSIS
1111
{{Fill in the Synopsis}}
1212

1313
## SYNTAX
1414

1515
```
16-
Get-SPOGeoAdministrators [<CommonParameters>]
16+
Get-SPOGeoAdministrator [<CommonParameters>]
1717
```
1818

1919
## DESCRIPTION

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Get-SPOUser -Site https://contoso.sharepoint.com/sites/finance -Group "Team Site
6262
```
6363
Example 3 returns one user or security group account inside group Team Site Members from the site collection http://contoso.sharepoint.com/sites/finance.
6464

65-
6665
## PARAMETERS
6766

6867
### -Group

0 commit comments

Comments
 (0)