Sha256: d179b18b197a92918a3ecebcce8740ccb5ddbbf6dfb437380797ab65fd1434cc
Contents?: true
Size: 203 Bytes
Versions: 1
Compression:
Stored size: 203 Bytes
Contents
Param( [Parameter(Mandatory=$true)] [string]$VmId ) # Shuts down virtual machine regardless of any unsaved application data $VM = Get-VM -Id $VmId -ErrorAction "Stop" Stop-VM $VM -Force
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-cloudstack-1.2.0 | vendor/bundle/bundler/gems/vagrant-c84e05fd063f/plugins/providers/hyperv/scripts/stop_vm.ps1 |