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
This cmdlet is used to reset the parameters associated with a container type - both trial and standard. The cmdlet can be used to change the basic information of a container type such as container type name, owning application ID or the billing information of the container type.
36
+
37
+
This cmdlet updates the existing property of a container type with the new value provided. The cmdlet can be used to change the basic information of a container type such as container type name or the billing information of the container type.
33
38
34
39
You must be a SharePoint Embedded Administrator to run the cmdlet.
35
40
36
-
While you only need to be a SharePoint Embedded Administrator to change the basic information of a container type, you need owner or contributor access on the existing billing subscription associated with the container type and also on the new billing subscription, to change the billing information of the container type.
41
+
While you only need to be a SharePoint Embedded Administrator to set the basic information of a container type, you need owner or contributor access on the existing billing subscription associated with the container type and also on the new billing subscription, to change the billing information of the container type. List of parameters that cannot be updated includes container type ID and owning application ID.
37
42
38
43
For permissions and the most current information about Windows PowerShell for SharePoint Embedded Containers, see the documentation at [Intro to SharePoint Embedded Containers Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell).
39
44
@@ -67,6 +72,20 @@ In Example 3, the trial container type name is updated as 'Blue Container Type'
67
72
68
73
## PARAMETERS
69
74
75
+
### -ApplicationRedirectUrl
76
+
This parameter sets the application redirect Url for the container type.
77
+
78
+
```yaml
79
+
Type: String
80
+
Parameter Sets: ApplicationRedirectUrl
81
+
Aliases:
82
+
83
+
Required: True
84
+
Position: 0
85
+
Default value: None
86
+
Accept pipeline input: False
87
+
Accept wildcard characters: False
88
+
```
70
89
71
90
### -ContainerTypeName
72
91
@@ -136,6 +155,10 @@ Default value: None
136
155
Accept pipeline input: False
137
156
Accept wildcard characters: False
138
157
```
158
+
159
+
### CommonParameters
160
+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
161
+
139
162
## RELATED LINKS
140
163
141
164
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
0 commit comments