Disable-IEEnhancedSecurityConfiguration

Disables Internet Explorer's Enhanced Security Configuration.

Syntax

Disable-IEEnhancedSecurityConfiguration [-WhatIf] [-Confirm] [<CommonParameters>]

Description

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.

Related Commands

Parameters

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.

EXAMPLE 1

Disable-IEEnhancedSecurityConfiguration