Disables Internet Explorer's Enhanced Security Configuration.
Disable-IEEnhancedSecurityConfiguration [-WhatIf] [-Confirm] [<CommonParameters>]
By default, Windows locks down Internet Explorer so that users can't visit certain sites. This function disables that enhanced security. This is necessary if you have automated processes that need to run and interact with Internet Explorer.
You may also need to call Enable-IEActivationPermission
, so that processes have permission to start Internet Explorer.
Name | Type | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
WhatIf | SwitchParameter | false | false | ||
Confirm | SwitchParameter | false | false | ||
CommonParameters | This cmdlet supports common parameters. For more information type Get-Help about_CommonParameters . |
Disable-IEEnhancedSecurityConfiguration