Showing results for Ashley McGlone - Scripting Blog [archived]

Nov 26, 2014
0
0

PowerTip: Use PowerShell to Get Inactive Active Directory Accounts

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to get a report of inactive Active Directory accounts.How can I use Windows PowerShell to get a report of inactive Active Directory accounts?The Search-ADAccount cmdlet has a number of parameters and switches to help identify stale accounts: You can also use the -UsersOnly or -...

Scripting Guy!Windows PowerShellguest blogger
Nov 26, 2014
1
0

Active Directory Week: Stale Object Cleanup Guidance—Part 1

Doctor Scripto
Doctor Scripto

Summary: Learn about how to clean up stale Active Directory accounts. Microsoft Scripting Guy, Ed Wilson, is here. Today we continue our series about Active Directory PowerShell by Ashley McGlone. Before you begin, you might enjoy reading his first two posts: Here's Ashley... In the United States, this week we celebrate Thanksgiving. I&...

Scripting Guy!Windows PowerShellguest blogger
Nov 25, 2014
0
0

PowerTip: Use PowerShell to Find if User Is Nested Group Member

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to find if a user is a nested member of a particular group.  How can I use Windows PowerShell to quickly find if a user is a nested member of a particular group,            for example, Domain Admins?  Use the -RecursiveMatch LDAP filter operator: Get-ADUser -Filter '...

Scripting Guy!Windows PowerShellguest blogger
Nov 25, 2014
0
0

Active Directory Week: Explore Group Membership with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn about the nuances involved in reporting group memberships with Active Directory PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Today we continue our series about Active Directory PowerShell by Ashley McGlone. If you missed it, you may enjoy reading Get Started with Active Directory PowerShell first. Now, here's Ashley...

Scripting Guy!Windows PowerShellguest blogger
Nov 24, 2014
0
0

PowerTip: Find PowerShell Help Topics for Active Directory

Doctor Scripto
Doctor Scripto

Summary: Find the Windows PowerShell help_about topics for Active Directory.  Where are the Windows PowerShell help_about topics for Active Directory? If you have Windows 7 or Windows Server 2008 R2 with the Active Directory Remote Server Administration Tools            (RSAT) installed, you also have ...

Windows PowerShellPowerTipguest blogger

Feedback