Compare cert salaries and plan your next career move
TechJunky wrote: Currently I use roaming profiles to accomplish this due to the ease of use. However, with the network getting larger I would prefer the profiles be stored locally on the computer due to the fact that the users use the same computer. We currently are having our email hosting outsourced so each user needs a backup of their .pst files on a centralized server. I was curious if anyone has found an easy way to do this besides writing a bunch of batch files. Thanks.
TechJunky wrote: doesn't that still rely on the user not to delete the folder? I want to be able to administratively backup the .pst files and not allow the users access to them. I guess I will just use a batch file... This is something i was thinking of. taskkill.exe /f /im outlook.exe /t CD C:\Documents and Settings\%username%\Local Settings\Application Data\Microsoft\Outlook COPY outlook.pst \\Severname\OutlookBackup$\%username%\outlook.pst This will kill outlook if it is open by the user so you can proceed with the copy process. The only bad thing is UNC Names arent supported by batch files, so I cannot run the batch files off of the server, the batch file has to actually be located on the desktop computer. Let me know if there is a way I can have this batch file centerally located on the server and still run under task scheduler. Let me know what you guys think.
blargoe wrote: Just keep in mind that Microsoft in no way, shape or form supports Outlook accessing PST files over a network share, because of the traffic and the potential for corruption.
RussS wrote: What I would do in this case is run a logoff script that backs up the PST file - works a treat
Trailerisf wrote: Scripts are not highly successful at times. If you have spent enough time with large user environments, you would agree. A simple batch file doing an operation here or there, sure. Mapping printers and network drives for 100 people? Guaranteed to cause periodic problems. What happens when users attempt to run programs before drives map? The options you are selecting could work for a small environment. But when people tell you from experience that it causes problems, you may want to take some of their advice. But what do I know? Best of luck to you with whatever route you choose. You can look here for some script ideas. http://www.kixtart.org/index.asp
Tony Sweed wrote: To script or not to script ? But if you have some thousands of desktops you just physically can't use some hand writed scripts, for example for logon, when you need to map different drives or printers for different users.
Compare salaries for top cybersecurity certifications. Free download for TechExams community.