Skip to content

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ShreyasSar26
Copy link
Contributor

@ShreyasSar26 ShreyasSar26 commented Aug 11, 2025

Modification to Get-SPOContainer cmdlet

Copy link
Contributor

Learn Build status updates of commit 16098a6:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOContainer.md ✅Succeeded View (sharepoint-ps)

For more details, please refer to the build report.

Copy link
Contributor

Learn Build status updates of commit b2ce5ac:

✅ Validation status: passed

File Status Preview URL Details
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOContainer.md ✅Succeeded View (sharepoint-ps)

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`.
Copy link
Contributor

@samkabue samkabue Aug 11, 2025

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tenant

end all sentences with a .

@samkabue samkabue added Back to submitter The pull request didn't pass the review criteria and has been returned to the writer for updates Microsoft submitter labels Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Back to submitter The pull request didn't pass the review criteria and has been returned to the writer for updates Microsoft submitter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants