File tree Expand file tree Collapse file tree 1 file changed +3
-52
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +3
-52
lines changed Original file line number Diff line number Diff line change @@ -27,66 +27,17 @@ Get-SPOContainer -Identity <SPOContainerPipeBind> [<CommonParameters>]
2727### ParamSet2
2828
2929``` powershell
30- Get-SPOContainer [-OwningApplicationId] <Guid> [<CommonParameters>]
30+ Get-SPOContainer [-OwningApplicationId] <Guid> [-Paged] [[-PagingToken] <String>] [ <CommonParameters>]
3131```
3232
3333### ParamSet3
3434``` powershell
35- Get-SPOContainer [-OwningApplicationId] <Guid> [-Paged] [<CommonParameters>]
35+ Get-SPOContainer [-OwningApplicationId] <Guid> [-Paged] [[-PagingToken] <String>] [-SortByStorage] <SortOrder> [ <CommonParameters>]
3636```
3737
3838### ParamSet4
3939``` powershell
40- Get-SPOContainer [-OwningApplicationId] <Guid> [-Paged] [-PagingToken <String>] [<CommonParameters>]
41- ```
42-
43- ### ParamSet5
44-
45- ``` powershell
46- Get-SPOContainer [-OwningApplicationId <Guid>] [-SortByStorage] <SortOrder> [<CommonParameters>]
47- ```
48-
49- ### ParamSet6
50-
51- ``` powershell
52- Get-SPOContainer [-OwningApplicationId <Guid>] [-SortByStorage] <SortOrder> [-Paged] [<CommonParameters>]
53- ```
54- ### ParamSet7
55-
56- ``` powershell
57- Get-SPOContainer [-OwningApplicationId <Guid>] [-SortByStorage] <SortOrder> [-Paged] [[-PagingToken] <String>] [<CommonParameters>]
58- ```
59- ### ParamSet8
60-
61- ``` powershell
62- Get-SPOContainer [-OwningApplicationId] <Guid> [-ArchiveStatus] <SPContainerArchiveStatusFilterProperties> [<CommonParameters>]
63- ```
64-
65- ### ParamSet9
66- ``` powershell
67- Get-SPOContainer [-OwningApplicationId] <Guid> [-ArchiveStatus] <SPContainerArchiveStatusFilterProperties>[-Paged] [<CommonParameters>]
68- ```
69-
70- ### ParamSet10
71- ``` powershell
72- Get-SPOContainer [-OwningApplicationId] <Guid> [-ArchiveStatus] <SPContainerArchiveStatusFilterProperties> [-Paged] [[-PagingToken] <String>] [<CommonParameters>]
73- ```
74-
75- ### ParamSet11
76-
77- ``` powershell
78- Get-SPOContainer [-OwningApplicationId] <Guid> [-ArchiveStatus] <SPContainerArchiveStatusFilterProperties> [-SortByStorage <SortOrder>] [<CommonParameters>]
79- ```
80-
81- ### ParamSet12
82-
83- ``` powershell
84- Get-SPOContainer [-OwningApplicationId] <Guid> [-ArchiveStatus] <SPContainerArchiveStatusFilterProperties> [-SortByStorage <SortOrder>] [-Paged] [<CommonParameters>]
85- ```
86- ### ParamSet13
87-
88- ``` powershell
89- Get-SPOContainer [-OwningApplicationId] <Guid> [-ArchiveStatus] <SPContainerArchiveStatusFilterProperties> [[-SortByStorage] <SortOrder>] [-Paged] [[-PagingToken] <String>] [<CommonParameters>]
40+ Get-SPOContainer [-OwningApplicationId] <Guid> [-Paged] [[-PagingToken] <String>] [[-SortByStorage] <SortOrder>] [-ArchiveStatus] <SPContainerArchiveStatusFilterProperties> [<CommonParameters>]
9041```
9142
9243## DESCRIPTION
You can’t perform that action at this time.
0 commit comments