Skip to content

Instantly share code, notes, and snippets.

@chipitsine
Created February 2, 2015 10:53
Show Gist options
  • Save chipitsine/7910094af15617b7fbaf to your computer and use it in GitHub Desktop.
Save chipitsine/7910094af15617b7fbaf to your computer and use it in GitHub Desktop.
get rukovoditel
cls
ipmo ActiveDirectory
Get-ADUser -Filter { Title -like "*Руководитель*" } | % {
$_.Name
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment