Condividi tramite


Get-DPMGlobalProperty

Ottiene le proprietà globali per un server DPM.

Sintassi

Get-DPMGlobalProperty
   [[-DPMServerName] <String>]
   [-PropertyName] <GlobalProperties>
   [<CommonParameters>]

Descrizione

Il cmdlet Get-DPMGlobalProperty ottiene le proprietà globali per un server System Center - Data Protection Manager (DPM).

Esempio

Esempio 1: Recuperare le proprietà globali

PS C:\> Get-DPMGlobalProperty -PropertyName AllowLocalDataProtection

Questo comando usa il cmdlet Get-DPMGlobalProperty per ottenere la proprietà globale per la protezione dei dati locali in un server.

Parametri

-DPMServerName

Specifica il nome di un server DPM di cui questo cmdlet ottiene le proprietà.

Type:String
Aliases:ComputerName, CN
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PropertyName

Specifica una proprietà che ottiene le proprietà del cmdlet.

I valori validi per questo parametro sono:

  • IsNetworkChecksumRequired
  • TruncateSharePointDbLogs
  • LibraryRefreshInterval
  • OptimizeTapeUsage
  • TapeWritePeriodRatio
  • ExchangeSCRProtection
  • AllowLocalDataProtection
Type:GlobalProperties
Accepted values:IsNetworkChecksumRequired, TruncateSharePointDbLogs, LibraryRefreshInterval, ExchangeSCRProtection, AllowLocalDataProtection, RegisteredWriters, ConsiderForAutoDeployment, MaxCapacityForClientAutoDeployment, KnownVMMServers, HyperVPagefileExclusions
Position:2
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False