Skip to content

Commit 2945187

Browse files
authored
Update New-SPOContainerType.md
1 parent 253fc87 commit 2945187

File tree

1 file changed

+11
-22
lines changed

1 file changed

+11
-22
lines changed

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

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,9 @@ This cmdlet creates a new container type of standard or trial status. The standa
2121
### ParamSet1
2222

2323
```powershell
24-
New-SPOContainerType [-ContainerTypeName] <String> [-OwningApplicationId] <String> [-ApplicationRedirectUrl] <String> [-GovernableByAdmin] <Boolean> [<CommonParameters>]
24+
New-SPOContainerType [-ContainerTypeName] <String> -OwningApplicationId <Guid> [-ApplicationRedirectUrl <String>] [-TrialContainerType] [-IsPassThroughBilling] [-IsGovernableByAdmin <Boolean>] [-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
2626

27-
### ParamSet2
28-
29-
```powershell
30-
New-SPOContainerType [-ContainerTypeName] <String> [-OwningApplicationId] <String> [-ApplicationRedirectUrl] <String> [-IsPassThroughBilling] [-GovernableByAdmin] <Boolean> [<CommonParameters>]
31-
```
32-
33-
### ParamSet3
34-
35-
```powershell
36-
New-SPOContainerType [–TrialContainerType] [-ContainerTypeName] <String> [-OwningApplicationId] <String> [-ApplicationRedirectUrl] <String> [-GovernableByAdmin] <Boolean> [<CommonParameters>]
37-
```
3827

3928
## DESCRIPTION
4029

@@ -91,7 +80,7 @@ Aliases:
9180
Applicable: SharePoint Online
9281

9382
Required: True
94-
Position: Named
83+
Position: 0
9584
Default value: None
9685
Accept pipeline input: False
9786
Accept wildcard characters: False
@@ -102,8 +91,8 @@ Accept wildcard characters: False
10291
This parameter specifies the ID of the SharePoint Embedded application.
10392
10493
```yaml
105-
Type: String
106-
Parameter Sets:
94+
Type: Guid
95+
Parameter Sets: (All)
10796
Aliases:
10897
Applicable: SharePoint Online
10998

@@ -120,8 +109,8 @@ Accept wildcard characters: False
120109
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.
121110
122111
```yaml
123-
Type: String
124-
Parameter Sets:
112+
Type: SwitchParameter
113+
Parameter Sets: (All)
125114
Aliases:
126115
Applicable: SharePoint Online
127116

@@ -137,8 +126,8 @@ Accept wildcard characters: False
137126
This parameter is used to create a direct to customer billed container type.
138127
139128
```yaml
140-
Type: String
141-
Parameter Sets:
129+
Type: SwitchParameter
130+
Parameter Sets: (All)
142131
Aliases:
143132
Applicable: SharePoint Online
144133

@@ -151,17 +140,17 @@ Accept wildcard characters: False
151140
152141
### –GovernableByAdmin
153142
154-
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 SharePoint admin center and PowerShell.
143+
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. When not passed, the value is set to Ture. When set to False, the consuming tenant administrator can perform only read-only actions on containers of the container type, in both SharePoint admin center and PowerShell.
155144

156145
```yaml
157146
Type: Boolean
158-
Parameter Sets:
147+
Parameter Sets: (All)
159148
Aliases:
160149
Applicable: SharePoint Online
161150
162151
Required: False
163152
Position: Named
164-
Default value: True
153+
Default value: None
165154
Accept pipeline input: False
166155
Accept wildcard characters: False
167156
```

0 commit comments

Comments
 (0)