New-VBRProtectionGroupAdvancedWindowsOptions
Short Description
Creates additional settings for Veeam Agent for Microsoft Windows.
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBRProtectionGroupAdvancedWindowsOptions [-EnableBandwidthThrottling] [-BandwidthThrottlingValue <Int32>] [-BandwidthThrottlingUnitType <VBRSpeedUnit>] [-DisableBackupOverMeteredConnection] [-DisableBackupOverVPNConnections] [-UseSpecifiedWiFiNetworks] [-WiFiNetworks <String[]>] [-EnableAgentThrottling] [-ThrottleAgentOn <VBREpThrottlingAgentType>] [-EnableFLRWithoutAdministrativeAccount] [-CreateEmbeddedRecoveryMedia] [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBRProtectionGroupAdvancedWindowsOptions object. This object contains additional settings for Veeam Agent for Microsoft Windows machines. These settings will be applied to Veeam Agent deployed on computers added to a protection group. You can specify the following types of settings:
- Network usage settings
- Throttling settings
- Security settings
Tip |
|
To apply the settings to an existing protection group, save the |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
BandwidthThrottlingUnitType |
Specifies the measure units for measure limit. You can select the following type of measure units:
|
|
False |
Named |
True (ByPropertyName) |
|
BandwidthThrottlingValue |
Specifies the bandwidth limit value. |
|
False |
Named |
True (ByPropertyName) |
|
CreateEmbeddedRecoveryMedia |
Defines that Veeam Backup & Replication will create recovery media for the Veeam Agent computers added to the protection group and place the media inside the operating system of these computers. |
|
False |
Named |
True (ByPropertyName) |
|
DisableBackupOverMeteredConnection |
Defines that backup over metered connections will be disabled. |
|
False |
Named |
True (ByPropertyName) |
|
DisableBackupOverVPNConnections |
Defines that backup over VPN connections will be disabled. |
|
False |
Named |
True (ByPropertyName) |
|
EnableAgentThrottling |
Enables throttling for Veeam Agent activities during backup.
Use the |
|
False |
Named |
True (ByPropertyName) |
|
EnableBandwidthThrottling |
Enables the bandwidth limit.
Use the |
|
False |
Named |
True (ByPropertyName) |
|
EnableFLRWithoutAdministrativeAccount |
Defines that users without administrative privileges will be able to perform file-level restore on Veeam Agent computers. Note: This parameter works only for backups located on Veeam Backup & Replication. |
|
False |
Named |
True (ByPropertyName) |
|
ThrottleAgentOn |
Specifies the type of computers. Veeam Backup & Replication will throttle Veeam Agent activities during backup on computers of these types. You can select one of the following types of the computers:
|
|
False |
Named |
True (ByPropertyName) |
|
UseSpecifiedWiFiNetworks |
Defines that Veeam Backup & Replication will restrict the WiFi usage to the specified networks.
Use the |
|
False |
Named |
True (ByPropertyName) |
|
WiFiNetworks |
Specifies the SSID of the Wi-Fi network. Veeam Agent will perform backup over the specified SSID only. |
|
False |
Named |
True (ByPropertyName) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRProtectionGroupAdvancedWindowsOptions
Examples
Example 1. Creating Additional Settings for Microsoft Windows Machines
|
This command creates additional settings for Veeam Agent for Microsoft Windows machines. The additional settings will have the following options:
|
Example 2. Applying Additional Settings to Protection Group
|
This example shows how to create additional settings for the protection group and apply these settings to the
Perform the following steps:
|
Notes
To apply the settings to an existing protection group, save the VBRProtectionGroupAdvancedWindowsOptions object to the variable and run the Set-VBRProtectionGroup cmdlet.
Related Commands
Get-VBRProtectionGroupReturns protection groups.Set-VBRProtectionGroupModifies protection groups.