Skip to content

Commit 4fffce5

Browse files
authored
New-SPOContainerType.md
1 parent 931844a commit 4fffce5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ You must be a SharePoint Embedded Administrator to run this cmdlet.
4747
### Example 1
4848

4949
```powershell
50-
New-SPOContainerType -ContainerTypeName ContosoLegal -OwningApplicationId a735e4af-b86e-0000-93ba-1faded6c39e1
50+
New-SPOContainerType -ContainerTypeName ContosoLegal -OwningApplicationId a735e4af
5151
```
5252
In Example 1, the cmdlet creates a new regular billed container type 'ContosoLegal'
5353

5454
### Example 2
5555
```powershell
56-
New-SPOContainerType –IsPassThroughBilling –ContainerTypeName ContosoLegal -OwningApplicationId a735e4af-b86e
56+
New-SPOContainerType –IsPassThroughBilling –ContainerTypeName ContosoLegal -OwningApplicationId a735e4af
5757
```
5858

5959
In Example 2, the cmdlet creates a direct to customer billed container type 'ContosoLegal'.
@@ -62,7 +62,7 @@ In Example 2, the cmdlet creates a direct to customer billed container type 'Con
6262

6363
```powershell
6464
65-
New-SPOContainerType –TrialContainerType -ContainerTypeName ContosoLegal -OwningApplicationId a735e4af-b86e
65+
New-SPOContainerType –TrialContainerType -ContainerTypeName ContosoLegal -OwningApplicationId a735e4af
6666
6767
```
6868

0 commit comments

Comments
 (0)