-
Notifications
You must be signed in to change notification settings - Fork 180
Update Get-SPOContainer.md #980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Learn Build status updates of commit 16098a6: ✅ Validation status: passed
For more details, please refer to the build report. |
Learn Build status updates of commit b2ce5ac: ✅ Validation status: passed
For more details, please refer to the build report. |
@@ -53,70 +62,80 @@ For permissions and the most current information about Windows PowerShell for Sh | |||
> Containers in the Recycle Bin will not be retrieved by using the `Get-SPOContainer` cmdlet. | |||
> The OwningApplicationId for Microsoft Loop is `a187e399-0c36-4b98-8f04-1edc167a0996`. | |||
> The OwningApplicationId for Microsoft Designer is `5e2795e3-ce8c-4cfb-b302-35fe5cd01597`. | |||
> The OwningApplicationId for Microsoft Teams Events VOD is `f574b137-eb91-46a0-8811-1a04d80c7ffa`. | |||
> The OwningApplicationId for Microsoft Outlook Newsletters is `a6804318-a92d-4f36-b499-441033991274`. | |||
> The OwningApplicationId for Microsoft Declarative Agent is `3FBEE041-E7D6-4F14-8826-6BF27F0A2849`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
M365 Copilot suggests rewriting this, and converting to a table for readability:
Note
You can't retrieve containers in the Recycle Bin using this cmdlet.
Use the following OwningApplicationId
values for Microsoft apps:
Application | OwningApplicationId |
---|---|
Microsoft Declarative Agent | 3fbee041-e7d6-4f14-8826-6bf27f0a2849 |
Microsoft Designer | 5e2795e3-ce8c-4cfb-b302-35fe5cd01597 |
Microsoft Loop | a187e399-0c36-4b98-8f04-1edc167a0996 |
Microsoft Outlook Newsletters | a6804318-a92d-4f36-b499-441033991274 |
Microsoft Teams Events Video on Demand | f574b137-eb91-46a0-8811-1a04d80c7ffa |
```powershell | ||
Get-SPOContainer | ||
``` | ||
Example 1 returns the details of all the containers in the tenant |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modification to Get-SPOContainer cmdlet