Sign in
Shared Points
items of some interest
Tags
powershell
powershell AD JPEG
powershell EWS Exchange
PowerShell SQL
powershell Windows
search
SharePoint
SharePoint apps store
SharePoint code
SharePoint content-types
Sharepoint farm
Sharepoint farm FBA
Sharepoint farm MySites
SharePoint farm Office Web Services
Sharepoint farm powershell
sharepoint maxdop
SharePoint Powershell
SharePoint Powershell Remoting
sharePoint powershell Remoting WinRM
SharePoint PowerUser
Browse by Tags
TechNet Blogs
>
Shared Points
>
All Tags
>
powershell ad jpeg
Tagged Content List
Blog Post:
PowerShell - add a JPG into AD for the user photo
LukeBrennan
# Update-AD-Picture.ps1 # # copy a .jpg into a byte array, then push that into # the "thumbnailPhoto" property of the specified user in AD function UpDate-AD-Picture { param ([STRING] $UserName, [STRING] $JPEGfilePath) if ( ($JPEGfilePath) -and (test-path($JPEGfilePath)) ) { [BYTE[]] $JPEG = Get...
on
4 Jan 2013
Page 1 of 1 (1 items)