aad o365group recyclebinitem remove¶
Permanently deletes a Microsoft 365 Group from the recycle bin in the current tenant
Usage¶
m365 aad o365group recyclebinitem remove [options]
Options¶
-i, --id [id]
- The ID of the Microsoft 365 Group to remove. Specify either
id
,displayName
ormailNickname
but not multiple. -d, --displayName [displayName]
- Display name for the Microsoft 365 Group to remove. Specify either
id
,displayName
ormailNickname
but not multiple. -m, --mailNickname [mailNickname]
- Name of the group e-mail (part before the @). Specify either
id
,displayName
ormailNickname
but not multiple. --confirm
- Don't prompt for confirmation.
-h, --help [help]
- Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isfull
. --query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv,md
. Defaultjson
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Examples¶
Removes the Microsoft 365 Group with specific ID
m365 aad o365group recyclebinitem remove --id "00000000-0000-0000-0000-000000000000"
Removes the Microsoft 365 Group with specific name
m365 aad o365group recyclebinitem remove --displayName "My Group"
Remove the Microsoft 365 Group with specific mail nickname without confirmation
m365 aad o365group recyclebinitem remove --mailNickname "Mygroup" --confirm