GPO for limiting internet access to single site

Jeffrey Pascone 21 Reputation points
2020-11-11T18:51:21.553+00:00

Hi,

We are trying to set-up certain workstations to only allow access to our ticketing site.

I found this

but couldn't find the setting to create the policy.

Any help would be appreciated.

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,747 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,127 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,857 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Vicky Wang 2,646 Reputation points
    2020-11-12T09:38:53.723+00:00

    Open up Group Policy Management Console (GPMC).
    Create a New Group Policy Object and name it Restrict Internet Access.
    Edit and navigate to: User Configuration -> Preferences -> Windows Settings -> Registry and create a New Registry Item.
    There are 4 registry items we need to create/update: ProxyEnable, ProxyServer, ProxyOverride, AutoDetect
    The EnableProxy key will check the box to force the browser to use the proxy settings.

    Under the General Tab for the New Registry Properties:
    Action: Update. This will also create the reg key if it doesn’t exist.
    Hive: HKEY_CURRENT_USER
    Key Path: SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings
    Value Name: ProxyEnable
    Value Type: REG_DWORD
    Value Data: 1
    Base: Hexadecimal
    For specific steps, please refer to the article in the link

    https://thesysadminchannel.com/how-to-restrict-internet-access-using-group-policy-gpo/

    Hope this information can help you
    Best wishes
    Vicky


  2. Vicky Wang 2,646 Reputation points
    2020-11-18T09:37:47.62+00:00

    Hi,

    Just checking in to see if the information provided was helpful.

    Please let us know if you would like further assistance.

    Best Regards,
    Vicky