Share via


MDM_WindowsAdvancedThreatProtection_Configuration01 クラス

[一部の情報はリリース前の製品に関することであり、正式版がリリースされるまでに大幅に変更される可能性があります。 ここに記載された情報について、Microsoft は明示または黙示を問わずいかなる保証をするものでもありません。]

MDM_WindowsAdvancedThreatProtection_Configuration01 クラスは、Windows Defender Advanced Threat Protection (WDATP) エンドポイントの構成を決定するために使用されます。

次の構文は MOF コードを簡略化したもので、継承されたすべてのプロパティが含まれています。

構文

[InPartition("local-system"), dynamic, provider("DMWmiBridgeProv1")]
class MDM_WindowsAdvancedThreatProtection_Configuration01
{
  string InstanceID;
  string ParentID;
  sint32 SampleSharing;
  string GroupIds;
  sint32 TelemetryReportingFrequency;
};

メンバー

MDM_WindowsAdvancedThreatProtection_Configuration01 クラスには、次の種類のメンバーがあります。

プロパティ

MDM_WindowsAdvancedThreatProtection_Configuration01 クラスには、これらのプロパティがあります。

GroupIds

データ型: string

アクセスの種類: 読み取り/書き込み

TBD

InstanceID

データ型: string

アクセスの種類: 読み取り専用

修飾子: キー

親ノードの名前を識別します。 このクラスの場合、文字列は "Configuration" です。

Parentid

データ型: string

アクセスの種類: 読み取り専用

修飾子: キー

親ノードへの完全パスについて説明します。 このクラスの場合、文字列は "./Vendor/MSFT/WindowsAdvancedThreatProtection" です。

SampleSharing

データ型: sint32

アクセスの種類: 読み取り/書き込み

TelemetryReportingFrequency

データ型: sint32

アクセスの種類: 読み取り/書き込み

必要条件

要件
サポートされている最小のクライアント
Windows 10 [デスクトップ アプリのみ]
サポートされている最小のサーバー
サポートなし
名前空間
Root\cimv2\mdm\dmmap
MOF
DMWmiBridgeProv1.mof
[DLL]
Mofs\DMWmiBridgeProv.dll

関連項目

WMI ブリッジ プロバイダーでの PowerShell スクリプトの使用