VBS: Copy files and display a progress bar
The below script with copy files and display a standard windows progress bar. ‘ ——————————————————– ‘...
Read MorePosted by Phil Eddies | Nov 11, 2008 | Scripts, Windows | 0 |
The below script with copy files and display a standard windows progress bar. ‘ ——————————————————– ‘...
Read MorePosted by Phil Eddies | Nov 11, 2008 | Active Directory, Scripts | 0 |
The below script is an example of how using VBS and ADODB you can perform SQL like queries against Active directory to return or change properties of an object. In this case the script returns the “Home Drive” on the...
Read MorePosted by Phil Eddies | Oct 8, 2008 | Citrix XenApp, Scripts | 2 |
For a long time I have been trying to find or write a vbs script that will return the Virtual IP address of the current users Citrix XenApp session on Windows 2003. I have managed to finally find a way of doing it, please...
Read MorePosted by Phil Eddies | Oct 7, 2008 | Tips, Windows | 3 |
To install a MSI file using the PowerShell use the command msiexec /i "Path\PackageName" To uninstall a MSI file using the PowerShell use the command msiexec /x...
Read MorePosted by Phil Eddies | Oct 6, 2008 | Tips, Windows | 0 |
This document will detail how to change the computer name of a Windows Server 2008 Core install using the "PowerShell" 1) First run a ipconfig /all and make a note of the current Computer Name (Host Name) 2) Enter the...
Read More
Recent Comments