Hello, I am trying to write to the Terminalservicesprofilepath attribute in AD but I continue to get the "property not found in the the directory cache" eror. Can someone help? Hee is my code snippet:
adsuserprofile =templuser.GetEx("TerminalServicesProfilepath")
adsUser.TerminalServicesProfilepath = adsuserprofile
adsUser.setinfo
Thanks!!
adsuserprofile =templuser.GetEx("TerminalServicesProfilepath")
adsUser.TerminalServicesProfilepath = adsuserprofile
adsUser.setinfo
Thanks!!