Where can i find documentation on the LDAP object properties/classes?
forexample, i have this script:
Set objUser = GetObject("LDAP://" & strDN)
strUser = objUser.cn
strTerminalServicesProfile
Path = objUser.TerminalServicesPr
ofilePath
strTerminalServicesHomeDir
ectory = objUser.TerminalServicesHo
meDirector
y
strTerminalServicesHomeDri
ve = objUser.TerminalServicesHo
meDrive
I found these in an example script online.
My question is where do i find out what other properties/methods objUser above has???
Thanks
Start Free Trial