Skip to content

Commit 3d7d0cf

Browse files
committed
Fix error in syntax block
1 parent e88b905 commit 3d7d0cf

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,24 @@ Returns one or more container types created in the tenant.
2020

2121
### ParamSet1
2222

23-
```powershell
24-
Get-SPOContainerType [<CommonParameters>]
2523
```
2624
Get-SPOContainerType [[-ContainerTypeId] <Guid>] [<CommonParameters>]
2725
```
2826

2927
## DESCRIPTION
3028

31-
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.
3231

3332
You must be a SharePoint Embedded Administrator to run the cmdlet.
3433

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.
3637

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).
3841

3942
## EXAMPLES
4043

@@ -51,13 +54,15 @@ Example 1 retrieves all the container types present in the tenant and displays c
5154
```powershell
5255
Get-SPOContainerType -ContainerTypeId 4f0af585
5356
```
57+
5458
Example 2 returns the detailed properties of container type 4f0af585.
5559

5660
## PARAMETERS
5761

5862
### -ContainerTypeId
5963

6064
This parameter specifies the ID of the container type corresponding to the SharePoint Embedded application.
65+
6166
```yaml
6267
Type: System.Guid
6368
Parameter Sets: (All)

0 commit comments

Comments
 (0)