Files
TimWhite a986d0b9b8 fix bugs
fix bugs
2019-12-05 15:46:46 +08:00

15 lines
324 B
Plaintext

menu "Check VM" {
menu "Check VM" {
item "Check VM" {
local('$bid');
foreach $bid ($1){
binput($1, "powershell-import Check-VM.ps1");
bpowershell_import($1, script_resource("modules/scripts/Check-VM.ps1"));
binput($1, "powershell Check-VM");
bpowershell($1, "Check-VM");
}
}
}
}