Expand Minimize
This topic has not yet been rated - Rate this topic

Set-DPMGlobalProperty

Updated: January 14, 2013

Applies To: System Center 2012 - Data Protection Manager

Set-DPMGlobalProperty

Sets the global properties for this DPM installation.

Syntax

Parameter Set: AllowLocalDataProtection
Set-DPMGlobalProperty [[-DPMServerName] <String> ] -AllowLocalDataProtection <Boolean> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ConsiderForAutoDeployment
Set-DPMGlobalProperty [[-DPMServerName] <String> ] -ConsiderForAutoDeployment <Boolean> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ExchangeSCRProtection
Set-DPMGlobalProperty [[-DPMServerName] <String> ] -ExchangeSCRProtection <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: HyperVPagefileExclusions
Set-DPMGlobalProperty [[-DPMServerName] <String> ] -HyperVPagefileExclusions <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: IsNetworkChecksumRequired
Set-DPMGlobalProperty [[-DPMServerName] <String> ] -IsNetworkChecksumRequired <Boolean> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: KnownVMMServers
Set-DPMGlobalProperty [[-DPMServerName] <String> ] -KnownVMMServers <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: LibraryRefreshInterval
Set-DPMGlobalProperty [[-DPMServerName] <String> ] -LibraryRefreshInterval <Int32> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: MaxCapacityForClientAutoDeployment
Set-DPMGlobalProperty [[-DPMServerName] <String> ] -MaxCapacityForClientAutoDeployment <Int32> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: RegisteredWriters
Set-DPMGlobalProperty [[-DPMServerName] <String> ] -RegisteredWriters <Guid[]> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: TruncateSharePointDbLogs
Set-DPMGlobalProperty [[-DPMServerName] <String> ] -TruncateSharePointDbLogs <Boolean> [-Confirm] [-WhatIf] [ <CommonParameters>]




Detailed Description

The Set-DPMGlobalProperty cmdlet sets the global properties for this DPM installation.

Parameters

-AllowLocalDataProtection<Boolean>

Indicates that the DPM server can protect data sources on the same computer it is installed on.


Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ConsiderForAutoDeployment<Boolean>

Indicates whether the DPM server should be considered for client protection.


Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-DPMServerName<String>

Provide the name of the DPM server.


Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-ExchangeSCRProtection<String>

Provide the name of the Exchange SCR Server. To provide the names of multiple servers, you can list them all separated by commas.


Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-HyperVPagefileExclusions<String>

Provide the name of pagefile VHD to be excluded from backup jobs for HyperV data source. Supports use of wildcards. Use commas to separate multiple VHD names.


Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-IsNetworkChecksumRequired<Boolean>

Indicates whether a checksum should be used to verify data transferred over a network.


Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-KnownVMMServers<String>

Provide the System Center 2012 SP1 VMM server that DPM should communicate with to provide support for virtual machine mobility scenarios. On specifying this flag, DPM not only stores the VMM server information, but also configures its services on the DPM server to successfully communicate with VMM.


Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-LibraryRefreshInterval<Int32>

Allows you to set the interval at which the information about shared libraries must be refreshed.


Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-MaxCapacityForClientAutoDeployment<Int32>

Allows you to set the maximum number of client computers that can be protected on the DPM server. Setting this value ensures that too many client computers are not protected on the DPM server when auto-deployment is enabled


Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-RegisteredWriters<Guid[]>

For internal use only.


Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-TruncateSharePointDbLogs<Boolean>

Indicates whether SharePoint database logs should be truncated during replication.


Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before executing the command.


Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Describes what would happen if you executed the command without actually executing the command.


Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Notes

  • For more information, type "Get-Help Set-DPMGlobalProperty -detailed".



    For technical information, type "Get-Help Set-DPMGlobalProperty -full".


Examples

To exclude some page file VHDs

In this example, all VHDs protected on TestingServer that have names that end with _pagefile.vhd are marked for exclusion.


PS C:\> Set-DPMGlobalProperty -DPMServerName TestingServer -HyperVPagefileExclusions "*_pagefile.vhd"

To add more page file VHD exclusions

In this example, VHD files that have “mypgf” in their name are added to the existing exclusion list.


PS C:\> Set-DPMGlobalProperty -DPMServerName <DpmServer> -HyperVPagefileExclusions "*_pagefile.vhd,*mypgf*.vhd*"

To remove all page file VHD exclusions

In this example, all existing exclusions are removed.


PS C:\> Set-DPMGlobalProperty -DPMServerName <DpmServer> -HyperVPagefileExclusions ""
 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.