Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AllowThreat
Windows Management Instrumentation (WMI) class method in Configuration Manager that allows the specified threat (identified by ThreatID
) to all members in a specific collection.
The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
Syntax
uint32 AllowThreat
{
[IN] UInt64 ThreatID
[IN] String AllowSettingsUniqueID
[IN] String TargetCollectionID
[OUT] UInt32 OperationID
};
Parameters
ThreatID
Data type: UInt64
Qualifiers: [id("0"), in]
Threat identifier.
AllowSettingsUniqueID
Data type: String
Qualifiers: [id("1"), in]
Antimalware settings (with allow threat identifier enabled) unique identifier.
TargetCollectionID
Data type: String
Qualifiers: [id("2"), in]
Identifier of target collection.
OperationID
Data type: UInt32
Qualifiers: [id("3"), out]
Unique identifier for the operation.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.