Tuesday, 27 May 2014

Powershell - Get Internet Explorer Settings

Get-IEProxySettings:

PS >  
Get-ItemProperty 'Registry::HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings' | select-object | export-csv proxysettings.csv -NoTypeInformation


To open the file:

PS > .\proxysettings.csv

In the proxysettings.csv file, search for pac