Get-LWAzureVmSnapshot

SYNOPSIS

List an Azure snapshot

SYNTAX

Get-LWAzureVmSnapshot [[-ComputerName] <String[]>] [[-SnapshotName] <String>] [<CommonParameters>]

DESCRIPTION

List an Azure snapshot

EXAMPLES

Example 1

PS C:\> Get-LWAzureVmSnapshot -ComputerName DC01,FS01 -SnapshotName EndOfTheWorld

Returns details about the snapshot EndOfTheWorld for DC01 and FS01

PARAMETERS

-ComputerName

The host names

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

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

-SnapshotName

The snapshot name

Type: String
Parameter Sets: (All)
Aliases: Name

Required: False
Position: 1
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