Get-DPMGlobalProperty
Get-DPMGlobalProperty
Retrieves the global properties for a DPM server.
Syntax
Parameter Set: Default
Get-DPMGlobalProperty [[-DPMServerName] <String> ] [-PropertyName] <GlobalProperties> {IsNetworkChecksumRequired | TruncateSharePointDbLogs | LibraryRefreshInterval | ExchangeSCRProtection | AllowLocalDataProtection | RegisteredWriters | ConsiderForAutoDeployment | MaxCapacityForClientAutoDeployment | KnownVMMServers | HyperVPagefileExclusions} [ <CommonParameters>]
Detailed Description
The Get-DPMGlobalProperty cmdlet retrieves the global properties for a System Center 2012 – Data Protection Manager (DPM) server.
Parameters
-DPMServerName<String>
Specifies the name of a DPM server of which this cmdlet gets properties.
Aliases |
ComputerName,CN |
Required? |
false |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
-PropertyName<GlobalProperties>
Specifies a property to retrieve. Valid values are:
-- IsNetworkChecksumRequired
-- TruncateSharePointDbLogs
-- LibraryRefreshInterval
-- OptimizeTapeUsage
-- TapeWritePeriodRatio
-- ExchangeSCRProtection
-- AllowLocalDataProtection
Aliases |
none |
Required? |
true |
Position? |
2 |
Default Value |
none |
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 (https://go.microsoft.com/fwlink/p/?LinkID=113216).
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.
Examples
Example 1: Retrieve global properties
This command uses the Get-DPMGlobalProperty cmdlet to retrieve the global property for local data protection on a server.
PS C:\> Get-DPMGlobalProperty -PropertyName AllowLocalDataProtection