Merge pull request #3 from CollinCodez/main

Good find, thanks
This commit is contained in:
James Stringer 2021-11-21 14:35:41 -08:00 committed by GitHub
commit 998da00be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ foreach ($d in $drivers) {
}
$VM = Get-VM -VMName "GPUP"
$VM = Get-VM -VMName $VMName
$VHD = Get-VHD -VMId $VM.VMId
If ($VM.state -eq "Running") {