Key Activation to VAMT with error “The specified product key is invalid, or is unsupported by this version of VAMT”

Resolution: Install the latest Windows Kit and do the following Copy the files under C:\Windows\System32\spp\tokens\pkeyconfig from WS2019 machine Past them on this Path C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\VAMT3\pkconfig How to create GPO to push Product key update from KMS Read More …

Get Hyper V Virtual Machines Memory Configuration Powershell

Microsoft Windows Power shell to list down the Hyper V Virtual Machines Memory configuration for Hyper V Cluster, you can also use it for non cluster environment with simple modification. #Start-Process powershell -Verb runAs Administrator if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] “Administrator”)) { Start-Process Read More …