Skip to content

Commit 10d214a

Browse files
authored
Merge pull request #660 from MicrosoftDocs/jacktremper-patch-1
Security global admin removals
2 parents 0948a69 + 4650d1e commit 10d214a

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SharePoint Online PowerShell commands can be very efficient for batch operations
1111

1212
## Getting Started with SharePoint Online PowerShell
1313

14-
To use SharePoint Online PowerShell commands, you must have the SharePoint Admin role or Global Administrator role in Microsoft 365.
14+
To use SharePoint Online PowerShell commands, you must have the SharePoint Admin role in Microsoft 365.
1515

1616
You must install the SharePoint Online Management Shell module and connect to the SharePoint Online service. For more information, see [Connect SharePoint Online](connect-sharepoint-online.md).
1717

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOGeoAdministrator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Add-SPOGeoAdministrator [-ObjectId] <Guid> [<CommonParameters>]
3737
## DESCRIPTION
3838

3939
This cmdlet requires a connection to a multi-geo tenant to run correctly.
40-
You must be a SharePoint Online administrator or Global Administrator to run this cmdlet.
40+
You must be a SharePoint Online administrator to run this cmdlet.
4141

4242
## EXAMPLES
4343

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOSiteCollectionAppCatalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add-SPOSiteCollectionAppCatalog -Site <SpoSitePipeBind> [-WhatIf] [-Confirm] [<C
2525
## DESCRIPTION
2626

2727
Use this cmdlet to add a site collection scoped app catalog to the specified site. To run this cmdlet user must have the following roles:
28-
* SharePoint Admin role or Global Administrator role
28+
* SharePoint Admin role
2929
* Site Collection Administrator of the tenant app catalog
3030
* Site Collection Administrator of the site collection of the site specified in the `-Site` parameter
3131

sharepoint/sharepoint-ps/sharepoint-online/Add-SPOTenantCdnOrigin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add-SPOTenantCdnOrigin -CdnType <SPOTenantCdnType> [-Confirm] -OriginUrl <String
2626

2727
Configures a new origin to public or private CDN, on either Tenant level or on a single Site level. Effectively, a tenant admin points out to a document library, or a folder in the document library and requests that content in that library should be retrievable by using a CDN.
2828

29-
You must have the SharePoint Admin role or Global Administrator role and be a site collection administrator to run the cmdlet.
29+
You must have the SharePoint Admin role and be a site collection administrator to run the cmdlet.
3030

3131
## EXAMPLES
3232

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add-SPOUser -Group <String> -LoginName <String> -Site <SpoSitePipeBind> [<Common
2424

2525
## DESCRIPTION
2626

27-
Along with the group memberships that are normally required to run Windows PowerShell, you must have the SharePoint Admin role or Global Administrator role and be a site collection administrator to use the `Add-SPOUser` cmdlet.
27+
Along with the group memberships that are normally required to run Windows PowerShell, you must have the SharePoint Admin role and be a site collection administrator to use the `Add-SPOUser` cmdlet.
2828

2929
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).
3030

sharepoint/sharepoint-ps/sharepoint-online/Connect-SPOService.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Connects a SharePoint Online administrator or Global Administrator to a SharePoint Online connection (the SharePoint Online Administration Center).
17+
Connects a SharePoint Online administrator to a SharePoint Online connection (the SharePoint Online Administration Center).
1818
This cmdlet must be run before any other SharePoint Online cmdlets can run.
1919

2020
## SYNTAX
@@ -35,7 +35,7 @@ Connect-SPOService [-ClientTag <String>] [-Credential <CredentialCmdletPipeBind>
3535

3636
## DESCRIPTION
3737

38-
The `Connect-SPOService` cmdlet connects a SharePoint Online administrator or Global Administrator to the SharePoint Online Administration Center.
38+
The `Connect-SPOService` cmdlet connects a SharePoint Online administrator to the SharePoint Online Administration Center.
3939

4040
Only a single SharePoint Online service connection is maintained from any single Windows PowerShell session.
4141
In other words, this is a per-geo within an organization administrator connection.
@@ -44,7 +44,7 @@ The Windows PowerShell session will be set to serve the new SharePoint Online ad
4444

4545
A delegated partner administrator has to swap connections for different organizations within the same Windows PowerShell session.
4646

47-
You must be a SharePoint Online administrator or Global Administrator to run the cmdlet.
47+
You must be a SharePoint Online administrator to run the cmdlet.
4848

4949
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).
5050

@@ -56,7 +56,7 @@ For permissions and the most current information about Windows PowerShell for Sh
5656
Connect-SPOService -Url https://contoso-admin.sharepoint.com -credential [email protected]
5757
```
5858

59-
Example 1 shows how a SharePoint Online administrator or Global Administrator with credential [email protected] connects to a SharePoint Online Administration Center that has the URL <https://contoso-admin.sharepoint.com.>
59+
Example 1 shows how a SharePoint Online administrator with credential [email protected] connects to a SharePoint Online Administration Center that has the URL `<https://contoso-admin.sharepoint.com.>`
6060

6161
### -----------------------EXAMPLE 2-----------------------------
6262

@@ -67,9 +67,9 @@ $cred = New-Object -TypeName System.Management.Automation.PSCredential -argument
6767
Connect-SPOService -Url https://contoso-admin.sharepoint.com -Credential $cred
6868
```
6969

70-
Example 2 shows how a SharePoint Online administrator or Global Administrator with a username and password connects to a SharePoint Online Administration Center that has the URL <https://contoso-admin.sharepoint.com.>
70+
Example 2 shows how a SharePoint Online administrator with a username and password connects to a SharePoint Online Administration Center that has the URL `<https://contoso-admin.sharepoint.com.>`
7171

72-
### -----------------------EXAMPLE 3-----------------------------
72+
### --------------------`---EXAMPLE 3-----------------------------
7373

7474
```powershell
7575
Connect-SPOService -Url https://contoso-admin.sharepoint.com
@@ -130,7 +130,7 @@ Accept wildcard characters: False
130130
131131
### -Credential
132132
133-
Specifies the credentials to use to connect. If no credentials are presented, a dialog will prompt for the credentials. The credentials must be those of a SharePoint Online administrator or Global Administrator who can access the SharePoint Online Administration Center site.
133+
Specifies the credentials to use to connect. If no credentials are presented, a dialog will prompt for the credentials. The credentials must be those of a SharePoint Online administrator who can access the SharePoint Online Administration Center site.
134134
135135
```yaml
136136
Type: CredentialCmdletPipeBind

sharepoint/sharepoint-ps/sharepoint-online/Disconnect-SPOService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For more information, see `Connect-SPOService`.
3232
Even after a connection is terminated, operations that were started before the connection is terminated will run to completion.
3333
In other words, long-running operations will not be terminated by running the `Disconnect-SPOService` cmdlet or the `Connect-SPOService` cmdlet.
3434

35-
You must be a SharePoint Online administrator or Global Administrator to run the cmdlet.
35+
You must be a SharePoint Online 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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Set-SPOSite [-Identity] <SpoSitePipeBind>
104104

105105
For any parameters that are passed in, the `Set-SPOSite` cmdlet sets or updates the setting for the site collection identified by parameter Identity.
106106

107-
You must be a SharePoint Online administrator or Global Administrator and be a site collection administrator to run the cmdlet.
107+
You must be a SharePoint Online administrator and be a site collection administrator to run the cmdlet.
108108

109109
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).
110110

@@ -1199,7 +1199,7 @@ Accept wildcard characters: False
11991199

12001200
### -BlockDownloadPolicy
12011201

1202-
As a SharePoint administrator or global administrator in Microsoft 365, you can block the download of files from SharePoint sites or OneDrive. This feature does not need Microsoft Entra Conditional Access policies. This feature can be set for individual sites but not at the organization level.
1202+
As a SharePoint administrator in Microsoft 365, you can block the download of files from SharePoint sites or OneDrive. This feature does not need Microsoft Entra Conditional Access policies. This feature can be set for individual sites but not at the organization level.
12031203

12041204
Blocking the download of files allows users to remain productive while addressing the risk of accidental data loss. Users have browser-only access with no ability to download, print, or sync files. They also won't be able to access content through apps, including the Microsoft Office desktop apps. When web access is limited, users will see the following message at the top of sites: "Your organization doesn't allow you to download, print, or sync from this site. For help contact your IT department." Read the full documentation for advanced capabilities at [Block download policy for SharePoint sites and OneDrive](https://learn.microsoft.com/sharepoint/block-download-from-sites).
12051205

@@ -1246,7 +1246,7 @@ Accept wildcard characters: False
12461246
```
12471247

12481248
### -EnableAutoExpirationVersionTrim
1249-
Global and SharePoint Administrators can set site-level version history limit settings that universally apply to new versions created on all new document libraries created on the site. Also can create request to set the version setting for existing libraries that enabled versioning.
1249+
SharePoint Administrators can set site-level version history limit settings that universally apply to new versions created on all new document libraries created on the site. Also can create request to set the version setting for existing libraries that enabled versioning.
12501250

12511251
When version history limits are managed automatically, SharePoint employs an algorithm behind the scenes that deletes (thins out) intermittent older versions that are least likely to be needed, while preserving sufficient high-value versions - more versions in the recent past and fewer farther back in time - in case restores are required.
12521252

0 commit comments

Comments
 (0)