Skip to content

v4.12.1

Compare
Choose a tag to compare
@GruberMarkus GruberMarkus released this 24 May 09:21
· 4 commits to main since this release

v4.12.1 - 2024-05-24

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 for details.

Add features with the Benefactor Circle add-on and get fee-based 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.

Changed

  • Update dependency MSAL.Net to v4.61.1.
  • Use pure .Net methods to create Windows shortcut files in sample code and in Set-OutlookSignatures, as Microsoft marked VBS (Visual Basic Script) as deprecated and will remove it in future versions of Windows.

Fixed

  • Name temporary file names correctly when the MailboxSpecificSignatureNames parameter is enabled, so that out-of-office replies can be set in this mode.
  • Show the 'MSAL.PS Graph token cache info' when run in Windows PowerShell (PowerShell 5.x).
  • Fix simulation mode wrongly deleting all '___Mailbox *' folders in the output directory, but the last one.
  • Benefactor Circle only: Search for license groups in Entra ID via on-prem SIDs may fail because of a regression in checking the SID format.

File hashes and code signing

  • SHA256 hash of 'Set-OutlookSignatures_v4.12.1.zip': 8BD4ADA4536646A07A9BF2C201C0FE7793240A17409EE88978F53B279E9C2ED4
  • See 'hashes.txt' in 'Set-OutlookSignatures_v4.12.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.
  • 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.