Get-DPMGlobalProperty
Obtiene las propiedades globales de un servidor DPM.
Sintaxis
Get-DPMGlobalProperty
[[-DPMServerName] <String>]
[-PropertyName] <GlobalProperties>
[<CommonParameters>]
Description
El cmdlet Get-DPMGlobalProperty obtiene las propiedades globales de un servidor de System Center - Data Protection Manager (DPM).
Ejemplos
Ejemplo 1: Recuperación de propiedades globales
PS C:\> Get-DPMGlobalProperty -PropertyName AllowLocalDataProtection
Este comando usa el cmdlet Get-DPMGlobalProperty para obtener la propiedad global para la protección de datos local en un servidor.
Parámetros
-DPMServerName
Especifica el nombre de un servidor DPM del que este cmdlet obtiene las propiedades.
Tipo: | String |
Alias: | ComputerName, CN |
Posición: | 1 |
Valor predeterminado: | None |
Requerido: | False |
Aceptar entrada de canalización: | False |
Aceptar caracteres comodín: | False |
-PropertyName
Especifica una propiedad que este cmdlet obtiene propiedades.
Los valores aceptables para este parámetro son:
- IsNetworkChecksumRequired
- TruncateSharePointDbLogs
- LibraryRefreshInterval
- OptimizeTapeUsage
- TapeWritePeriodRatio
- ExchangeSCRProtection
- AllowLocalDataProtection
Tipo: | GlobalProperties |
Valores aceptados: | IsNetworkChecksumRequired, TruncateSharePointDbLogs, LibraryRefreshInterval, ExchangeSCRProtection, AllowLocalDataProtection, RegisteredWriters, ConsiderForAutoDeployment, MaxCapacityForClientAutoDeployment, KnownVMMServers, HyperVPagefileExclusions |
Posición: | 2 |
Valor predeterminado: | None |
Requerido: | True |
Aceptar entrada de canalización: | False |
Aceptar caracteres comodín: | False |