We are preparing for the migration from Hyper-V to VMware. I am collecting all information before migration. One of the tasks was to collect all memory assigned to all VMs. Get-VM -ComputerName (Get-ClusterNode -Cluster CLUSTER_NAME) | Select-Object Name, DynamicMemoryEnabled, MemoryAssigned, MemoryMinimum, ProcessorCount, Path
command line
We are preparing for the migration from Hyper-V to VMware. I am collecting all information before migration. One of the tasks was to collect all the information about network cards connected to the VMs on the cluster. This is how I did it. Get-VM -ComputerName (Get-ClusterNode -Cluster CLUSTER_NAME) | Get-VMNetworkAdapter…
Hi Guys, It happened for me a few times that QNAP interface was frozen and I didn’t have physical access to the device. The easy way is to use SSH and run this command: kill `ps –no-headers -C apache -o pid`kill `ps –no-headers -C apache -o pid`
To find KMS server in your network you please type: slmgr.vbs /dlv or slmgr.vbs /dli Luca
Today simple tip how to migrate DHCP from Windows Server 2008 to 2012. Log on to the old/existing DHCP server. Click Start, click Run, type cmd in the Open box, right-click, and then “Run as Administrator”. Type netsh dhcp server export C:\Users\Desktop\dhcp.txt all , and then press ENTER. Install the…