Skip to content

Instantly share code, notes, and snippets.

@eugenedauphin
Created February 8, 2016 08:11
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 eugenedauphin/994c0fb8eb3bb248e97c to your computer and use it in GitHub Desktop.
Save eugenedauphin/994c0fb8eb3bb248e97c to your computer and use it in GitHub Desktop.
Get-ADUser -SearchBase "OU=Optional,OU=Accounts,DC=demo,DC=nl" -Filter * -Properties PreferredLanguage | ForEach-Object {Set-ADUser $_.SAMAccountName –replace @{PreferredLanguage="nl-NL"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment