We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9ee45 commit 931844aCopy full SHA for 931844a
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOContainerType.md
@@ -51,9 +51,9 @@ Example 1 retrieves all the container types present in the tenant and displays c
51
### Example 2
52
53
```powershell
54
-Get-SPOContainerType -ContainerTypeId 4f0af585-8dcc-0000-223d-661eb2c604e4
+Get-SPOContainerType -ContainerTypeId 4f0af585
55
```
56
-Example 2 returns the detailed properties of container type 4f0af585-8dcc-0000-223d-661eb2c604e4
+Example 2 returns the detailed properties of container type 4f0af585
57
58
## PARAMETERS
59
0 commit comments