WebBrowser configures web browser settings (Internet Explorer and Edge) via Group Policy registry entries.
When to use 'WebBrowser'
Use this resource when you need to enforce browser configuration policies such as proxy settings, trusted sites, security zones, home pages, or compatibility view settings. It applies settings through registry-based Group Policy, similar to what you would configure through Group Policy Management.
Source |
|
DSC Resource |
|
Documentation |
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
Hashtable |
Internet Explorer settings |
|||
Hashtable |
Microsoft Edge settings |
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
StartPage |
String |
Specifies the URL for the home page of Internet Explorer. |
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
StartPage |
String |
Specifies the URL for the home page of Microsoft Edge. |
Example
WebBrowser:
InternetExplorer:
StartPage: https://www.contoso.com
Edge:
StartPage: https://www.contoso.comSee also