Get-DAOtpAuthentication

Get-DAOtpAuthentication

Displays one-time password (OTP) authentication settings for DirectAccess (DA).

構文

Parameter Set: Get2
Get-DAOtpAuthentication [-AsJob] [-CimSession <CimSession[]> ] [-ComputerName <String> ] [-ThrottleLimit <Int32> ] [ <CommonParameters>]

詳細説明

The Get-DAOtpAuthentication cmdlet displays DirectAccess (DA) one-time password (OTP) settings, including the enabled state of the OTP, the RADIUS servers used for OTP authentication, certification authority (CA) servers, the certificate template used to issue OTP certificates, and optionally, a security group of users exempt from two-factor authentication.

パラメーター

-AsJob

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-CimSession<CimSession[]>

リモート セッションまたはリモート コンピューターでコマンドレットを実行します。New-CimSession コマンドレットや Get-CimSession コマンドレットの出力など、コンピューター名またはセッション オブジェクトを入力します。既定値は、ローカル コンピューターで実行中の現在のセッションです。

エイリアス

Session

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-ComputerName<String>

Specifies the IPv4 or IPv6 address, or host name, of the server on which the cmdlet should run.

エイリアス

Cn

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-ThrottleLimit<Int32>

このコマンドレットを実行するために確立できる最大同時操作数を指定します。このパラメーターを省略するか、値として 0 を入力した場合、Windows PowerShell® では、コンピューターで実行している CIM コマンドレットの数に基づいて、コマンドレットに対する最適なスロットル制限を計算します。スロットル制限は現在のコマンドレットのみに適用され、セッションまたはコンピューターには適用されません。

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • None

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.Management.Infrastructure.CimInstance#DAOtpAuth

    Microsoft.Management.Infrastructure.CimInstance オブジェクトは、Windows Management Instrumentation (WMI) オブジェクトを表示するラッパー クラスです。シャープ記号 (#) の後のパスは、基になる WMI オブジェクトの名前空間とクラス名です。
    The DAOtpAuth object contains the following OTP authentication configuration settings for DA:.
    -- OtpStatus specifies whether OTP authentication is enabled or disabled.
    -- RadiusServer specifies the OTP RADIUS server names and addresses.
    -- UserSecurityGroupName specifies the security group of users that are exempt from two-factor authentication.
    -- CAServer specifies the CA servers used for OTP authentication.
    -- CertificateTemplateName specifies the name of the OTP certificate template.
    -- SigningCertificateTemplateName specifies the name of the certificate template used to enroll the certificate used by Remote Access to sign certificates used for OTP authentication.

EXAMPLE 1

This example retrieves OTP authentication settings from DA Server Group Policy Object (GPO) and displays the settings to the caller. If OTP authentication is Enabled, then the status will show Enabled. If OTP authentication is Disabled, then the status shown will be Disabled.

PS C:\> Get-DAOtpAuthentication

関連トピック

Disable-DAOtpAuthentication

Enable-DAOtpAuthentication

Set-DAOtpAuthentication