Quantcast
Channel: TechNet Blogs
Viewing all articles
Browse latest Browse all 34890

PowerTip: Use PowerShell to Find All AD DS Users

$
0
0

Summary: Use a Windows PowerShell cmdlet from the RSAT to find all users in Active Directory Domain Services.

Hey, Scripting Guy! Question How can I easily find all users in Active Directory Domain Services (AD DS)?

Hey, Scripting Guy! Answer Use the asterisk wildcard character with the Get-ADUser cmdlet from the RSAT.

Get-ADUser -Filter *


Viewing all articles
Browse latest Browse all 34890

Trending Articles