Skip to content

Instantly share code, notes, and snippets.

@bielawb
Created April 5, 2019 18:27
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/7cdf09a35ab6fe40d23df06be54c71e9 to your computer and use it in GitHub Desktop.
Save bielawb/7cdf09a35ab6fe40d23df06be54c71e9 to your computer and use it in GitHub Desktop.
Tablica skrotów i -Filter
$hash = @{
Imię = 'Bartek'
}
Get-ADUser -Filter { givenName -eq $hash.Imię }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment