Exchange PowerShell

I’m trying to automatically create Outlook signatures company wide. I know you can login to Exchange Admin Center and create rules to do this, but I was wondering if there’s a way to run PowerShell as a rule.

Thanks,

Tony

Just use PowerShell to create the rule in Exchange.

Now, you either need to be on the Exchange server to use Exchange cmdlets to do this or you need to be in an Explicit or Implicit PowerShell Remoting session to do it.

Exchange is the centralized way of doing this, why would you wan to manually try and hit every user desktop to configured Outlook settings?

Just curious, as I am sure you have you reasons, or may be this is just a learning exercise for you?

But if you insist on doing it this way, without using Exchange, then there are several resources to get you there.

Legacy VBSscript…

Hey, Scripting Guy! Setting Up Outlook E-Mail Signatures
The Microsoft Scripting Guys
technet.microsoft.com/en-us/library/2006.10.heyscriptingguy.aspx?f=255&MSPPError=-2147217396’

Add outlook signature (powershell, without Microsoft Word) - Script Center - Spiceworks

PowerShell:
Script to set Outlook 2010/2013 signature using information populated from Active Directory
Daniel Engberg - Your key to all things Microsoft

Outlook signature based on user information from Active Directory
gallery.technet.microsoft.com/office/6f7eee4b-1f42-499e-ae59-1aceb26100de