Filter or LDAP filter
Many of the Microsoft AD cmdlets have a ““Filter and an ““LDAPFilter parameter. So what"™s the difference? PS> Get-Help Get-ADUser -Parameter *Filter* -Filter Specifies a query string that retrieves Active Directory objects. This string uses the PowerShell Expression Language syntax. The PowerShell Expression Language syntax provides rich type-conversion support for value types received by the Filter parameter. The syntax uses an in-order representation, which means that the operator is placed between the operand and the value.