I
I
Ivan2017-11-16 12:43:51
Group Policies
Ivan, 2017-11-16 12:43:51

How to apply group policy to all computers in a domain except for specific computers?

Domain controller on Windows Server 2008. Group policy is applied to a container with a group of users.
The filter costs on all computers of the domain. Can I somehow exclude one computer so that it is not covered by the policy?
Tried to delegate to this computer the prohibition of the application.
5a0d5d6251f97683107352.png
Did not help. The policy still applies.
Updated: If you delegate a ban to an account, then the policy does not apply. But this is the last resort. Are there any other options?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ivan, 2017-11-16
@Devagleo

Add a WMI filter to the policy in the form:
SELECT * from win32_computerSystem WHERE NOT name LIKE "%COMPUTERNAME%"
Then the policy will be applied to everything except COMPUTERNAME

K
Kirill Inkognatovich, 2017-11-16
@Matsunaki

And in different groups to spread what's the problem? I think it's the easiest way :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question