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.
2 parents 57d6e81 + 4e215b6 commit 5996d2bCopy full SHA for 5996d2b
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOContainer.md
@@ -37,13 +37,13 @@ Get-SPOContainer [-OwningApplicationId <OwningApplicationId>] [-Paged] [-PagingT
37
### ParamSet4
38
39
```powershell
40
-Get-SPOContainer [-OwningApplicationId <OwningApplicationId>] [[-Identity] <ContainerId>]
+Get-SPOContainer [[-Identity] <ContainerId>]
41
```
42
43
### ParamSet5
44
45
46
-Get-SPOContainer [-OwningApplicationId <OwningApplicationId>] [[-Identity] <ContainerSiteURL>]
+Get-SPOContainer [[-Identity] <ContainerSiteURL>]
47
48
49
## DESCRIPTION
0 commit comments