VBS: Copy files and display a progress bar

The below script with copy files and display a standard windows progress bar. ‘ ——————————————————– ‘ VBS Script to run a Query againt a Active Directory Domain ‘ ‘ Author: Phil Eddies ‘ https://geekshangout.com ‘ ‘ Disclainer: ‘ Use of …

Read more

Get the Users AD Site Name

This tiny VBS script will return the current users Active Directory site name, which is very useful in a login script for doing things like adding printers or mapping drives based on what site the user is at Set objADSysInfo …

Read more