Have a new domain with users from 2 different location and only want 1 script. Have started a login script that should be based on what OU the user is located in. Here is what i have done that is not working.

Const City1 = "ou=City1"
Const City2 = "ou=City2"


Set ADSysInfo = CreateObject("A DSystemInfo")
Set CurrentUser = GetObject("LDAP ://" &...