Skip to content

Commit 4e215b6

Browse files
authored
Merge pull request #654 from arakeshmicrosoft/patch-5
Get-SPOContainer.md
2 parents 601f78c + 7b012b1 commit 4e215b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Get-SPOContainer [-OwningApplicationId <OwningApplicationId>] [-Paged] [-PagingT
3737
### ParamSet4
3838

3939
```powershell
40-
Get-SPOContainer [-OwningApplicationId <OwningApplicationId>] [[-Identity] <ContainerId>]
40+
Get-SPOContainer [[-Identity] <ContainerId>]
4141
```
4242

4343
### ParamSet5
4444

4545
```powershell
46-
Get-SPOContainer [-OwningApplicationId <OwningApplicationId>] [[-Identity] <ContainerSiteURL>]
46+
Get-SPOContainer [[-Identity] <ContainerSiteURL>]
4747
```
4848

4949
## DESCRIPTION

0 commit comments

Comments
 (0)