Tag: Scripting

Scheduling VB Scripts via Scheduled Tasks

Scheduling VB Scripts via Scheduled Tasks

Written by : Marcos Velez  Ever find yourself having problems when trying to schedule a VBScript (that requires some command-line parameters) using Windows Scheduled Tasks? ... Read More

Quick Citrix XenApp Tip : Logons and Logoff messages in the EventLog.

Quick Citrix XenApp Tip : Logons and Logoff messages in the EventLog.

Here is a nice tip provided by Frederic Serriere (Escalation Engineer, Citrix) on Doctor-Citrix.com : To Log ICA Logons and Logoffs in the Server's EventLog,  ... Read More

Post P2V Batch file information to Automate Cleanups 2

Post P2V Batch file information to Automate Cleanups 2

Found another great little VBS script @ VMTN This little script by John Cerroni uses VBS and Application Names to find the uninstall string in ... Read More

Setting Full Hardware Acceleration with VBS in a POST P2V script.

Setting Full Hardware Acceleration with VBS in a POST P2V script.

Here is another useful bit of code script that I came across surfing the big bad internet.  Dim RegValueData Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\.rootdefault:StdRegProv") objReg.GetStringValue &H80000002,"HARDWAREDEVICEMAPVIDEO","DeviceVideo0",RegValueData objReg.SetDWORDValue &H80000002,Right(RegValueData, ... Read More

Post P2V Batch file information to Automate Cleanups

Post P2V Batch file information to Automate Cleanups

I’ve been busy doing A LOT of P2V conversions lately and decided to look into automating some of it!  Found these great links to scripting ... Read More