Skip to content

Instantly share code, notes, and snippets.

@bielawb
Created April 5, 2019 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bielawb/78f4e8bbfe7ec68b2323bdd0f10bf1c4 to your computer and use it in GitHub Desktop.
Save bielawb/78f4e8bbfe7ec68b2323bdd0f10bf1c4 to your computer and use it in GitHub Desktop.
Tablica skrótów i -LdapFilter
$hash = @{
Nazwisko = 'Bielawski'
}
Get-ADUser -LdapFilter "(sn=$($hash.Nazwisko))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment