Change picture in outlook for mac

broken image
broken image

Feel free to google 'Get-UserPhoto' more information and details. Pay close attention to any errors or syntax information that may appear. If so just copy the script, exit Powershell, and reopen as an administrator. However, you may be notified that admin rights are necessary to run the script.

broken image

Hopefully the script will run and the method work. Then edit the path and file name as necessary. You should be able to copy and paste in the script provided via Method 2. Once you have established the full path to the photograph with respect to your systems then you can edit the script accordingly. Where (meaning the pathname) on your system is the desired photo?Ĭreate a backup copy of the photograph file as a precaution. This part is the pathname: C:\Users\Administrator\Desktop\ Set-UserPhoto 'username' -PictureData (::ReadAllBytes('C:\Users\Administrator\Desktop\photo.jpg'))