Skip to content

Commit fb1d846

Browse files
authored
Get-SPOContainerType.md
1 parent 8d4b0b4 commit fb1d846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Returns one or more container types created in the tenant.
2121
### ParamSet1
2222

2323
```powershell
24-
Get-SPOContainerType
24+
Get-SPOContainerType [<CommonParameters>]
2525
```
2626
### ParamSet2
2727
```powershell
28-
Get-SPOContainerType -ContainerTypeId <ContainerTypeId>
28+
Get-SPOContainerType -ContainerTypeId <ContainerTypeId> [<CommonParameters>]
2929
```
3030

3131
## DESCRIPTION

0 commit comments

Comments
 (0)