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 <String> Specifies a query string that retrieves Active Directory objects. This string uses the PowerShell Expression...