Advertisement
easternnl

List secure sites assigned by GPO

Aug 26th, 2015
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. write-host -foregroundcolor red "HKCU"
  2. $(get-item "HKCU:\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMapKey").property
  3. write-host -foregroundcolor red "HKLM"
  4. $(get-item "HKLM:\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMapKey").property
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement