Generate VM resource report with powershell

This script will report on the RAM, cores, total disk space. #parameters $output_path = “c:\Users\frank\Documents\” $vmhost = “my-hyp1” $vms=get-vm -ComputerName […]

MS IIS server (Web server)

Updated on 2023-03-15 IIS 10.0 version 1809 is the latest version of Internet Information Services (IIS) which shipped with the […]

Hyper V – Set the VM replication schedule

# Manual resync Set-VMReplication -VMName “RESYNC VM” -AutoResynchronizeEnabled 0   # Automatic resync Set-VMReplication –VMName “RESYNC VM” -AutoResynchronizeEnabled 1 -AutoResynchronizeIntervalStart […]