Citrix Makes XenServer Free

Citrix is to make its XenServer software free, from April. As part of the new agreement, Citrix plans to release a new suite of virtualisation management tools in April, called Citrix Essentials, that will be offered in two versions - one for...
Autoit script that allows to install Autocad 2009 unattended

This is an Autoit script that allows to install Autocad 2009 unattended. Create a file Acad2009_Custome.au3 with the following content: If WinExists(@ScriptName) Then Exit AutoItWinSetTitle(@ScriptName) AutoItSetOption("TrayIconDebug", 1) ;AutoItSetOption("SendKeyDelay", 10) global...
Script to get information about “Installed HotFixes” from remote computer / server

This small scripts allows to get information from remote computer / server. All data will be saved in XML format. Create a .bat file and put into in the following context: @Echo off Rem . Rem .
Script to get information about “Installed Applications” from remote computer / server

This small scripts allows to get information from remote computer / server. All data will be saved in XML format. Create a .bat file and put into in the following context: @Echo off Rem . Rem .
Script to get information about “Services” from remote computer / server

This small scripts allows to get information from remote computer / server. All data will be saved in XML format. Create a .bat file and put into in the following context: @Echo off Rem . Rem .
Script to get information about “Shares” from remote computer / server

This small scripts allows to get information from remote computer / server. All data will be saved in XML format. Create a .bat file and put into in the following context: @Echo off Rem . Rem .
Script to get information about “USERS” from remote computer / server

This small scripts allows to get information from remote computer / server. All data will be saved in XML format. Create a .bat file and put into in the following context: @Echo off Rem . Rem .
Script to get information about “Groups” from remote computer / server

This small scripts allows to get information from remote computer / server. All data will be saved in XML format. Create a .bat file and put into in the following context: @Echo off Rem . Rem .
Script to get information about “SCSI / RAID CONTROLLERS” from remote computer / server

This small scripts allows to get information from remote computer / server. All data will be saved in XML format. Create a .bat file and put into in the following context: @Echo off Rem . Rem .
Script to get information about “Logical Disks” from remote computer / server

This small scripts allows to get information from remote computer / server. All data will be saved in XML format. Create a .bat file and put into in the following context: @Echo off Rem . Rem .