networkmangler Posted February 27, 2019 Posted February 27, 2019 I have a GPO which I can apply to user accounts which disables the Internet so that no matter where the user logs in the internet is disabled I need something similar but I need to apply it to a computer so that no matter who logs into the computer the internet is disabled. What is the best way of doing this?
djm968 Posted February 27, 2019 Posted February 27, 2019 Null proxy set via GPO? https://serverfault.com/questions/697535/how-to-apply-proxy-settings-per-computer-for-only-a-specific-computer-group
DGardiner Posted February 27, 2019 Posted February 27, 2019 I have a GPO which I can apply to user accounts which disables the Internet so that no matter where the user logs in the internet is disabled I need something similar but I need to apply it to a computer so that no matter who logs into the computer the internet is disabled. What is the best way of doing this? Static IP/different vlan and block the internet with a your filtering solution?
FN-GM Posted February 27, 2019 Posted February 27, 2019 I have a GPO which I can apply to user accounts which disables the Internet so that no matter where the user logs in the internet is disabled I need something similar but I need to apply it to a computer so that no matter who logs into the computer the internet is disabled. What is the best way of doing this? You could use the same template. Apply it to all users in the OU and use this WMI filter so it only applies to that computer Select Name FROM Win32_ComputerSystem WHERE Name LIKE "NAME-PC01"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now