Skip to content

Commit de662ef

Browse files
authored
Get-SPOContainer.md
1 parent b783a80 commit de662ef

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
@@ -102,7 +102,7 @@ Example 3 uses the `-Paged` command to retrieve a paging token.
102102
Get-SPOContainer -OwningApplicationId 423poi45-as -Paged -PagingToken <Token String> | 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

@@ -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)