Share via

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 for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Server | User experience | Other
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Vicky Wang 2,741 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


  2. Vicky Wang 2,741 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


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.