Skip to content

Commit e6ddd81

Browse files
authored
Get-SPOContainer.md
1 parent d11043a commit e6ddd81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Example 3 uses the `-Paged` command to retrieve a paging token.
102102
Get-SPOContainer -OwningApplicationId 423poi45-jikl-9bnm-b302-1234ghy56789 -Paged -PagingToken <Token String> | FT
103103
```
104104

105-
Example 4 uses the `PagingToken` to view more containers.
105+
Example 4 uses the `-PagingToken` parameter along with the `-Paged`parameter to view more containers that were not displayed in Example 3
106106

107107
### Example 5
108108

@@ -118,15 +118,15 @@ Example 5 displays the containers belonging to the application, sorted in ascend
118118
Get-SPOContainer -OwningApplicationId 423poi45-jikl-9bnm-b302-1234ghy56789 -SortByStorage <Ascending>-Paged
119119
```
120120

121-
Example 6 displays the containers belonging to the application, sorted in ascending order of storage
121+
Example 6 displays a paged view of the the containers belonging to the application, sorted in ascending order of storage
122122

123123
### Example 7
124124

125125
```powershell
126126
Get-SPOContainer -OwningApplicationId 423poi45-jikl-9bnm-b302-1234ghy56789 -SortByStorage <Ascending>-Paged-PagingToken <Token String>
127127
```
128128

129-
Example 7 displays the containers belonging to the application, sorted in ascending order of storage
129+
Example 7 displays the next list of paged view of containers belonging to the application, sorted in ascending order of storage
130130

131131

132132
## PARAMETERS

0 commit comments

Comments
 (0)