Skip to content

Commit 1b582db

Browse files
authored
Get-SPOContainer.md
1 parent 314c52c commit 1b582db

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
@@ -167,7 +167,7 @@ Accept wildcard characters: False
167167
168168
### -Paged
169169
170-
This parameter can be used when there are more than 200 Containers in a given SharePoint Embedded application. Using `-Paged` will provide a `paging token` that will display the next 200 Containers.
170+
This parameter can be used when there are more than 200 Containers in a given SharePoint Embedded application. Using `-Paged` will provide a paging token that will display the next 200 Containers.
171171

172172
```yaml
173173
Type: String
@@ -185,7 +185,7 @@ Accept wildcard characters: False
185185

186186
### -PagingToken
187187

188-
Use this parameter to provide the `paging token` provided to view the remaining Containers as shown in Example 4. If there are no more Containers to display, the commandlet output will return the message `End of Containers view.` Otherwise, use the given `paging token` to retrieve the next batch of up to 200 Containers.
188+
Use this parameter to provide the paging token provided to view the remaining Containers as shown in Example 4. If there are no more Containers to display, the commandlet output will return the message `End of Containers view.` Otherwise, use the given paging token to retrieve the next batch of up to 200 Containers.
189189

190190
```yaml
191191
Type: String

0 commit comments

Comments
 (0)