From 63b1324ea665dda29baf9a323423fc4534d7c90a Mon Sep 17 00:00:00 2001 From: ShreyasSar26 <136049061+ShreyasSar26@users.noreply.github.com> Date: Fri, 12 Sep 2025 10:26:30 +0530 Subject: [PATCH] Fix cmdlet name in Remove-SPOContainerType.md --- .../Remove-SPOContainerType.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerType.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerType.md index 2d74b4f25..306c3f196 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerType.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOContainerType.md @@ -33,7 +33,7 @@ You must be a SharePoint Embedded Administrator to run this cmdlet. ### Example 1 ```powershell -Remove-SPOContainerTypeId -ContainerTypeId 4f0af585-8dcc-0000-223d-661eb2c604a8 +Remove-SPOContainerType -ContainerTypeId 4f0af585-8dcc-0000-223d-661eb2c604a8 ``` In Example 1, the cmdlet asks for a confirmation on the remove action and on confirmation, deletes the trial container type.