Sys-Admin Blog
Friday, 25 July 2014
Powershell script to add printers from CSV and adjust driver
›
If you find yourself needing to do a printer migration but cant/don't want to re-install the old drivers (e.g. a cross architecture migr...
4 comments:
Wednesday, 23 July 2014
VBScript to automatically map PST files into Outlook
›
Edit Set objFolder = objFSO.GetFolder("H:\PST") to suit your requirements: ********************** Set objFSO = CreateObjec...
1 comment:
Sunday, 13 July 2014
Extract data from Offline Files Client Side Cache (CSC) using CSCCMD
›
On a XP or 2003 machine: Download CSCCMD 1.1 Run the following: csccmd /isenabled csccmd /disable Use the following reg k...
Wednesday, 30 April 2014
Simple powershell robocopy log analyser
›
Select-String -path "\\server\share\logfile.log" -pattern "Access Is Denied" -allm atches -simplematch -context 1 |...
Wednesday, 23 April 2014
Robocopy monitor copying old files
›
If robocopy /MON or /MOT appears to be re-copying older files still - try these switches: /XO - Exclude old files /FFT - Assume FAT file ...
›
Home
View web version