Tag Archives: VB

Script to import user photos into Active Directory

After recently installing Lync 2010, I soon realised that I should probably have already imported user photos into Active Directory, seeing as Outlook 2010 also supports user thumbnails and it would be a nice little feature to add in. I …

Read more »

Script to Delete Old Files

This is a script I’ve had running for a while, it currently deletes old files from my ftp server when they have been there for 14 days or more. It also checks subfolders. Set objArgs = WScript.ArgumentsFolderName =objArgs(0)Days=objArgs(1) set fso …

Read more »

Script to Compress SQL .bak files and then delete the originals

Another little code snipped that might be quite useful. On one of my hosted servers I have the full version of SQL server which includes the GUI to perform backups. I run a Full backup every week (at the weekend), …

Read more »

Paessler PRTG Traffic Grapher with Auto Tab Change Script

I wrote this one a little while back and to be honest it looks after itself so well that I rarely have to touch it. Anyway, I wanted an easy way to keep tabs on what’s happening on the network, …

Read more »

Scripted Active Directory Outlook Users Signatures

So I need to get all the employee’s signatures to look the same and all the information needs to be up to date. Creating each users signature manually is a bit of hard work, getting them to keep it up …

Read more »