scotty Posted September 14, 2006 Posted September 14, 2006 We have just changed our MIS to Serco facility from sims. Facility requires there to be a folder called client files to be in each users my documents folder, I have already manually copied the folder into a few users folders but we have quiet a few admin staff who require access. My thought is there must be an easier way of doing this and was wondering if anyone out there had done this task before and may have a script available or a great piece of software. I should mention our servers are on 2003. Your help is much appreciated Scott
danIT Posted September 14, 2006 Posted September 14, 2006 not heard of this before, we create a folder called Admin on the C: drive, which we save the databse connection file too, then any changes the individual makes to personlise CMIS gets saved to the C:\admin folder locally, thus not effecting the server defaults. psexec, from sysinternals. Can give you a remote shell, and has some snazzy remote copy (and executio) command line switches too.
plexer Posted September 14, 2006 Posted September 14, 2006 In their logon script add: if not exist "h:\client files" mkdir "h:\client files" ??? Ben
scotty Posted September 14, 2006 Author Posted September 14, 2006 I like that idea plexer, do you know of a way of maybe specifying the source folder to be copied into the h: drive. I'll explain why, client files originally are on the server it is a folder full of specific files required for facility to run, also a place for user specifics on facility to be stored. The idea in placing this folder on the H drive is to allow these user specific settings to roam with the user which is the reason why we are doing this slightly different to danIT.
danIT Posted September 14, 2006 Posted September 14, 2006 its easy for us, as we restrict the number of PC's which can access cmis for security/data protection. Also the users who use CMIS use the same PC each day. Lucky i supposse.
plexer Posted September 14, 2006 Posted September 14, 2006 just stick them somewhere that is accesible such as the netlogon share then add: if not exist "h:\client files" goto copy goto end :copy mkdir "h:\client files" copy "\\server\netlogon\client files\*.*" "h:\client files" :end Or something like that. Ben
SpuffMonkey Posted September 14, 2006 Posted September 14, 2006 You only need a copy in each My Docs area if you're interested in them saving away the program in the state they left it (ie the sizes of windows etc), otherwise you can (usually) run from one central folder.
ANiceEnglishman Posted September 14, 2006 Posted September 14, 2006 You only need a copy in each My Docs area if you're interested in them saving away the program in the state they left it (ie the sizes of windows etc), otherwise you can (usually) run from one central folder. But if you do it this way if they DO save changes they will overwrite the (single set of) client files and keep undoing each others settings. Our LEA set it up like this.
tosca925 Posted September 14, 2006 Posted September 14, 2006 On a similar note, we have the set up where staff have these files in their User Share/Documents. We copied it from a BV script similar to the script above. During the summer the whole of admin had new PC's. The strange thing that happens now is, when they make changes to their st up ie; windows size it doe not seem to save it the next time they log on. Another pain is the Student layout, it comes up as basic info, even if you go to 'view'>standard view it corrects it but does not save the view next time? Any suggestions?
tosca925 Posted September 16, 2006 Posted September 16, 2006 \sorted our problem. Options>configuration>settings> in the box at the bottom it had both custom and standard, i deleted the custom and just left standard and it worked fine.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now