Skip to content

Commit b783a80

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Example 1 returns the detailed properties of the Container with associated Conta
8686
```powershell
8787
Get-SPOContainer -OwningApplicationId 423poi45-as | ft
8888
```
89-
Example 2 returns a tabular list of Containers created under the SharePoint Embedded application with the `OwningApplicationId` of `423poi45-jikl-9bnm-b302-1234ghy56789`.
89+
Example 2 returns a tabular list of Containers created under the SharePoint Embedded application with the `OwningApplicationId` of `423poi45-as`.
9090

9191

9292
### Example 3
@@ -107,23 +107,23 @@ Example 4 uses the `-PagingToken` parameter along with the `-Paged`parameter to
107107
### Example 5
108108

109109
```powershell
110-
Get-SPOContainer -OwningApplicationId 423poi45-as -SortByStorage <Ascending>
110+
Get-SPOContainer -OwningApplicationId 423poi45-as -SortByStorage Ascending
111111
```
112112

113113
Example 5 displays the containers belonging to the application, sorted in ascending order of storage
114114

115115
### Example 6
116116

117117
```powershell
118-
Get-SPOContainer -OwningApplicationId 423poi45-as -SortByStorage <Ascending> -Paged
118+
Get-SPOContainer -OwningApplicationId 423poi45-as -SortByStorage Ascending -Paged
119119
```
120120

121121
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 <Token String>
127127
```
128128

129129
Example 7 displays the next list of paged view of containers belonging to the application, sorted in ascending order of storage

0 commit comments

Comments
 (0)