Share via


Get method of the PS_DANetworkLocationServer class

This cmdlet displays the detailed Network Location Server configuration.

Syntax

uint32 Get(
  [in]  boolean                 CheckReachability,
  [in]  string                  ComputerName,
  [out] DANetworkLocationServer cmdletOutput
);

Parameters

CheckReachability [in]

If this parameter is specified then the cmdlet will perform a reachability check to the specified URL

ComputerName [in]

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

cmdletOutput [out]

  1. Where the Network Location Server is configured - on the DA server itself or on a different server. 2. URL (if it is configured on a different server). 3. Certificate (if it is configured on the DA server). 4. Reachability to Network Location Server (if on a different server whether the URL is reachable or not)

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_DANetworkLocationServer