Jump to content

Napoleon

Members
  • Posts

    5
  • Joined

  • Last visited

Reputation

5 Neutral

About Napoleon

  1. shouldve known youd be way ahead of me!!
  2. if you convert the image into base64 you can add something like this to the script to insert a picture [b]BASE64 TEXT HERE[/b] you can find a base64 converter online with a quick google
  3. Also, FWIW, if anyone els eis having an issue where the sig wont pull the company name / website from AD, i changed these lines $userAccount.Company = if ($null -eq $CompanyName) { $user['company'] } else { $CompanyName } $userAccount.WebPage = if ($null -eq $Website) { $user['wWWHomePage'] } else { $Website } to this $userAccount.Company = $user['Company'] -join '' $userAccount.WebPage = $user['wWWHomePage'] -join '' and it worked for me
  4. Thanks man! Much appreciated. I’m running 5.0.0 latest branch. I actually managed to fix a few of the issues I was having in that it wasn’t pulling the website or company name from AD, so it’s really just formatting now. I’ll DM when I’m back in the office tomorrow!
  5. Hi @QwertyMash, thanks for this script, its great! Just having some issues formatting (and it also doesnt seem to be picking up the company name too for some reason, but i can probably work tha tout myself). If youre still active in this thread, any chance you could help us out with the formatting for the sig if i DM you an exmaple?
×
×
  • Create New...