Skip to content

Commit cfcbecc

Browse files
authored
New-SPOContainerType.md
1 parent f983a8f commit cfcbecc

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
@@ -37,7 +37,7 @@ New-SPOContainerType –TrialContainerType -ContainerTypeName <ContainerTypeName
3737

3838
## DESCRIPTION
3939

40-
This cmdlet creates a new standard or trial container type. A standard container type, by definition, has a billing profile associated with it and can be either regular billed or direct to consumer billed. A trial container type does not have a billing profile. In case of regular billing, the next step after creation is the addition of a billing profile using the [Add-SPOContainerTypeBilling](./Add-SPOContainerTypeBilling.md) cmdlet. With the use of `-IsPassThroughBilling`, you can create a direct to customer billed container type. There is no need to attach a billing profile in case this case. `–TrialContainerType` when used creates a trial container type, that has a validity of 30 days.
40+
This cmdlet creates a new standard or trial container type. A standard container type, by definition, has a billing profile associated with it and can be either regular billed or direct to consumer billed. A trial container type does not have a billing profile. In case of regular billing, the next step after creation is the addition of a billing profile using the [Add-SPOContainerTypeBilling](./Add-SPOContainerTypeBilling.md) cmdlet. With the use of `-IsPassThroughBilling`, you can create a direct to customer billed container type. There is no need to attach a billing profile in case this case. `–TrialContainerType` when used creates a trial container type that has a validity of 30 days.
4141

4242
You must be a SharePoint Embedded Administrator to run this cmdlet.
4343

@@ -53,7 +53,7 @@ In Example 1, the cmdlet creates a new regular billed container type 'ContosoLeg
5353

5454
### Example 2
5555
```powershell
56-
New-SPOContainerType – IsPassThroughBilling – ContainerTypeName ContosoLegal -OwningApplicationId a735e4af-b86e-0000-93ba-1faded6c39e1
56+
New-SPOContainerType –IsPassThroughBilling –ContainerTypeName ContosoLegal -OwningApplicationId a735e4af-b86e
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 - ContosoLegal -OwningApplicationId a735e4af-b86e-0000-93ba-1faded6c39e1
65+
New-SPOContainerType –TrialContainerType -ContainerTypeName ContosoLegal -OwningApplicationId a735e4af-b86e
6666
6767
```
6868

0 commit comments

Comments
 (0)