The easiest way to connect to you iSCSI storage LUNs from Windows Server 2008 is by using the iSCSI initiator GUI. With the GUI you can easily make a connection with your iSCSI Storage by giving the ip-address and dynamically…
Install the XenServer PowerShell Snapin on a 64-bits Windows OS
As I’m discovering the CLI options I can revert to for scripting automated jobs for the XenServer 5.5 environment, I wanted to check out the new PowerShell Snapin provided by Citrix. After downloading and installing the XS-PS Windows installer I…
xe.exe CommandLine Interface
A XenServer can be managed with the xe Commandline Interface (CLI). Which can be run locally at the command prompt of the XenServer Console within XenCenter. The ex.exe is also part of the XenCenter installation and allows and administrator to…
Renaming a Windows Computer
When you want to rename a computer, you can use the netdom comandline tool. * Rename a computer: netdom renamecomputer %COMPUTERNAME% /NewName:[new-computer-name] /force Which uses the following syntax: new-computer-name: the new name you want the computer to have..…
Clear Cached Credentials
It sometimes happens that after you’ve changed your Windows logon credentials, you get an error trying to connect to a network share. This error could be about you’re cached credentials not being correct and prevent you from getting access to…