Fix mixed tabs on get_vm_status script

This commit is contained in:
Brian Cain 2020-03-30 15:20:29 -07:00
parent 787c8a150a
commit 7be0a6807a
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -14,7 +14,7 @@ try
# type was loaded in Microsoft.HyperV.PowerShell
[void][System.Reflection.Assembly]::LoadWithPartialName('Microsoft.HyperV.PowerShell.Objects, Culture=neutral, PublicKeyToken=31bf3856ad364e35')
} catch {
# Empty catch ok, since if we didn't load the types, we will fail in the next block
# Empty catch ok, since if we didn't load the types, we will fail in the next block
}
$VmmsPath = if ([environment]::Is64BitProcess) { "$($env:SystemRoot)\System32\vmms.exe" } else { "$($env:SystemRoot)\Sysnative\vmms.exe" }