Skip to content

Commit d567e43

Browse files
authored
Remove-SPOContainerType.md
1 parent bf23c57 commit d567e43

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOContainerType.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,8 @@ You must be a SharePoint Embedded Administrator to run this cmdlet.
3535
```powershell
3636
Remove-SPOContainerTypeId 4f0af585-8dcc-0000-223d-661eb2c604a8
3737
```
38-
Example output of the Remove-SPOContainerType cmdlet
39-
```powershell
40-
Are you sure you want to perform this action?
41-
Performing the operation "Remove-SPOContainerType".
42-
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Y
43-
Success
44-
Trial container type is deleted.
45-
```
38+
In Example 1, the cmdlet asks for a confirmation on the remove action and on confirmation, deletes the trial container type
39+
4640
Example 1 places the Container with the `ContainerId` `4f0af585-8dcc-0000-223d-661eb2c604a8` into the Recycle Bin. The Container will be permanently deleted from the Recycle Bin after 93 days unless the deleted Container is [restored](./Restore-SPODeletedContainer.md) before permanent deletion.
4741

4842
## PARAMETERS

0 commit comments

Comments
 (0)