Get-DPMGlobalProperty
Obtém as propriedades globais de um servidor DPM.
Sintaxe
Get-DPMGlobalProperty
[[-DPMServerName] <String>]
[-PropertyName] <GlobalProperties>
[<CommonParameters>]
Description
O cmdlet Get-DPMGlobalProperty
Exemplos
Exemplo 1: recuperar propriedades globais
PS C:\> Get-DPMGlobalProperty -PropertyName AllowLocalDataProtection
Esse comando usa o cmdlet Get-DPMGlobalProperty para obter a propriedade global para proteção de dados local em um servidor.
Parâmetros
-DPMServerName
Especifica o nome de um servidor DPM do qual esse cmdlet obtém propriedades.
Tipo: | String |
Aliases: | ComputerName, CN |
Cargo: | 1 |
Valor padrão: | None |
Obrigatório: | False |
Aceitar a entrada de pipeline: | False |
Aceitar caracteres curinga: | False |
-PropertyName
Especifica uma propriedade que este cmdlet obtém propriedades.
Os valores aceitáveis para este parâmetro são:
- IsNetworkChecksumRequired
- TruncateSharePointDbLogs
- LibraryRefreshInterval
- OptimizeTapeUsage
- TapeWritePeriodRatio
- ExchangeSCRProtection
- AllowLocalDataProtection
Tipo: | GlobalProperties |
Valores aceitos: | IsNetworkChecksumRequired, TruncateSharePointDbLogs, LibraryRefreshInterval, ExchangeSCRProtection, AllowLocalDataProtection, RegisteredWriters, ConsiderForAutoDeployment, MaxCapacityForClientAutoDeployment, KnownVMMServers, HyperVPagefileExclusions |
Cargo: | 2 |
Valor padrão: | None |
Obrigatório: | True |
Aceitar a entrada de pipeline: | False |
Aceitar caracteres curinga: | False |