We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
m365 spe container recyclebinitem list [options]
Lists deleted containers of a specific Container Type
--containerTypeId [containerTypeId]
containerTypeId
containerTypeName
--containerTypeName [containerTypeName]
List deleted containers of a specific type
m365 spe container recyclebinitem list --containerTypeId "91710488-5756-407f-9046-fbe5f0b4de73"
List deleted containers of a specific type by name
m365 spe container recyclebinitem list --containerTypeName "Private Files"
to get deleted items we may use
beta/storage/fileStorage/deletedContainers?$filter=containerTypeId eq {containerTypeId}
The text was updated successfully, but these errors were encountered:
Nice! Maybe just one more example using containerTypeName, that way we have two examples 😄
Sorry, something went wrong.
Adds command 'spe container recyclebinitem list'. Closes pnp#6156
0e2c0e6
4fbe863
a0b4676
milanholemans
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Usage
m365 spe container recyclebinitem list [options]
Description
Lists deleted containers of a specific Container Type
Options
--containerTypeId [containerTypeId]
containerTypeId
orcontainerTypeName
but not both--containerTypeName [containerTypeName]
containerTypeId
orcontainerTypeName
but not both.Examples
List deleted containers of a specific type
m365 spe container recyclebinitem list --containerTypeId "91710488-5756-407f-9046-fbe5f0b4de73"
List deleted containers of a specific type by name
m365 spe container recyclebinitem list --containerTypeName "Private Files"
Default properties
Additional Info
to get deleted items we may use
The text was updated successfully, but these errors were encountered: