Get-DSPrivateServerInfo
Sinossi
Ottenere le informazioni del server privato.
Sintassi
__AllParameterSets
Get-DSPrivateServerInfo [-AsLegacyResponse] [<CommonParameters>]Descrizione
Ottenere le informazioni del server privato all'URL specificato. È necessario essere connessi al server tramite New-DSSession.
Esempi
PS C:\> New-DSSession -BaseURI 'Your/DVLS/Instance/URL' -WindowsAuthentication;
$privateInfo = Get-DSPrivateServerInfo;
$privateInfo.DataOttenere le informazioni del server privato dell'istanza dvls situata in 'Your/DVLS/Instance/URL'.
Parametri
-AsLegacyResponse
Nelle versioni precedenti alla 2024.2, molti cmdlet DS restituivano un oggetto ServerResponse. L'attivazione di questo switch di retrocompatibilità consente agli script sviluppati per le versioni precedenti di funzionare correttamente.
CommonParameters
Questo cmdlet supporta i parametri comuni: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction e -WarningVariable. Per maggiori informazioni, consulti about_CommonParameters.
Note
Per maggiori informazioni, digiti "Get-Help Get-DSPrivateServerInfo -detailed". Per informazioni tecniche, digiti "Get-Help Get-DSPrivateServerInfo -full".
Ultimo aggiornamento
È stato utile?