<# Hi Guys Here's a Script which i created to Uncheck Numa Settings on a Hyper-V Host #> 1 2 3 4 5 6 7 8 $cn = 'HV1' <# Here HV1 specifies the Hyper-V Host on which the…
1 2 3 4 5 <#Hi Guys Sharing with you all a script which i created to Extract the DiskName & FriendlyVolumeName from a Hyper-V Host Copy paste the one liner in an elevated Powershell window on a Clustered…
1 2 3 4 5 <#Hi Guys Sharing with you all a script to rename Highly Available VM's in FCM to only VM Names (Removing prefix,suffix SCVMM,Resources) Copy paste the one liner in an elevated Powershell window on a…
1 2 3 4 5 6 <#Hi Guys sharing with you a script i developed to change the CD-ROM Drive in a newly provisioned Virtual Machine Using Hyper-V, You can modify the script accordingly for other drive letters. Change…