logo logo

Change Hyper-V Virtual Machine RAM settings from PowerShell

From PowerShell you can type:Set-VMMemory serverName -DynamicEnabled $false -StartupBytes 1000mb For example to turn off dynamic memory use and set the ram to 1gb. The virtual machine has to be off to do...

Install the Snipping Tool on a Windows Server operating system

I installed the snipping tool through the server manager. I had to click on manage and then select “Add Roles and Featues”. Click Server Selection to select the proper server. Then Feature...

Configure Hyper-V Core firewall from PowerShell

Run the following command on Hyper-V Core PowerShell to enable RDP access Enable-netfirewallrule -displayname "Remote Desktop - User Mode...

New tool for managing Microsoft Hyper-V Core virtual machines

This new tool makes Hyper-V Core management incredibly easy. For the simplest install, download the manager on a graphical workstation and unzip the installer to a USB flash drive or transfer the file to...

Corrupt Windows profile v2

Fixed issue where it wouldn’t log in saying “the user profile service failed the logon” and “user profile cannot be loaded”. Going in through safe mode loaded a default...

Reset DNS on a Windows Machine (DNS Flush)

From an Elevated command prompt Ipconfig /flushdns Ipconfig /registerdns Net stop netlogon Net start...
bottom