Skip to content

Commit 1dc431f

Browse files
authored
Remove-SPOContainerType.md
1 parent a417496 commit 1dc431f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,25 @@ Remove-SPOContainerType -ContainerTypeId <ContainerTypeId>
2525

2626
## DESCRIPTION
2727

28-
This cmdlet deletes only the trial container type in the tenant. To delete a container type in trial status, you must remove all containers of the container type first, including from the deleted container collection. To remove containers, refer to Consuming Tenant Admin. Once all the containers are deleted, trial containertype can be deleted using the PowerShell cmdlet.
28+
This cmdlet deletes only the trial container type in the tenant. To delete a container type in trial status, you must remove all containers of the container type first, including from the deleted container collection. To remove containers, refer to [Remove-SPOContainer](sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOContainer.md). Once all the containers are deleted, trial container type can be deleted using this cmdlet.
2929
You must be a SharePoint Embedded Administrator to run this cmdlet.
3030

3131
## EXAMPLES
3232

3333
### Example 1
3434

3535
```powershell
36-
Remove-SPOContainerTypeId 4f0af585-8dcc-0000-223d-661eb2c604a8
36+
Remove-SPOContainerTypeId -ContainerTypeId 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 container type 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 ID.
4747

4848
```yaml
4949
Type: String

0 commit comments

Comments
 (0)