Is there a resource that shows the possible AD Schema classes, attributes, and so forth. example I want write a script to turn off the default terminal services access to users. when I look up the schema to see what I need I see "terminalServer" under "user" but have no idea what options that attribute will accept. how can I find this?
Eg: to define the login script for users I use:
oUser.Put "ScriptPath","ywc04.bat"
what would it be to set the options for terminal services (oUser.Put "terminalServer", ??????)
If you know this or where I can find the possible functions for attributes I appreciate it. I have looked on the internet to no avail.
Eg: to define the login script for users I use:
oUser.Put "ScriptPath","ywc04.bat"
what would it be to set the options for terminal services (oUser.Put "terminalServer", ??????)
If you know this or where I can find the possible functions for attributes I appreciate it. I have looked on the internet to no avail.