wsp-10329 Adding hyper-v replica to HyperV Provider. Minor fixes

This commit is contained in:
me 2015-04-24 11:45:56 +04:00
parent df0f780d49
commit 68d0b77357
2 changed files with 3 additions and 1 deletions

View file

@ -52,7 +52,7 @@ namespace WebsitePanel.Providers.Virtualization
cmd.Parameters.Add("DynamicMemoryEnabled", false);
}
powerShell.Execute(cmd, true);
powerShell.Execute(cmd, true, true);
}
}
}