Skip to content

SupportCompanion 2.2.2.81022

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 10:38
· 15 commits to main since this release
6da56f1

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>

Changes