Share via

Group policy problem

TAMER inci 1 Reputation point
2022-08-09T08:12:11.457+00:00

Hello, I want to set the user policy only for users logging on to the computer I have specified. how can I do it

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Gary Reynolds 9,626 Reputation points
    2022-08-09T22:07:01.947+00:00

    Hi @TAMER inci

    If you want a user policy to only be applied to when a user logs onto a specific machine, then you can use a combination of GPO security filtering, so the policy applies to the specific user or group and then a WMI filter on the policy so it only applies to a specific computer using the following WMI query:

    select * from Win32_ComputerSystem where name="computer1"  
    

    Gary.

    Was this answer helpful?


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.