Get-MDISensorProxyConfiguration

ID センサーのDefenderのプロキシ構成を取得します。

構文

Default (既定)

Get-MDISensorProxyConfiguration

説明

この関数は、ID センサーのDefenderのプロキシ構成を取得します。 センサー構成を読み取ることができない場合、関数は $nullを返します。

例 1

Get-MDISensorProxyConfiguration
IsProxyEnabled               : True
IsAuthenticationProxyEnabled : True
Url                          : https://myProxy.contoso.com
UserName                     : CONTOSO\proxyUser
EncryptedUserPasswordData    : PgYTSj0SW6fNx...==
CertificateThumbprint        : A7A60C2841A0104C9E199C786849228C56223E03

この例では、ID センサーのDefenderに適用されたプロキシ構成を返します。

出力

System.Object

ID センサーのDefenderのプロキシ構成を表すPSCustomObjectを返します。 センサー構成を読み取ることができない場合、関数は $nullを返します。