Skip to content

Commit 20b256e

Browse files
authored
Update New-SPOContainerType.md
1 parent 2089321 commit 20b256e

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] <String> [-Own
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. Using `-GovernableByAdmin`, you can decide whether consuming tenant administrators of the application should be provided management capabilities on Microsoft-enabled administrator support, through the SharePoint Administrator Center and PowerShell. By default, the value is set to True. When set to False, the consuming tenant administrator can perform only read-only actions on containers of the container type, in both the SharePoint Administrator Center and PowerShell.
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

@@ -72,7 +72,7 @@ In Example 3, the cmdlet creates a trial container type, ContosoLegal, valid for
7272

7373
```powershell
7474
75-
New-SPOContainerType -ContainerTypeName ContosoLegal -OwningApplicationId a735e4af -GovernableByAdmin False
75+
New-SPOContainerType -ContainerTypeName ContosoLegal -OwningApplicationId a735e4af -GovernableByAdmin $false
7676
7777
```
7878

@@ -148,7 +148,7 @@ Accept pipeline input: False
148148
Accept wildcard characters: False
149149
```
150150
### –GovernableByAdmin
151-
This parameter is used to opt in/out of management capabilities on Microsoft-enabled administrator platforms for the consuming tenant administrators of the container type.
151+
Using `-GovernableByAdmin`, you can decide whether consuming tenant administrators of the application should be provided management capabilities on Microsoft-enabled administrator support, through SharePoint admin center and PowerShell. By default, the value is set to True. When set to False, the consuming tenant administrator can perform only read-only actions on containers of the container type, in both the SharePoint Administrator Center and PowerShell.
152152

153153
```yaml
154154
Type: Boolean

0 commit comments

Comments
 (0)