File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,18 @@ For permissions and the most current information about Windows PowerShell for Sh
6060
6161> [ !NOTE]
6262> Containers in the Recycle Bin will not be retrieved by using the ` Get-SPOContainer ` cmdlet.
63- > The OwningApplicationId for Microsoft Loop is ` a187e399-0c36-4b98-8f04-1edc167a0996 ` .
64- > The OwningApplicationId for Microsoft Designer is ` 5e2795e3-ce8c-4cfb-b302-35fe5cd01597 ` .
65- > The OwningApplicationId for Microsoft Teams Events VOD is ` f574b137-eb91-46a0-8811-1a04d80c7ffa ` .
66- > The OwningApplicationId for Microsoft Outlook Newsletters is ` a6804318-a92d-4f36-b499-441033991274 ` .
67- > The OwningApplicationId for Microsoft Declarative Agent is ` 3FBEE041-E7D6-4F14-8826-6BF27F0A2849 ` .
63+ >
64+ > Use the following ` OwningApplicationId ` values to identify specific Microsoft applications:
65+
66+
67+ | Application | OwningApplicationId |
68+ | ----------| ----------|
69+ | ** Microsoft Loop** | ` a187e399-0c36-4b98-8f04-1edc167a0996 ` |
70+ | ** Microsoft Designer** | ` 5e2795e3-ce8c-4cfb-b302-35fe5cd01597 ` |
71+ | ** Microsoft Teams Events Video on Demand** | ` f574b137-eb91-46a0-8811-1a04d80c7ffa ` |
72+ | ** Microsoft Outlook Newsletters** | ` a6804318-a92d-4f36-b499-441033991274 ` |
73+ | ** Microsoft Declarative Agent** | ` 3FBEE041-E7D6-4F14-8826-6BF27F0A2849 ` |
74+
6875
6976## EXAMPLES
7077
@@ -73,7 +80,7 @@ For permissions and the most current information about Windows PowerShell for Sh
7380``` powershell
7481Get-SPOContainer
7582```
76- Example 1 returns the details of all the containers in the tenant
83+ Example 1 returns the details of all the containers in the tenant.
7784
7885### Example 2
7986
You can’t perform that action at this time.
0 commit comments