Hello all,
I have a primary and old domain which users were migrated
from and I want to check the home directory against the
homeDirectory in the old DC
I was thinking it should go something like thisd...
Dim objCurrentHome, OldHome
Set odsearch =("LDAP:",dc=server,ou=OU,cn="",cn="")
Set nwsearch =("LDAP":,dc=server,ou=OU,cn="",cn="")
From here I think I can construct a for next looop
Any ideas?
Thanks!
I have a primary and old domain which users were migrated
from and I want to check the home directory against the
homeDirectory in the old DC
I was thinking it should go something like thisd...
Dim objCurrentHome, OldHome
Set odsearch =("LDAP:",dc=server,ou=OU,cn="",cn="")
Set nwsearch =("LDAP":,dc=server,ou=OU,cn="",cn="")
From here I think I can construct a for next looop
Any ideas?
Thanks!