Get method of the PS_DAServer class

This cmdlet displays the properties of the DA Server.

Syntax

uint32 Get(
  [in]  string   ComputerName,
  [in]  string   EntrypointName,
  [out] DAServer cmdletOutput
);

Parameters

ComputerName [in]

IPv4/IPv6 address or hostname of the machine on which the DirectAccess server machine specific tasks should be executed

EntrypointName [in]

Entrypoint refers to the identity of a site in a multi-site deployment and when specified indicates that the configuration of the DA server at that site should be retrieved. If an entrypoint is not specified in a multi-site deployment then the entrypoint to which the server on which the cmdlet is executed belongs is used. The server could also be represented by using the ComputerName parameter. If both entrypoint and computername are specified and the ComputerName doesn't belong to the site represented by the entrypoint then the entrypoint takes precedence and the configuration is returned for it

cmdletOutput [out]

DA server properties. 1. Authentication type. 2. Internal IPv6 prefix 3. Client IPHTTPS IPv6 prefix. 4. Usage of machine cert auth for 1st tunnel. 5. IPsec cert. 6. IPsec intermediate cert usage. 7. Status of health check. Common properties. 1. SSL cert. 2. ConnectTo address. 3. Internal interface. 4. Internet interface.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\RemoteAccess
MOF
RAMgmtPSProvider.mof
DLL
RAMgmtPSProvider.dll

See also

PS_DAServer