LastPass

The Last password you'll have t remember!

2012-08-25

ScriptingAnswers Forums: Powershell, list all users in active directory

ScriptingAnswers Forums: Powershell, list all users in active directory:

$searcher.FindAll() |
    ForEach-Object{ $_.GetDirectoryEntry() } |
    select Name, Mail, Path



Inga kommentarer: