Rule description
This rule queries AD LDS server for accounts that satisfy the specified criteria. You can limit the scope to a specific AD LDS container and set the query criteria to return only the desired accounts.
For more information, please see Working with AD LDS Accounts article.
When to use this rule
Use this rule to return a specific set of AD LDS accounts.
Rule Settings
Query Section
Setting name | Description |
---|---|
Limit the scope to container
|
This setting defines the search query scope. To improve query performance, limit the scope to a specific container. Important: To test rule configuration, limit the rule scope to a container that contains test accounts or objects.
|
Query criteria |
Query criteria are sent with the query and may improve query performance. Tip: For different samples on the criteria builder, see KB20180410-1.
|
Other Query Settings |
|
Object class for user accounts |
Specify object class for AD LDS accounts. |
Properties to display |
To display additional properties for each object found by the query, add those properties to the list. |
System properties |
List of properties required to this rule to be executed correctly. |
Filter |
To hide unwanted data set the filtering conditions here. Example: filter by the found object Distinguished Name. Tip: For optimal performance, use Query criteria above to filter objects whenever possible.
|
Sort by |
Sort result object list. |
Initialization script |
Usually, rules use query criteria to limit the query search scope. It improves the performance of the executed rule. Due to PowerShell limitations, it is not possible to use calculated expressions in query criteria. That is the point where initialization script can help. You can initialize a global variable in this setting and then use it in query criteria. Important: To use a variable, declared in initialization script, in the query scope, it must be global: $global:<variable name>.
Example: Get AD LDS accounts, created in the last ten days.
{$global:DatePeriod = (Get-Date).AddDays(-10)}
|
Connection Settings |
|
AD LDS server connection credentials |
The default settings are specified in AD LDS extension settings. |
AD LDS server name |
|
AD LDS server port |
Output Section
This section defines the output format of this rule.
To get more information about this section, please see the Output section article.
Enforce/Schedule section
This section defines the schedule for how often to run the rule.
To get more information about this section, please see the Enforce/Schedule section article.
Change History
Version | Notes |
---|---|
6.3.0 | The rule is introduced in the product. |
Comments
0 comments
Please sign in to leave a comment.