Skip to content

Commit 0102c9d

Browse files
authored
Get-SPOContainer.md
1 parent d054d60 commit 0102c9d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ For permissions and the most current information about Windows PowerShell for Sh
7979
Get-SPOContainer -Identity b66f5b2e
8080
```
8181

82-
Example 1 returns the detailed properties of the Container with associated Container ID b66f5b2e
82+
Example 1 returns the detailed properties of the Container with associated Container ID b66f5b2e.
8383

8484
### Example 2
8585

@@ -99,34 +99,34 @@ Example 3 uses the `-Paged` command to retrieve a paging token.
9999
### Example 4
100100

101101
```powershell
102-
Get-SPOContainer -OwningApplicationId 423poi45 -Paged -PagingToken <Token String> | ft
102+
Get-SPOContainer -OwningApplicationId 423poi45 -Paged -PagingToken <zacad> | ft
103103
```
104104

105-
Example 4 uses the `-PagingToken` parameter along with the `-Paged` parameter to view more containers that were not displayed in Example 3
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

109109
```powershell
110110
Get-SPOContainer -OwningApplicationId 423poi45 -SortByStorage Ascending
111111
```
112112

113-
Example 5 displays the containers belonging to the application, sorted in ascending order of storage
113+
Example 5 displays the containers belonging to the application, sorted in ascending order of storage.
114114

115115
### Example 6
116116

117117
```powershell
118118
Get-SPOContainer -OwningApplicationId 423poi45 -SortByStorage Ascending -Paged
119119
```
120120

121-
Example 6 displays a paged view of the 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
126-
Get-SPOContainer -OwningApplicationId 423poi45-as -SortByStorage Ascending -Paged -PagingToken <Token String>
126+
Get-SPOContainer -OwningApplicationId 423poi45-as -SortByStorage Ascending -Paged -PagingToken <zacad>
127127
```
128128

129-
Example 7 displays the next list of paged view of 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)