I am using this PowerShell script to push out email signatures to my users. I cannot get the ADTelephoneNumber to show up correctly, it always shows up as "TelephoneNumber" instead of the actual Active Directory telephone number. Any ideas?
Powershell
###########################################################################” # # NAME: Set-OutlookSignature.ps1 # # AUTHOR: Jan Egil Ring # Modifications by Darren Kattan # # COMMENT: Script to create an Outlook signature based on user information from Active Directory. # Adjust the variables in the “Custom variables”-section # Create an Outlook-signature from Microsoft Word (logo, fonts etc) and copy this signature to \\domain\NETLOGON\sig_files\$CompanyName\$CompanyName.docx # This script supports the following keywords: # DisplayName # Title # Email # # See the following blog-posts for...