Skip to content

Commit dd11590

Browse files
authored
Merge pull request #682 from MicrosoftDocs/global-admin-security
update powershell articles mentioning glob admin
2 parents f7cb4e6 + 1c7858b commit dd11590

25 files changed

+46
-28
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For Beta 2, the only company logs available are for Business Connectivity Servic
5050
> [!NOTE]
5151
> If you do not use any parameter, the first 1000 rows in descending time range are returned.
5252
53-
You must be a SharePoint Online administrator or Global Administrator to run the cmdlet.
53+
You must be at least a SharePoint Online administrator to run the cmdlet.
5454

5555
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).
5656

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Get-SPOTenantLogLastAvailableTimeInUtc [<CommonParameters>]
2727
This cmdlet retrieves the time in Coordinated Universal Time (UTC) when the logs were last collected.
2828
After you know the time, you can use the `Get-SPOTenantLogEntry` cmdlet to retrieve the logs.
2929

30-
You must be a SharePoint Online administrator or Global Administrator to run the cmdlet.
30+
You must be at least a SharePoint Online 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/Get-SPOTenantRenameSitePrioritization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ This cmdlet can be used to view the currently prioritized sites, as part of [Adv
2424

2525
The output is a list of all site URLs, one per row. If desired, the output can be downloaded using the standard PowerShell Out-File option. If you want just the count of prioritized sites, you can use the standard Measure-Object option.
2626

27-
You must be a SharePoint or Global Administrator to run this cmdlet.
27+
You must be at least a SharePoint Online administrator to run the cmdlet.
28+
2829
## EXAMPLES
2930
### Example 1
3031
```powershell

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The `Get-SPOTenantSyncClientRestriction` cmdlet returns whether the TenantRestri
2828

2929
This cmdlet, that does not take any input, also returns the current state of the BlockMacSync and GrooveBlockOption properties.
3030

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

3333
Requires a valid `Connect-SPOService` context to identify the tenant. For information on how to connect to the tenant, see `Connect-SPOService`.
3434

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For more information about how to use parameter sets, see [Cmdlet Parameter Sets
4444

4545
The `Get-SPOUser` cmdlet matches one and only one user or security group.
4646

47-
Be sure to run the `Get-SPOUser` cmdlet using a SharePoint Online administrator or Global Administrator and be a site collection administrator of the queried site.
47+
Be sure to run the `Get-SPOUser` cmdlet as at least a SharePoint Online administrator and be a site collection administrator of the queried site.
4848

4949
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at <https://go.microsoft.com/fwlink/p/?LinkId=251832>.
5050

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Get-SPOWebTemplate [[-LocaleId] <UInt32>] [-CompatibilityLevel <Int32>] [-Name <
2727

2828
The `Get-SPOWebTemplate` cmdlet displays all site templates that match the given identity and are available in SharePoint Online.
2929

30-
You must be a SharePoint Online administrator or Global Administrator to run the cmdlet.
30+
You must be at least a SharePoint Online 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/New-SPOSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ New-SPOSite [-CompatibilityLevel <Int32>] [-LocaleId <UInt32>] [-NoWait] -Owner
2929
The `New-SPOSite` cmdlet creates a new site collection for the current company.
3030
However, creating a new SharePoint Online site collection fails if a deleted site with the same URL exists in the Recycle Bin.
3131

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

3434
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at <https://go.microsoft.com/fwlink/p/?LinkId=251832>.
3535

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ New-SPOSiteGroup -Group <String> -PermissionLevels <String[]> -Site <SpoSitePipe
2727
A SharePoint group is a set of individual users.
2828
SharePoint groups enable you to manage sets of users instead of individual users.
2929

30-
You must be a SharePoint Online administrator or Global Administrator and be a site collection administrator to run the cmdlet.
30+
You must be at least a SharePoint Online 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/Remove-SPOContainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The `Remove-SPOContainer` cmdlet deletes a File Storage Container and puts it in
2929

3030
When admins delete a Container, it is moved into the Recycle Bin. A deleted Container can be [restored](./Restore-SPODeletedContainer.md) from the Recycle Bin within 93 days. If a Container is deleted from the Recycle Bin, or it exceeds the 93-day retention period, it is permanently deleted. Deleting a Container deletes everything within it, including all documents and files. You can view all deleted Containers in the Recycle Bin with the [`Get-SPODeletedContainer`](./Get-SPODeletedContainer.md) cmdlet.
3131

32-
You must be a SharePoint Online Administrator or Global Administrator to run this cmdlet.
32+
You must be at least a SharePoint Online administrator to run the cmdlet.
3333

3434
## EXAMPLES
3535

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPODeletedContainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Remove-SPODeletedContainer [-Identity <ContainerId>] [<CommonParameters>]
2828

2929
## DESCRIPTION
3030

31-
The `Remove-SPODeletedContainer` cmdlet permanently removes a deleted File Storage Container from the Recycle Bin. A permanently deleted Container cannot be recovered. You must be a SharePoint Administrator or Global Administrator to run the cmdlet.
31+
The `Remove-SPODeletedContainer` cmdlet permanently removes a deleted File Storage Container from the Recycle Bin. A permanently deleted Container cannot be recovered. You must be at least a SharePoint Online administrator to run the cmdlet.
3232

3333
> [!IMPORTANT]
3434
> We do not generally recommend that you permanently delete Containers.

0 commit comments

Comments
 (0)