Skip to content

Commit ed267a4

Browse files
authored
Update Get-SPOContainer.md
1 parent 2085a3b commit ed267a4

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -85,61 +85,61 @@ Example 1 returns the details of all the containers in the tenant.
8585
### Example 2
8686

8787
```powershell
88-
Get-SPOContainer -Identity b66f5b2e
88+
Get-SPOContainer -Identity b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_8U
8989
```
9090

91-
Example 2 returns the detailed properties of the Container with associated Container ID b66f5b2e.
91+
Example 2 returns the detailed properties of the Container with associated Container ID b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_8U.
9292

9393
### Example 3
9494

9595
```powershell
96-
Get-SPOContainer -OwningApplicationId 423poi45 | ft
96+
Get-SPOContainer -OwningApplicationId 2ce03211-353e-45d7-b487-8ac6981332cf | ft
9797
```
98-
Example 3 returns a tabular list of Containers created under the SharePoint Embedded application with the `OwningApplicationId` of `423poi45`.
98+
Example 3 returns a tabular list of Containers created under the SharePoint Embedded application with the `OwningApplicationId` of `2ce03211-353e-45d7-b487-8ac6981332cf`.
9999

100100
### Example 4
101101

102102
```powershell
103-
Get-SPOContainer -OwningApplicationId 423poi45 -Paged | ft
103+
Get-SPOContainer -OwningApplicationId 2ce03211-353e-45d7-b487-8ac6981332cf -Paged | ft
104104
```
105105
Example 4 uses the `-Paged` command to retrieve a paging token.
106106

107107
### Example 5
108108

109109
```powershell
110-
Get-SPOContainer -OwningApplicationId 423poi45 -Paged -PagingToken <zacad> | ft
110+
Get-SPOContainer -OwningApplicationId 2ce03211-353e-45d7-b487-8ac6981332cf -Paged -PagingToken <zacad> | ft
111111
```
112112

113113
Example 5 uses the `-PagingToken` parameter along with the `-Paged` parameter to view more containers that were not displayed in Example 3.
114114

115115
### Example 6
116116

117117
```powershell
118-
Get-SPOContainer -OwningApplicationId 423poi45 -SortByStorage Ascending
118+
Get-SPOContainer -OwningApplicationId 2ce03211-353e-45d7-b487-8ac6981332cf -SortByStorage Ascending
119119
```
120120

121121
Example 6 displays the containers belonging to the application, sorted in ascending order of storage.
122122

123123
### Example 7
124124

125125
```powershell
126-
Get-SPOContainer -OwningApplicationId 423poi45 -SortByStorage Ascending -Paged
126+
Get-SPOContainer -OwningApplicationId 2ce03211-353e-45d7-b487-8ac6981332cf -SortByStorage Ascending -Paged
127127
```
128128

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

131131
### Example 8
132132

133133
```powershell
134-
Get-SPOContainer -OwningApplicationId 423poi45-as -SortByStorage Ascending -Paged -PagingToken <zacad>
134+
Get-SPOContainer -OwningApplicationId 2ce03211-353e-45d7-b487-8ac6981332cf -SortByStorage Ascending -Paged -PagingToken <zacad>
135135
```
136136

137137
Example 8 displays the next list of paged view of containers belonging to the application, sorted in ascending order of storage.
138138

139139
### Example 9
140140

141141
```powershell
142-
Get-SPOContainer -OwningApplicationId 423poi45 -ArchiveStatus RecentlyArchived | ft
142+
Get-SPOContainer -OwningApplicationId 2ce03211-353e-45d7-b487-8ac6981332cf -ArchiveStatus RecentlyArchived | ft
143143
```
144144

145145
Example 9 returns a tabular list of recently archived containers belonging to the SharePoint Embedded application with the OwningApplicationId of 423poi45.

0 commit comments

Comments
 (0)