Skip to main content

Machineclassificationcriterialevel3

Properties

NameTypeDescriptionNotes
OperationMachineclassificationcriteriaoperation[optional]
CaseSensitiveBooleanIndicates whether or not case matters when evaluating the criteria[optional] [default to $false]
DataTypeStringThe data type of the attribute being evaluated[optional]
AttributeStringThe attribute to evaluate in the classification criteria[optional]
ValueStringThe value to compare against the attribute in the classification criteria[optional]
Children[[]SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0An array of child classification criteria objects[optional]

Examples

  • Prepare the resource
$Machineclassificationcriterialevel3 = Initialize-Machineclassificationcriterialevel3  -Operation null `
-CaseSensitive false `
-DataType null `
-Attribute sAMAccountName `
-Value SVC `
-Children null
  • Convert the resource to JSON
$Machineclassificationcriterialevel3 | ConvertTo-JSON

[Back to top]