Set-DattoBCDRDTCBandwidth

SYNOPSIS

Updates the bandwidth settings for a single direct-to-cloud agent

SYNTAX

Set-DattoBCDRDTCBandwidth -AgentUUID <String> [-PauseWhileMetered] -MaximumBandwidthInBits <Int64>
 -MaximumThrottledBandwidthInBits <Int64> [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

The Set-DattoBCDRDTCBandwidth cmdlet updates the bandwidth settings for a single direct-to-cloud agent

EXAMPLES

EXAMPLE 1

Set-DattoBCDRDTCBandwidth -AgentUUID "123e4567-e89b-12d3-a456-426614174000" -maximumBandwidthInBits 1000000 -MaximumThrottledBandwidthInBits 500000

Updates the bandwidth settings for the defined single direct-to-cloud agent

PARAMETERS

-AgentUUID

UUID

Type: String
Parameter Sets: (All)
Aliases:

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

-PauseWhileMetered

Pause the agent while on a metered connection

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-MaximumBandwidthInBits

Maximum bandwidth in bits for the agent

Type: Int64
Parameter Sets: (All)
Aliases:

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

-MaximumThrottledBandwidthInBits

Maximum throttled bandwidth in bits for the agent

Type: Int64
Parameter Sets: (All)
Aliases:

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

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

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

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

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

OUTPUTS

NOTES

N/A

https://celerium.github.io/Celerium.DattoBCDR/site/DTC/Set-DattoBCDRDTCBandwidth.html