Enabling VNC on iDRAC7 with RACADM
Example of enabling the VNC server on an iDRAC and setting the password: racadm -r 10.1.1.200 -u root -p calvin set idrac.vncserver.enable Enabled racadm -r 10.1.1.200 -u root -p calvin set idrac...
Example of enabling the VNC server on an iDRAC and setting the password: racadm -r 10.1.1.200 -u root -p calvin set idrac.vncserver.enable Enabled racadm -r 10.1.1.200 -u root -p calvin set idrac...
Yes. Yes I can.
Configuring iSCSI on Windows Server 2012 R2 Core This guide demonstrates how to configure iSCSI connections on Windows Server 2012 R2 Core using PowerShell commands. 1. Start and Configure the iS...
$IPAddressPool = Get-SCStaticIPAddressPool -IPv4 -Subnet “10.1.1.0/24” $IPAddress = Get-SCIPAddress -StaticIPAddressPool $IPAddressPool ForEach ($ip in $IPAddress) {Revoke-SCIPAddress -AllocatedIPA...
Resetting VM Naming Sequence in XenDesktop Important Note: For these commands to work, they must be executed via the PowerShell console in Citrix Studio. The standard PowerShell interface won’t...
On the SC server, the agents to install on the Hyper-V hosts are located under the following folder (change based on versions you want): C:\Program Files\Microsoft System Center 2012 R2\Virtual Mac...
Normal calendar: jonas@nyx:~$ cal October 2014 Su Mo Tu We Th Fr Sa 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ...
Uninstalling Software from Windows Server Core Windows Server Core and Hyper-V Server don’t include a graphical interface for managing installed software. This guide explains how to uninstall appl...
Capturing the exit code of the last command Basically: Did things go well or were there errors? root@wintermute:/nfs# /etc/init.d/dnsmasq start * Starting DNS forwarder and DHCP server dnsmasq [...