Check if user is member of AD group via BATCH
A common requirement in logon scripts is to detect whether the current user is a member of a specific Active Directory group and then trigger a matching action. When third-party tools are not allowed, a pure batch solution can still do the job by using only built-in Windows commands. In this example, the script checks … Weiterlesen