Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

54 lines (30 loc) · 1.73 KB

Changelog for ScriptMessage PowerShell Module

1.0.5 - (2024-05-22)

Features

  • Added in an "All" recipients field when returning message send results, for convenience.

Author: @Sekers


1.0.4 - (2024-05-21)

Fixes

  • Renamed 'Sender' parameters & variables to 'SenderId' since 'Sender' is an automatic variable that is built into PowerShell and assigning to it might have undesired side effects in some circumstances.

Author: @Sekers


1.0.3 - (2024-05-21)

Features

  • Added an optional message type parameter to 'Send-ScriptMessage' to differentiate types of messages (chat, mail, etc.) for message services that support multiple kinds of messages. Defaults to 'Mail' if not specified.

Author: @Sekers


1.0.2 - (2024-05-21)

Fixes

  • Resolved issue with an internal function where a Microsoft Graph recipient returns empty when a recipient is inside an array of arrays.

Author: @Sekers


1.0.1 - (2024-05-20)

Fixes

  • Removed default command prefix leftover from initial testing.

Author: @Sekers


1.0.0 - (2024-05-20)

Features

  • Initial public release

Author: @Sekers