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
In Example 4, the cmdlet creates a standard container type, ContosoLegal that has opted out of management through Microsoft-enabled administrator platforms.
This parameter is used to create a direct to customer billed container type.
126
138
127
139
```yaml
@@ -137,6 +149,22 @@ Accept pipeline input: False
137
149
Accept wildcard characters: False
138
150
```
139
151
152
+
### –GovernableByAdmin
153
+
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.
0 commit comments