Get-DattoBCDRVolume

SYNOPSIS

Gets an asset(s)(agent or share) for a specific volume on a device

SYNTAX

Get-DattoBCDRVolume -SerialNumber <String> -VolumeName <String> [<CommonParameters>]

DESCRIPTION

The Get-DattoBCDRVolume cmdlet gets an asset(s)(agent or share) for a specific volume on a device

EXAMPLES

EXAMPLE 1

Get-DattoBCDRVolume -SerialNumber "12345678" -VolumeName "0987654321"

Gets the Datto BCDR with the defined SerialNumber and returns any agents or shares for the defined volume

PARAMETERS

-SerialNumber

BCDR serial number to return data for

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-VolumeName

Volume name (id) of the protected volume

The content of the ‘volume’ field when calling /v1/bcdr/device/{SerialNumber}/asset

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
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

OUTPUTS

NOTES

N\A

https://celerium.github.io/Celerium.DattoBCDR/site/BCDR/Get-DattoBCDRVolume.html