v4.14.1 - 2024-08-29
Attention, Exchange Online admins
See What about the roaming signatures feature in Exchange Online? in .\docs\README for details on how this feature works.
Set-OutlookSignatures supports cloud roaming signatures - see MirrorCloudSignatures in .\docs\README.
Add features with the Benefactor Circle add-on and get commercial support from ExplicIT Consulting
See .\docs\Benefactor Circle or https://explicitonsulting.at for details about these features and how you can benefit from them with a Benefactor Circle license.
Tagline
Starting with this release, a tagline is added to each signature deployed for mailboxes without a Benefactor Circle license. See FAQ How to disable the tagline in signatures? in .\docs\README for details.
Fixed
- Provide a workaround to avoid problems loading DLL dependencies on some systems with certain .Net patch levels.
File hashes and code signing
- SHA256 hash of 'Set-OutlookSignatures_v4.14.1.zip': 5AF79A2648EA1EFC4F07B49CB9AC8DC121A8930E347AF74C6BEF0189E4742190
- See 'hashes.txt' in 'Set-OutlookSignatures_v4.14.1.zip' for the hash value of every single file in the release.
- Compare these hashes with the output of
Get-ChildItem -Recurse | Get-FileHash -Algorithm SHA256.
- Compare these hashes with the output of
- Files are code signed with ExplicIT Consulting's Extended Validation (EV) certificate.
- Check the signature with
Get-ChildItem -Include '*.ps*1', '*.dll' -Recurse | Get-AuthenticodeSignature.
- Check the signature with