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
This cmdlet returns all the container types present in the tenant or details of a specific container type when paired with the `ContainerTypeId` parameter.
29
+
This cmdlet returns all the container types present in the tenant or details of a specific container
30
+
type when paired with the `ContainerTypeId` parameter.
32
31
33
32
You must be a SharePoint Embedded Administrator to run the cmdlet.
34
33
35
-
While the basic information of container types is displayed to all administrators running this cmdlet, the billing information about a container type is only visible to administrators who also have owner or contributor access on the billing subscription attached to the container type.
34
+
While the basic information of container types is displayed to all administrators running this
35
+
cmdlet, the billing information about a container type is only visible to administrators who also
36
+
have owner or contributor access on the billing subscription attached to the container type.
36
37
37
-
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).
38
+
For permissions and the most current information about Windows PowerShell for SharePoint Embedded
39
+
Containers, see the documentation at
40
+
[Intro to SharePoint Embedded Containers Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell).
38
41
39
42
## EXAMPLES
40
43
@@ -51,13 +54,15 @@ Example 1 retrieves all the container types present in the tenant and displays c
51
54
```powershell
52
55
Get-SPOContainerType -ContainerTypeId 4f0af585
53
56
```
57
+
54
58
Example 2 returns the detailed properties of container type 4f0af585.
55
59
56
60
## PARAMETERS
57
61
58
62
### -ContainerTypeId
59
63
60
64
This parameter specifies the ID of the container type corresponding to the SharePoint Embedded application.
0 commit comments