1. Mở Group Policy Management trên Windows Server 2012
2. Tạo GPO trên OU quản trị viên muốn tạo.
3. Đặt tên cho GPO vừa tạo
8. Tiếp theo bạn có thể cấu hình Proxy Server bằng Registry bằng cách:
User Configuration => Preferences => Windows Settings => Registry => New => Registry Items
9. Tạo 3 Files Registry
Chọn Replease
1 ProxyServer
2 ProxyEnable
3 ProxyOverride
Software\Microsoft\Windows\CurrentVersion\Internet Settings
2. Tạo GPO trên OU quản trị viên muốn tạo.
3. Đặt tên cho GPO vừa tạo
4. Kích chuột phải vào chọn Edit
8. Tiếp theo bạn có thể cấu hình Proxy Server bằng Registry bằng cách:
User Configuration => Preferences => Windows Settings => Registry => New => Registry Items
9. Tạo 3 Files Registry
Chọn Replease
1 ProxyServer
2 ProxyEnable
3 ProxyOverride
Software\Microsoft\Windows\CurrentVersion\Internet Settings
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]:
- ProxyEnable (REG_DWORD) = 00000001
- ProxyServer(REG_SZ) = 192.168.1.1:3128
- ProxyOverride (REG_SZ) = 192.168.2.250 (đây là phần by pass )