Manual Group not Deleted on Client

When a computer is removed from a manual group, shouldn’t the client setting for the group be removed from the client registry? I am still seeing the registry entry for the group on the client.

The answer is: when a computer is removed from a manual group, the registry key is not deleted, but there is a value of true that is removed. So, testing for group membership should be:

not exists setting "__Group_0_IE11 Exclude" whose (value of it = "True") of client

The registry key is left behind for auditing purposes.

1 Like