Skip to content

Commit a417496

Browse files
authored
New-SPOContainerType.md
1 parent 9145f5f commit a417496

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 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 container type of the standard or trial status. A trial container type does not have a billing profile associated with it and has a validity of 30 days. A standard container type has a billing profile associated with it. With the use of -IsPassThroughBilling, we can create a direct to customer billed container type.
40+
This cmdlet creates a new container type of the standard or trial status. A trial container type does not have a billing profile associated with it and has a validity of 30 days. A standard container type has a billing profile associated with it. With the use of '-IsPassThroughBilling', we can create a direct to customer billed container type.
4141

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

@@ -62,7 +62,7 @@ In Example 2, the cmdlet creates a trial container type, 'ContosoLegal', valid f
6262

6363
### -ContainerTypeName
6464

65-
This parameter names your ContainerType for your SharePoint Embedded Application.
65+
This parameter names your container type for your SharePoint Embedded Application.
6666

6767
```yaml
6868
Type: String
@@ -147,7 +147,7 @@ Accept wildcard characters: False
147147
```
148148
149149
### –TrialContainerType
150-
This token is used to specify that the cmdlet is used to create a trial container type and thereby the billing profile need not be provided.
150+
This parameter is used to specify that the cmdlet is used to create a trial container type and thereby the billing profile need not be provided.
151151
152152
```yaml
153153
Type: String
@@ -163,7 +163,8 @@ Accept wildcard characters: False
163163
```
164164
165165
### –IsPassThroughBilling
166-
Use this parameter to create a direct to customer billed container type.
166+
This parameter is used to create a direct to customer billed container type.
167+
167168
```yaml
168169
Type: String
169170
Parameter Sets:

0 commit comments

Comments
 (0)