Intermediate

PowerShell Problem Solver: Enumerating Members of Large Active Directory Groups

Jeff Hicks shows us how to use PowerShell to enumerate members of very large Active Directory groups.

Last Update: Oct 12, 2023

LATEST

PowerShell Problem Solver: Active Directory Group Members

Last Update: Oct 12, 2023

PowerShell Problem Solver Jeff Hicks demonstrates better techniques for get user account details from members of an Active Directory group.

View Article

Active Directory with PowerShell, ADSI, and LDAP

Last Update: Feb 13, 2023

This is series of articles about managing Active Directory with PowerShell. This one particularly focuses on using the LDAP moniker.

View Article

Setting Up the Active Directory Recycle Bin in Windows Server 2008 R2

Last Update: Nov 21, 2022

Windows Server 2008 R2 has introduced an exciting new feature, the Active Directory Recycle Bin. In this post, Jeff Hicks shows how to enable the feature with PowerShell to recover deleted objects in your AD.

View Article

Using the Active Directory Recycle Bin in Windows Server 2008 R2

Last Update: Nov 21, 2022

In a previous article in this series, PowerShell MVP Jeff Hicks walked us through enabling the Active Directory Recycle Bin feature. In this post, Jeff demonstrates how to easily recover deleted objects in Active Directory using PowerShell.

View Article

Filtering PowerShell with the Where Method

Last Update: Oct 10, 2022

PowerShell guru Jeff Hicks shows how to use the Where() method to do similar filtering tasks that you might use Where-Object for. In some cases, the Where() method does more.

View Article

Creating Active Directory OUs with PowerShell

Last Update: Jul 18, 2022

Here’s a quick tutorial for creating Active Directory organizational units with PowerShell.

View Article

Managing Active Directory OUs with PowerShell

Last Update: Jun 08, 2022

PowerShell MVP Jeff Hicks continues his discussion of using PowerShell to manage Active Directory organizational unit settings.

View Article

Moving and Deleting Active Directory OUs with PowerShell

Last Update: Jun 08, 2022

PowerShell expert Jeff Hicks wraps up his lesson on managing Active Directory OUs with PowerShell by showing you how to move and delete them.

View Article

PowerShell Classes Part 5 — Classes or PSCustom Objects?

Custom PowerShell objects are one way to represent a set of data as a single object and so are PowerShell classes. In this article, take a look at some of the similarities and differences between the two object structures so that you can best define custom objects for your needs.

View Article
Go to page