Skip to content

Commit 292091c

Browse files
spelling fix
1 parent cd22008 commit 292091c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOContainer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Example 6 displays the containers belonging to the application, sorted in ascend
126126
Get-SPOContainer -OwningApplicationId 423poi45 -SortByStorage Ascending -Paged
127127
```
128128

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

131131
### Example 8
132132

@@ -156,7 +156,7 @@ The ArchiveStatus parameter is used to display containers in various stages of a
156156
- RecentlyArchived – Displays containers in the "Recently archived" state.
157157
- FullyArchived – Displays containers in the "Fully archived" state.
158158
- Reactivating – Displays containers in the "Reactivating" state.
159-
- NotArchived – Displays active containers
159+
- NotArchived – Displays active containers.
160160

161161
```yaml
162162
Type: Microsoft.Online.SharePoint.TenantAdministration.SPContainerArchiveStatusFilterProperties
@@ -229,7 +229,7 @@ Accept wildcard characters: False
229229

230230
> Applicable: SharePoint Online
231231

232-
Use this parameter to provide the paging token 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.
232+
Use this parameter to provide the paging token 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` parameter needs to be used along with this parameter.
233233

234234
```yaml
235235
Type: System.String

0 commit comments

Comments
 (0)