Posted: Fri Jan 14, 2005 12:09 am Post subject: Example Project -...
This project will change home directory permissions for each user account listed in the input pane. The operation is driven by a batch file, set_perm.bat, which calls xcacls.exe to make the actual change.
The project sets four permission entries in total. Two permission entries are hard coded into the batch file, the other two are specified using variables in the project. A summary of the permission entries is as follows:
Domain Admins - Full control (hard coded)
%username% - Modify (hard coded)
<GROUP NAME 1> - Full control (variable)
<GROUP NAME 2> - Full control (variable)
In order to use the project a small amount of additional configuration is required and is outlined by the following procedure:
***Copy the set_perm.bat and XCACLS.exe files into the User Management Resource Administrator program directory.
1.) The project expects input from the network pane. Navigate to the OU containing the users whose home directory permissions should be changed. Right-click the OU and choose Display.
2.) Set the value of the "Set domain name" action to the NETBIOS domain name where the users are located
3.) Set the value of the "Specify Group 1" variable to the first group which should receive Full control permission to the home directories
4.) Set teh value of the "Specify Group 2" variable to the second group which should receive Full control permission to the home directories
5.) Run the project
***THIS PROJECT HAS BEEN CONFIGURED SO THAT IT RUNS IN WIZARD MODE AS WELL.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum