Latest Changelog: https://github.com/Sekers/ScriptMessage/blob/master/CHANGELOG.md
Fixes
- ScriptMessage now properly allows for for NULL in TO, CC, BCC parameters in Microsoft Graph.
- Reverted recently added code formatting that included Begin\End process blocks as the way they were implemented caused bugs.
- Catch if a Teams Chat attachments folder does not already exists in the user's OneDrive.
- The 'AllowableMessageTypes' Microsoft Graph configuration is now being applied properly.
Features
- Much better error handling with the Microsoft Graph service. Warnings and Errors are now collected and if one service type has an error the command will still process the other service type (when applicable).
- Get-ScriptMessageConfig can now optionally pull data for a specific service only. Returning all services configurations is still the default.
- Sending multiple attachments in a single email or chat now works with Microsoft Graph.
- Sending attachments with non-standard filenames (uploaded to the user's OneDrive) using Microsoft Graph Chat is now supported.
Other
- BREAKING CHANGE: Renamed the Microsoft Graph service from 'MgGraph' to 'MicrosoftGraph'. Please update your configuration files as needed.
- Changes made to only import necessary Microsoft Graph PowerShell modules.
Full Changelog: 1.0.8...1.1.0