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 8d4b0b4 commit fb1d846Copy full SHA for fb1d846
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOContainerType.md
@@ -21,11 +21,11 @@ Returns one or more container types created in the tenant.
21
### ParamSet1
22
23
```powershell
24
-Get-SPOContainerType
+Get-SPOContainerType [<CommonParameters>]
25
```
26
### ParamSet2
27
28
-Get-SPOContainerType -ContainerTypeId <ContainerTypeId>
+Get-SPOContainerType -ContainerTypeId <ContainerTypeId> [<CommonParameters>]
29
30
31
## DESCRIPTION
0 commit comments