Search Active Directory using ADSISearcher Filters

[catlist name=”PowerShell ADSI and Active Directory” conditional_title=”Other Posts in this Series:” numberposts=5 pagination=yes customfield_orderby=”series_post_order” order=”asc”] This post discusses how we can search Active Directory using ADSISearcher filters.  Using search filters can improve search performance significantly. Consider the following where we … Continue reading

Use ADSI to Search Computers in Active Directory

[catlist name=”PowerShell ADSI and Active Directory” conditional_title=”Other Posts in this Series:” numberposts=5 pagination=yes customfield_orderby=”series_post_order” order=”asc”] This post provides a simple example of how we can use ADSI to search computers in Active Directory.  You may wish to further optimise this … Continue reading

|

Use ADSI and FromFileTime to Convert Datetime Attributes in Active Directory

[catlist name=”PowerShell ADSI and Active Directory” conditional_title=”Other Posts in this Series:” numberposts=5 pagination=yes customfield_orderby=”series_post_order” order=”asc”] This post explains how we can use ADSI and FromFileTime to convert datetime attributes in Active Directory to a human-readable date and time. You’ll notice … Continue reading

Use ADSI to Modify an AD Group

[catlist name=”PowerShell ADSI and Active Directory” conditional_title=”Other Posts in this Series:” numberposts=5 pagination=yes customfield_orderby=”series_post_order” order=”asc”] This post provides a simple example of how we can use ADSI to modify an AD group.  In this example, we modify the description attribute … Continue reading