Sha256: 4482ee73ed3f2a9e29ce0331e54ec9af8e1b4d644115f16cec13a777223e5b71

Contents?: true

Size: 182 Bytes

Versions: 7

Compression:

Stored size: 182 Bytes

Contents

Param(
    [Parameter(Mandatory=$true)]
    [string]$VmId,
    [string]$SnapName
)

$VM = Hyper-V\Get-VM -Id $VmId -ErrorAction "Stop"
Hyper-V\Remove-VMSnapshot $VM -Name $SnapName 

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
vagrant-unbundled-2.1.1.0 plugins/providers/hyperv/scripts/delete_snapshot.ps1
vagrant-unbundled-2.0.4.0 plugins/providers/hyperv/scripts/delete_snapshot.ps1
vagrant-unbundled-2.0.3.0 plugins/providers/hyperv/scripts/delete_snapshot.ps1
vagrant-aws-detiber-0.7.2.pre.4 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/plugins/providers/hyperv/scripts/delete_snapshot.ps1
vagrant-aws-detiber-0.7.2.pre.3 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/plugins/providers/hyperv/scripts/delete_snapshot.ps1
vagrant-aws-detiber-0.7.2.pre.2 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-419afb4dcffe/plugins/providers/hyperv/scripts/delete_snapshot.ps1
vagrant-unbundled-2.0.2.0 plugins/providers/hyperv/scripts/delete_snapshot.ps1