Get-LWHypervVMSnapshot

SYNOPSIS

Find snapshots of Hyper-V VMs

SYNTAX

Get-LWHypervVMSnapshot [[-VMName] <String[]>] [[-Name] <String>] [<CommonParameters>]

DESCRIPTION

Find snapshots of Hyper-V VMs

EXAMPLES

Example 1

PS C:\> Get-LWHypervVMSnapshot -VMName DSCDC01

List all existing snapshots of DSCDC01

PARAMETERS

-Name

Snapshot name to look for

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-VMName

VM to get snapshots from

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES