|
Hello,
New to Kixtart. Our org's Active Directory has limitations, one of which is the discouragement of applying GPOs on user groups or modifying user account info. So, in order to do functions such as folder redirection, roaming profiles, and drive mappings, we must use scripts.
The method we'd like to pursue is this:
A computer is a member of a specific group (called "GroupComputers") inside a sub-OU called "LogonScripts". Users (and/or groups) are members of a group "GroupUsers" also in the LogonScripts OU. Each department's OU will have such an OU called "LogonScripts".
When a user logs in at a specific computer, we want a check to be run to determine what group the computer is a member of; and if that computer is a member of a specific LogonScripts OU's "GroupComputers", and the user is a member of the corresponding "GroupUsers", then a script is run to apply the settings desired as described above.
We've determined a way to check for computer and user group membership through standard Windows scripting. However, we need to find an easier way to script the specific user settings (folder redirection, profiles, drive mappings).
Probably a can of worms question, but is this possible via Kixtart?
Thanks.
|