Skip to content

Commit ef0c154

Browse files
fix typos, grammar, markdown usage
1 parent 43f97bc commit ef0c154

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

docs/embedded/concepts/admin-exp/consuming-tenant-admin/ctapowershell.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Consuming Tenant Admin PowerShell
33
description: This article describes how an admin can manage containers through SPO PowerShell.
4-
ms.date: 05/21/2024
4+
ms.date: 10/08/2024
55
ms.localizationpriority: high
66
---
77

@@ -15,17 +15,17 @@ The following are some of the container-specific commands actions currently supp
1515

1616
### Application administration
1717

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
18+
- Get the details of all SharePoint Embedded applications registered in the tenant
19+
- Get the details of all SharePoint Embedded applications the tenant sorted basis storage
20+
- Get the details of a specific SharePoint Embedded application in the tenant
2121
- Get the permissions of owning applications in the tenant
22-
- Configure External sharing setting of a container of a SharePoint Embedded application in the tenant
22+
- Configure the External sharing setting of a container of a SharePoint Embedded application in the tenant
2323

2424
### Container administration
2525

2626
- Get details of all containers of a particular SharePoint Embedded application in the tenant
2727
- Get details of a specific container
28-
- Set Sensitivity label of a specific container
28+
- Set the Sensitivity label of a specific container
2929
- Soft delete a container
3030
- Get details of all soft deleted containers
3131
- Restore a soft deleted container
@@ -34,6 +34,7 @@ The following are some of the container-specific commands actions currently supp
3434
## Administration through SharePoint PowerShell
3535

3636
Consuming tenant admin can manage SharePoint Embedded applications with PowerShell commands using [SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online).
37+
3738
To get started using PowerShell to manage SharePoint Embedded, you have to install the [SharePoint Online Management Shell](https://www.microsoft.com/download/details.aspx?id=35588) and [connect to SharePoint Online](/powershell/module/sharepoint-online/connect-sposervice).
3839

3940
> [!IMPORTANT]
@@ -64,7 +65,7 @@ Admins can view the guest application permissions for any SharePoint Embedded ap
6465
Get-SPOApplication -OwningApplicationId <OwningApplicationId> -ApplicationId <ApplicationId>
6566
```
6667

67-
OwningApplicationId is the ID of the SharePoint Embedded application and ApplicationId is the guest application ID which has access to the SharePoint Embedded application. Application Administration cmdlets aren't applicable for Microsoft Loop. For more information, see [Get-SPOApplication cmdlet](/powershell/module/sharepoint-online/get-spoapplication).
68+
`OwningApplicationId` is the ID of the SharePoint Embedded application and ApplicationId is the guest application ID that has access to the SharePoint Embedded application. Application Administration cmdlets don't apply to Microsoft Loop. For more information, see [Get-SPOApplication cmdlet](/powershell/module/sharepoint-online/get-spoapplication).
6869

6970
### Set sharing capability of applications
7071

@@ -104,17 +105,18 @@ Get-SPOContainer -OwningApplicationId <OwningApplicationId> -SortByStorage <valu
104105

105106
### View details of a Container
106107

107-
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.
108+
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.
108109

109110
Consuming tenant admins can use the following command:
110111

111112
```powershell
112113
Get-SPOContainer -Identity <ContainerId>
113114
Get-SPOContainer -Identity <siteURL>
114115
```
115-
Here, The containerId is the ID of the container & siteURL is the URL of the sharepoint site that is associated with the container.
116+
Here, the `containerId` is the ID of the container & `siteURL` is the URL of the SharePoint site that is associated with the container.
116117

117118
### Sensitivity Label of a container
119+
118120
Consuming tenant admins can set the sensitivity label of a container of an application using the following:
119121

120122
```powershell
@@ -127,7 +129,7 @@ Consuming tenant admins can remove the sensitivity label of a container of an ap
127129
Set-SPOContainer -Identity <ContainerID> -RemoveLabel
128130
```
129131

130-
The ContainerId is the ID of the container whose sensitivity label is being set
132+
The `ContainerId` is the ID of the container whose sensitivity label is being set
131133

132134
### Delete containers
133135

@@ -192,4 +194,4 @@ Set-SPOApplicationPermission
192194

193195
## Security and Compliance Administration
194196

195-
SharePoint Embedded uses Microsoft’s comprehensive compliance and data governance solutions to help organizations manage risks, protect, and govern sensitive data, and respond to regulatory requirements. Security and compliance solutions work in a similar manner in the SharePoint Embedded platform as they do today in Microsoft 365 platform so that data is stored in a secure, protected way that meets customers’ business and compliance policies while making it easy for Compliance and SharePoint Administrators to enforce critical security and compliance policies on the content. For information on supported security and compliance capabilities, see [Security and Compliance](../../security-and-compliance.md).
197+
SharePoint Embedded uses Microsoft’s comprehensive compliance and data governance solutions to help organizations manage risks, protect, and govern sensitive data, and respond to regulatory requirements. Security and compliance solutions work similarly in the SharePoint Embedded platform as they do today in Microsoft 365 platform so that data is stored in a secure, protected way that meets customers’ business and compliance policies while making it easy for Compliance and SharePoint Administrators to enforce critical security and compliance policies on the content. For information on supported security and compliance capabilities, see [Security and Compliance](../../security-and-compliance.md).

0 commit comments

Comments
 (0)