You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-online/Get-SPOContainer.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Example 1 returns the detailed properties of the Container with associated Conta
86
86
```powershell
87
87
Get-SPOContainer -OwningApplicationId 423poi45-as | ft
88
88
```
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`.
90
90
91
91
92
92
### Example 3
@@ -107,23 +107,23 @@ Example 4 uses the `-PagingToken` parameter along with the `-Paged`parameter to
0 commit comments