Skip to content

Commit f7cb4e6

Browse files
authored
Merge pull request #683 from MicrosoftDocs/global-admin-batch-2
2nd batch of sharepoint powershell global admin mentioning removal
2 parents 19418c2 + 79e1280 commit f7cb4e6

9 files changed

+27
-10
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSiteGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Set-SPOSiteGroup -Identity <String> [-Name <String>] [-Owner <String>] [-Permiss
2525

2626
## DESCRIPTION
2727

28-
You must be a SharePoint Online administrator or Global Administrator and be a site collection administrator to run the `Set-SPOSiteGroup` cmdlet.
28+
You must be at least a SharePoint Online administrator and be a site collection administrator to run the `Set-SPOSiteGroup` cmdlet.
2929

3030
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
3131

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSiteOffice365Group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Set-SPOSiteOffice365Group
3232

3333
## DESCRIPTION
3434

35-
Connects a top-level SPO site collection to a new Microsoft 365 Group. You must be a SharePoint Online administrator or Global administrator to run the cmdlet and be a site collection administrator of the site.
35+
Connects a top-level SPO site collection to a new Microsoft 365 Group. You must be at least a SharePoint Online administrator to run the cmdlet and be a site collection administrator of the site.
3636

3737
If the site doesn't exist, this cmdlet returns a "File not found" error.
3838

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenantRenameSitePrioritization.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,25 @@ It is possible to start prioritizing sites only once the rename operation has be
2828

2929
Please note that prioritizing a site is not a guarantee that it will complete first. There are several factors that can affect processing times, and multiple site renames are processed in parallel. Prioritized sites have a much higher chance of completing first.
3030

31-
You must be a SharePoint or Global Administrator to run this cmdlet.
31+
You must be at least a SharePoint administrator to run the cmdlet.
32+
3233
## EXAMPLES
34+
3335
### Example 1
36+
3437
```powershell
3538
Set-SPOTenantRenameSitePrioritization -SiteUrl https://contoso.sharepoint.com/sites/projectx
3639
```
37-
This example prioritizes the 'projectx' site within the Advanced Tenant Rename.
40+
41+
This example prioritizes the 'projectx' site within the Advanced Tenant Rename.
42+
3843
## PARAMETERS
44+
3945
### -SiteUrl
46+
4047
Specifies the full site URL of the site you wish to prioritize. This can be either a OneDrive for Business or SharePoint Online site. Root URLs (e.g., contoso.sharepoint.com, contoso-admin.sharepoint.com or contoso-my.sharepoint.com) can't be prioritized.
4148
```yaml
49+
4250
Type: String
4351
Parameter Sets: (All)
4452
Aliases:
@@ -49,12 +57,21 @@ Default value: None
4957
Accept pipeline input: False
5058
Accept wildcard characters: False
5159
```
60+
5261
### CommonParameters
62+
5363
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
64+
5465
## INPUTS
66+
5567
### None
68+
5669
## OUTPUTS
70+
5771
### System.Object
72+
5873
## NOTES
74+
5975
## RELATED LINKS
76+
6077
[Advanced Tenant Rename](https://aka.ms/advancedtenantrename)

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenantSyncClientRestriction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Set-SPOTenantSyncClientRestriction [-ExcludedFileExtensions <String>] [<CommonPa
4040

4141
This cmdlet contains more than one parameter set. You may only use parameters from one parameter set, and you may not combine parameters from different parameter sets. For more information about how to use parameter sets, see [Cmdlet Parameter Sets](https://msdn.microsoft.com/library/dd878348(VS.85).aspx).
4242

43-
You must be a SharePoint Online administrator or Global Administrator to run the cmdlet.
43+
You must be at least a SharePoint administrator to run the cmdlet.
4444

4545
Requires a valid Connect-SPOService context to identify the tenant. For information on how to connect to the tenant, see [Connect-SPOService](Connect-SPOService.md)
4646

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Set-SPOUser -IsSiteCollectionAdmin <Boolean> -LoginName <String> -Site <SpoSiteP
2727
Use the `Set-SPOUser` cmdlet to configure properties of an existing user.
2828
That is, to add or remove a user as a SharePoint Online site collection administrator.
2929

30-
You must have the SharePoint Online Administrator or Global Administrator role to run the cmdlet.
30+
You must be at least a SharePoint administrator to run the cmdlet.
3131

3232
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
3333

sharepoint/sharepoint-ps/sharepoint-online/Start-SPOUserAndContentMove.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Start-SPOUserAndContentMove [-UserPrincipalName] <String> [-DestinationDataLocat
2626

2727
## DESCRIPTION
2828

29-
This cmdlet applies to Multi-Geo tenants and it is designed to move user profiles and their corresponding OneDrive personal sites across geo locations. These cmdlets may only be ran by a SharePoint or Global administrator, who is connected to the SharePoint administration center of the geo location where the user is currently hosted.
29+
This cmdlet applies to Multi-Geo tenants and it is designed to move user profiles and their corresponding OneDrive personal sites across geo locations. These cmdlets may only be run by a SharePoint administrator or above, who is connected to the SharePoint administration center of the geo location where the user is currently hosted.
3030

3131
## EXAMPLES
3232

sharepoint/sharepoint-ps/sharepoint-online/Test-SPOSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The `Test-SPOSite` cmdlet runs one or all site collection health checks on the s
2828
Tests are intended not to make any changes except in repair mode, which can be initiated by running the `Repair-SPOSite` cmdlet.
2929
This cmdlet reports the rules together with a summary of the results.
3030

31-
You must be a SharePoint Online administrator or Global Administrator to run the `Test-SPOSite` cmdlet.
31+
You must be at least a SharePoint administrator to run the cmdlet.
3232

3333
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
3434

sharepoint/sharepoint-ps/sharepoint-online/Unlock-SPOSensitivityLabelEncryptedFile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Unlock-SPOSensitivityLabelEncryptedFile -FileUrl <absolute path for file> -Justi
2626

2727
The `Unlock-SPOSensitivityLabelEncryptedFile` cmdlet runs on a single office online file that is encrypted via sensitivity label. It decrypts the file and removes the label from the file.
2828

29-
You must be a SharePoint Online administrator or Global Administrator to run the `Unlock-SPOSensitivityLabelEncryptedFile` cmdlet. This cmdlet doesn't work on files that have double key encryption or files that have encryption but are not processed by SharePoint. These files don't show the name of the label in the Sensitivity column, and you can't edit these files in Office Online.
29+
You must be at least a SharePoint Online administrator to run the `Unlock-SPOSensitivityLabelEncryptedFile` cmdlet. This cmdlet doesn't work on files that have double key encryption or files that have encryption but are not processed by SharePoint. These files don't show the name of the label in the Sensitivity column, and you can't edit these files in Office Online.
3030

3131
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
3232

sharepoint/sharepoint-ps/sharepoint-online/Upgrade-SPOSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When upgrade is initiated, it can either be a build-to-build or version-to-versi
3232
The default is build-to-build upgrade.
3333
When in version-to-version upgrade, site collection health checks are first run in repair mode to ensure that the site collection can be upgraded successfully.
3434

35-
You must be a SharePoint Online administrator or Global Administrator and be a site collection administrator to run the cmdlet.
35+
You must be at least a SharePoint Online administrator and be a site collection administrator to run the cmdlet.
3636

3737
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://learn.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
3838

0 commit comments

Comments
 (0)