Add the ability to use the hyperv provider.

This commit is contained in:
man715
2020-08-25 13:03:34 -07:00
parent 85a5990b2f
commit 53b0ec43a3
11 changed files with 885 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
param ([String] $vmname)
Remove-VMNetworkAdapter -VMName $vmname -Name "Network Adapter"