Skip to content

Commit 560de09

Browse files
authored
Get-SPOContainerType.md
1 parent 8a6860f commit 560de09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOContainerType.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Get-SPOContainerType [-ContainerTypeId <ContainerTypeId>]
3030

3131
## DESCRIPTION
3232

33-
This cmdlet returns all the container types present in the tenant or details of a specific container type when paired with the containertype Id parameter.
33+
This cmdlet returns all the container types present in the tenant or details of a specific container type when paired with the containertype ID parameter.
3434

3535
You must be a SharePoint Embedded administrator to run the cmdlet.
3636

@@ -44,7 +44,7 @@ For permissions and the most current information about Windows PowerShell for Sh
4444
Get-SPOContainerType
4545
```
4646

47-
Example 1 retrieves all the container types present in the tenant and displays information such as Container Type Id, Container Type Name, Owning Application ID, billing details, creation date, expiry date.
47+
Example 1 retrieves all the container types present in the tenant and displays information such as Container Type ID, Container Type Name, Owning Application ID, billing details, creation date, expiry date.
4848

4949
### Example 2
5050

@@ -57,7 +57,7 @@ Example 2 returns the detailed properties of container type 4f0af585-8dcc-0000-2
5757

5858
### -ContainerTypeId
5959

60-
This parameter specifies the ID of the containertype corresponding to the SharePoint Embedded application.
60+
This parameter specifies the ID of the container type corresponding to the SharePoint Embedded application.
6161
```yaml
6262
Type: String
6363
Parameter Sets: (All)

0 commit comments

Comments
 (0)