Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Created October 20, 2014 02:15
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 anonymous/5e1795c6017acdc72e2c to your computer and use it in GitHub Desktop.
Save anonymous/5e1795c6017acdc72e2c to your computer and use it in GitHub Desktop.
$user1 = ([Byte[]] $(Get-Content -Path c:\user1.jpg -Encoding Byte -ReadCount 0))
set-userphoto -identity john@contoso.com -picturedata $user1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment