Set-DPMGlobalProperty
Sets the global properties for this DPM installation.
Set-DPMGlobalProperty [-DPMServerName] <String> -OptimizeTapeUsage <bool> [<CommonParameters>]
Set-DPMGlobalProperty [-DPMServerName] <String> -IsNetworkChecksumRequired <bool> [<CommonParameters>]
Set-DPMGlobalProperty [-DPMServerName] <String> -TapeWritePeriodRatio <bool> [<CommonParameters>]
Set-DPMGlobalProperty [-DPMServerName] <String> -AllowLocalDataProtection <Boolean> [<CommonParameters>]
Set-DPMGlobalProperty [-DPMServerName] <String> -ExchangeSCRProtection <string> [<CommonParameters>]
Set-DPMGlobalProperty [-DPMServerName] <String> -TruncateSharePointDbLogs <bool> [<CommonParameters>]
Set-DPMGlobalProperty [-DPMServerName] <String> -LibraryRefreshInterval <bool> [<CommonParameters>]
The Set-DPMGlobalProperty cmdlet sets the global properties for this DPM installation.
The name of a DPM server.
Attributes
Name | Value |
---|---|
Required? |
true |
Accept wildcard characters? |
false |
Accept Pipeline Input? |
false |
Position? |
0 |
This is a Boolean value and when set indicates that the DPM server can protect data sources on the same computer that it is installed on.
Attributes
Name | Value |
---|---|
Required? |
true |
Accept wildcard characters? |
false |
Accept Pipeline Input? |
false |
Position? |
named |
Name of the Exchange SCR Servers. To provide the names of multiple servers, you can list them all separated by commas.
Attributes
Name | Value |
---|---|
Required? |
true |
Accept wildcard characters? |
false |
Accept Pipeline Input? |
false |
Position? |
named |
Indicates whether a checksum should be used to verify data transferred over a network.
Attributes
Name | Value |
---|---|
Required? |
true |
Accept wildcard characters? |
false |
Accept Pipeline Input? |
false |
Position? |
named |
Allows you to set the interval at which the information about shared libraries must be refreshed.
Attributes
Name | Value |
---|---|
Required? |
true |
Accept wildcard characters? |
false |
Accept Pipeline Input? |
false |
Position? |
named |
Indicates whether tape data co-location has been enabled.
Attributes
Name | Value |
---|---|
Required? |
true |
Accept wildcard characters? |
false |
Accept Pipeline Input? |
false |
Position? |
named |
Indicates the number of days for which data can be written to a tape, as a ratio of the retention period of the first data set written to the tape.
Attributes
Name | Value |
---|---|
Required? |
true |
Accept wildcard characters? |
false |
Accept Pipeline Input? |
false |
Position? |
named |
Indicates whether SharePoint database logs should be truncated during replication.
Attributes
Name | Value |
---|---|
Required? |
true |
Accept wildcard characters? |
false |
Accept Pipeline Input? |
false |
Position? |
named |
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. For more information, see about_CommonParameters.
The input type is the type of the objects that you can pipe to the cmdlet. The return type is the type of the objects that the cmdlet emits.
For more information, type "Get-Help Set-DPMGlobalProperty -detailed".
For technical information, type "Get-Help Set-DPMGlobalProperty -full".Additionally, any updated information about the cmdlet will be available at https://go.microsoft.com/fwlink/?LinkId=95130.