Skip to content

Commit b2ec927

Browse files
authored
Remove-SPOContainerType.md
1 parent 7877105 commit b2ec927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Remove-SPOContainerTypeId 4f0af585-8dcc-0000-223d-661eb2c604a8
3737
```
3838
In Example 1, the cmdlet asks for a confirmation on the remove action and on confirmation, deletes the trial container type
3939

40-
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.
40+
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.
4141

4242
## PARAMETERS
4343

4444
### -ContainerTypeId
4545

46-
This parameter specifies the ID of the containertype corresponding to the SharePoint Embedded application. Use the 'Get-SPOContainertype' command to retrieve the ContainerTypeId.
46+
This parameter specifies the ID of the container type corresponding to the SharePoint Embedded application. Use the 'Get-SPOContainertype' command to retrieve the ContainerTypeId.
4747

4848
```yaml
4949
Type: String

0 commit comments

Comments
 (0)