< Back

Enable-CIEActivationPermission

Sun Jan 12, 2020 9:18 pm

NAME Enable-CIEActivationPermission



SYNOPSIS

Grants all users permission to start/launch Internet Explorer.





SYNTAX

Enable-CIEActivationPermission [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

By default, unprivileged users can't launch/start Internet Explorer. This prevents those users from using Internet

Explorer to run automated, browser-based tests. This function modifies Windows so that all users can launch

Internet Explorer.



You may also need to call Disable-CIEEnhancedSecurityConfiguration, so that Internet Explorer is allowed to visit

all websites.





PARAMETERS

-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Enable-CIEActivationPermission















RELATED LINKS

Disable-CIEEnhancedSecurityConfiguration