Skip to content

Commit b190054

Browse files
cta.md
Adding more description for Admins to administer Loop containers.
1 parent 2ba0429 commit b190054

File tree

1 file changed

+2
-4
lines changed
  • docs/embedded/concepts/admin-exp

1 file changed

+2
-4
lines changed

docs/embedded/concepts/admin-exp/cta.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ Get-SPOApplication -OwningApplicationId <OwningApplicationId>
3939
Get-SPOApplication -OwningApplicationId <OwningApplicationId> -ApplicationId <ApplicationId>
4040
```
4141

42-
OwningApplicationId is the ID of the SharePoint Embedded application and ApplicationId is the ID of the application that has access to the SharePoint Embedded application.
43-
44-
For more information about using this command, see [Get-SPOApplication cmdlet](/powershell/module/sharepoint-online/get-spoapplication)
42+
OwningApplicationId is the ID of the SharePoint Embedded application and ApplicationId is the ID of the application that has access to the SharePoint Embedded application. Application Administration cmdlets are not applicable for Microsoft Loop. For more information about using this command, see [Get-SPOApplication cmdlet](/powershell/module/sharepoint-online/get-spoapplication)
4543

4644
## 4. Container Administration
4745

@@ -53,7 +51,7 @@ Admins can get a list of all the containers for a SharePoint Embedded applicatio
5351
Get-SPOContainer -OwningApplicationId <OwningApplicationId> | FT
5452
```
5553

56-
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).
54+
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.
5755

5856
### View details of a Container
5957

0 commit comments

Comments
 (0)