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
@@ -50,73 +59,90 @@ You must be a SharePoint Embedded Administrator to run this cmdlet.
50
59
For permissions and the most current information about Windows PowerShell for SharePoint Embedded Containers, see the documentation at [Intro to SharePoint Embedded Containers Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell).
51
60
52
61
> [!NOTE]
53
-
> Containers in the Recycle Bin will not be retrieved by using the `Get-SPOContainer` cmdlet.
54
-
> The OwningApplicationId for Microsoft Loop is `a187e399-0c36-4b98-8f04-1edc167a0996`.
55
-
> The OwningApplicationId for Microsoft Designer is `5e2795e3-ce8c-4cfb-b302-35fe5cd01597`.
62
+
> You can't retrieve containers in the Recycle Bin using this cmdlet.
63
+
>
64
+
> Use the following `OwningApplicationId` values to identify specific Microsoft applications:
Example 7 displays the next list of paged view of containers belonging to the application, sorted in ascending order of storage.
137
+
Example 8 displays the next list of paged view of containers belonging to the application, sorted in ascending order of storage.
112
138
113
-
### Example 8
139
+
### Example 9
114
140
115
141
```powershell
116
142
Get-SPOContainer -OwningApplicationId 423poi45 -ArchiveStatus RecentlyArchived | ft
117
143
```
118
144
119
-
Example 8 returns a tabular list of recently archived containers belonging to the SharePoint Embedded application with the OwningApplicationId of 423poi45.
145
+
Example 9 returns a tabular list of recently archived containers belonging to the SharePoint Embedded application with the OwningApplicationId of 423poi45.
120
146
121
147
## PARAMETERS
122
148
@@ -130,7 +156,7 @@ The ArchiveStatus parameter is used to display containers in various stages of a
130
156
- RecentlyArchived – Displays containers in the "Recently archived" state.
131
157
- FullyArchived – Displays containers in the "Fully archived" state.
132
158
- Reactivating – Displays containers in the "Reactivating" state.
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.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
0 commit comments