Skip to content

Commit c797113

Browse files
authored
Update Get-SPOContainer.md
1 parent c3dfe5d commit c797113

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Accept wildcard characters: False
208208
209209
### -Paged
210210
211-
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.
211+
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.
212212

213213
```yaml
214214
Type: String
@@ -226,7 +226,7 @@ Accept wildcard characters: False
226226

227227
### -PagingToken
228228

229-
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 cmdlet 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.
229+
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 cmdlet 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. For displaying the next set of archived containers, `-ArchiveStatus` paramter needs to be used along with this parameter.
230230

231231
```yaml
232232
Type: String

0 commit comments

Comments
 (0)