You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -69,6 +67,23 @@ In Example 4, the cmdlet creates a standard container type, ContosoLegal that ha
69
67
70
68
## PARAMETERS
71
69
70
+
### -ApplicationRedirectUrl
71
+
72
+
This parameter specifies the url of that the application should be redirected to.
73
+
74
+
```yaml
75
+
Type: String
76
+
Parameter Sets: (All)
77
+
Aliases:
78
+
Applicable: SharePoint Online
79
+
80
+
Required: False
81
+
Position: Named
82
+
Default value: None
83
+
Accept pipeline input: False
84
+
Accept wildcard characters: False
85
+
```
86
+
72
87
### -ContainerTypeName
73
88
74
89
This parameter names your container type for your SharePoint Embedded application.
@@ -86,27 +101,26 @@ Accept pipeline input: False
86
101
Accept wildcard characters: False
87
102
```
88
103
89
-
### -OwningApplicationId
104
+
### –GovernableByAdmin
90
105
91
-
This parameter specifies the ID of the SharePoint Embedded application.
106
+
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.
92
107
93
108
```yaml
94
-
Type: Guid
109
+
Type: Boolean
95
110
Parameter Sets: (All)
96
111
Aliases:
97
112
Applicable: SharePoint Online
98
113
99
-
Required: True
114
+
Required: False
100
115
Position: Named
101
116
Default value: None
102
117
Accept pipeline input: False
103
118
Accept wildcard characters: False
104
119
```
105
120
121
+
### –IsPassThroughBilling
106
122
107
-
### –TrialContainerType
108
-
109
-
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.
123
+
This parameter is used to create a direct to customer billed container type.
This parameter is used to create a direct to customer billed container type.
140
+
This parameter specifies the ID of the SharePoint Embedded application.
127
141
128
142
```yaml
129
-
Type: SwitchParameter
143
+
Type: Guid
130
144
Parameter Sets: (All)
131
145
Aliases:
132
146
Applicable: SharePoint Online
133
147
134
-
Required: False
148
+
Required: True
135
149
Position: Named
136
150
Default value: None
137
151
Accept pipeline input: False
138
152
Accept wildcard characters: False
139
153
```
140
154
141
-
### –GovernableByAdmin
142
155
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.
156
+
### –TrialContainerType
157
+
158
+
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.
144
159
145
160
```yaml
146
-
Type: Boolean
161
+
Type: SwitchParameter
147
162
Parameter Sets: (All)
148
163
Aliases:
149
164
Applicable: SharePoint Online
@@ -155,6 +170,11 @@ Accept pipeline input: False
155
170
Accept wildcard characters: False
156
171
```
157
172
173
+
### CommonParameters
174
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
175
+
176
+
177
+
158
178
## RELATED LINKS
159
179
160
180
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
0 commit comments