Get-DSPrivateServerInfo
Synopsis
Syntax
__AllParameterSets
Get-DSPrivateServerInfo [-AsLegacyResponse] [<CommonParameters>]Description
Examples
PS C:\> New-DSSession -BaseURI 'Your/DVLS/Instance/URL' -WindowsAuthentication;
$privateInfo = Get-DSPrivateServerInfo;
$privateInfo.DataParameters
-AsLegacyResponse
CommonParameters
Notes
Last updated
Was this helpful?