SupportCompanion 2.2.2.81022
Pre-release
Pre-release
·
15 commits
to main
since this release
Notes
This is a pre-release version of Support Companion created by GitHub Actions.
SupportCompanion.app has been signed and notarized. The package has been signed, notarized and stapled.
Changelog
Fixed
- Last restart now correctly displays the time since last restart in the correct format when copying device information to the clipboard.
Added
- A new option to exclude certain folders from log collection. This allows for admins to exclude certain folders from being collected when the user runs the log collection action. This can be useful for excluding large folders that are not relevant to the support case or for excluding folders that contain sensitive information. Example configuration:
<key>ExcludedLogFolders</key>
<array>
<string>/Library/Logs/Microsoft/mdatp</string>
</array>