You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/embedded/concepts/admin-exp/consuming-tenant-admin/ctapowershell.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,18 @@ ms.localizationpriority: high
8
8
# Manage Containers in SharePoint PowerShell
9
9
10
10
11
-
The Consuming Tenant Administrator (CTA) can manage containers using PowerShell commands, specifically designed for container management. To access these commands, they must be assigned the role of Microsoft 365 SharePoint Embedded Administrator (SPE Admin). Global Administrators in Microsoft 365 can assign users the SharePoint Embedded Administrator role. The Global Administrator role inherently includes all permissions of the SharePoint Embedded Administrator role. Additionally, a SharePoint Administrator can assign themselves the SharePoint Embedded Administrator role to act as a Consuming Tenant Admin for SharePoint Embedded. The SharePoint Embedded Administrator role is available in both Microsoft Entra and the Microsoft 365 Admin Center.
11
+
The Consuming Tenant Administrator can manage containers using PowerShell commands, specifically designed for container management. To access these commands, they must be assigned the role of Microsoft 365 SharePoint Embedded Administrator. Global Administrators in Microsoft 365 can assign users the SharePoint Embedded Administrator role. The Global Administrator role inherently includes all permissions of the SharePoint Embedded Administrator role. Additionally, a SharePoint Administrator can assign themselves the SharePoint Embedded Administrator role to act as a Consuming Tenant Admin for SharePoint Embedded. The SharePoint Embedded Administrator role is available in both Microsoft Entra and the Microsoft 365 Admin Center.
12
12
13
-
For more information on how to assign the SharePoint Embedded Admin role, refer to the [SPE Admin]([docs/embedded/concepts/admin-exp/adminrole.md](https://github.com/cindylay/sp-dev-docs/blob/update-ga/docs/embedded/concepts/admin-exp/adminrole.md))
13
+
For more information on how to assign the SharePoint Embedded Admin role, refer to the [SharePoint Embedded Admin]([docs/embedded/concepts/admin-exp/adminrole.md](https://github.com/cindylay/sp-dev-docs/blob/update-ga/docs/embedded/concepts/admin-exp/adminrole.md))
14
14
15
15
The following are some of the container specific commands actions currently supported on PowerShell:
16
16
17
17
### Application administration
18
-
- Get details of all SPE applications registered in the tenant
19
-
- Get details of all SPE applications in CTA’s tenant sorted basis storage
20
-
- Get detail of a specific SPE application in the tenant
18
+
- Get details of all SharePoint Embedded applications registered in the tenant
19
+
- Get details of all SharePoint Embedded applications the tenant sorted basis storage
20
+
- Get detail of a specific SharePoint Embedded application in the tenant
21
21
- Get the permissions of owning applications in the tenant
22
-
- Configure External sharing setting of a container of a SPE application in the tenant
22
+
- Configure External sharing setting of a container of a SharePoint Embedded application in the tenant
23
23
24
24
### Container administration
25
25
- Get details of all containers of a particular SharePoint Embedded application in the tenant
@@ -70,7 +70,7 @@ OwningApplicationId is the ID of the SharePoint Embedded application and Applica
70
70
71
71
### Set Sharing Capability of applications
72
72
73
-
CTA can set the sharing capability at an application level to determine whether files of the containers of the application be shared with external guests or not.
73
+
Consuming tenant admins can set the sharing capability at an application level to determine whether files of the containers of the application be shared with external guests or not.
The `OwningApplicationId` is the ID of the SharePoint Embedded application. For more information about using this command, see [Get-SPOContainer cmdlet](/powershell/module/sharepoint-online/get-spocontainer). To enumerate Microsoft Loop containers, use Owning App ID: a187e399-0c36-4b98-8f04-1edc167a0996 for all the cmdlets of container administration.
104
104
105
-
CTA can also get a list of all the containers of a SharePoint Embedded application sorted by storage using the following commands.
105
+
Consuming tenant admins can also get a list of all the containers of a SharePoint Embedded application sorted by storage using the following commands.
CTA can get the details of a container within an application using the following command. This command returns more details of a container including StorageUsed, Ownership details, SiteURL, Label information, Owners count etc.
120
-
CTA can use the following command:
119
+
Consuming tenant admins can get the details of a container within an application using the following command. This command returns more details of a container including StorageUsed, Ownership details, SiteURL, Label information, Owners count etc.
120
+
Consuming tenant admins can use the following command:
0 commit comments