Sign in
Active Directory Powershell Blog
Pipelining AD – one object at a time
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
AccessControl
ACL
ActiveDirectoryExtension
ADAC
ADProvider
ADWebservice
ADWS
Certificate
CrossForest
Error
Exception
Filter
GroupMembership
Installation
Introduction
Password
Performance
RSAT
Schema
Script
ScriptSnippet
Sites
Tree
Undelete
WKGUID
Browse by Tags
MSDN Blogs
>
Active Directory Powershell Blog
>
All Tags
>
filter
Tagged Content List
Blog Post:
Tab completing LDAP attribute names inside Advanced Filters
M. Ali
In my previous post about Advanced filter s I showed how to use Powershell variables to represent values inside filters. Example: PS D:\> $JohnSmith = Get-ADUser JohnSmith PS D:\> Get-ADUser -Filter { manager -eq $JohnSmith.DistinguishedName } ## Gets all the user accounts whose manager...
on
19 May 2009
Blog Post:
Active Directory Powershell – Advanced Filter (Part – II)
M. Ali
In my previous post I discussed about the various features available in -Filter parameter aka “advanced filter”. This post extends the previous one and discusses about the various operators supported in Advanced Filter and also give examples using each one of them. Most of the examples are picked from...
on
14 Apr 2009
Blog Post:
Active Directory Powershell – Advanced Filter
M. Ali
Do you find it difficult reading/writing LDAP filters? Do you wish you could write LDAP filter in a more natural way? Have you ever wished that Ldap filter parser message should point you to the exact error character in your filter string instead of displaying a catch-all LDAP_FILTER_ERROR (87) error...
on
3 Apr 2009
Page 1 of 1 (3 items)