Get method of the PS_RemoteAccessRadius class
This cmdlet displays the list of the following types of RADIUS servers 1. Radius for VPN authentication 2. Radius for DirectAccess and VPN Accounting3. Radius for OTP authentication for DirectAccess
Syntax
uint32 Get(
[in] string Purpose,
[in] string ComputerName,
[in] string EntrypointName,
[out] RemoteAccessRadiusServer cmdletOutput[]
);
Parameters
-
Purpose [in]
-
Indicates the purpose of the external RADIUS server. Can be one of the following: 1. Authentication. 2. Accounting. 3. Otp. If this parameter is omitted then RADIUS server(s) existing for all of the above purposes will be presented.
-
Authentication ("Authentication")
-
Accounting ("Accounting")
-
Otp ("Otp")
ComputerName [in]
IPv4/IPv6 address or hostname of the machine on which the remote access server machine specific tasks should be executed
EntrypointName [in]
Name of the entrypoint.
cmdletOutput [out]
The output consists of the list of external RADIUS servers being used for the specified purpose and their properties. If the server is used for both purposes then the RADIUS server is displayed twice with the properties for each purpose. 1. IPv4/IPv6 address or hostname of the RADIUS server. 2. Purpose (authentication (RRAS or OTP for DA) or accounting). 3. Properties of the RADIUS server for this purpose (Shared secret, time-out - for accounting and RRAS auth, initial score - for accounting and RRAS auth, port no., status of accounting on/off messages - for accounting RADIUS, status of message authenticator - for authentication RADIUS)
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\RemoteAccess |
MOF |
|
DLL |
|