Intunecd

Latest version: v2.3.3

Safety actively analyzes 639881 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 13

1.4.0

New Features:
- New module to create a report of all groups found in the backup: users can now generate a report of all groups present in the backup data.
- Ability to create groups when running the update using -g: users can now create groups while running the update by setting the -g flag. Note that additional API permissions will be needed if this flag is set.

Enhancements:
- Push assignment report to front end: the app now automatically sends assignment reports to the front end, improving visibility for users.

Bug Fixes:
- Bug fix for Shell Script assignments: an issue with Shell Script assignments has been resolved, ensuring that they now backup correctly.
- Bug fix for Powershell Script assignments: an issue with getting Powershell Script assignments has been resolved, ensuring that they now backup correctly.

Note:
This release includes new features and enhancements to improve the functionality of the app, as well as bug fixes to enhance stability. We hope you enjoy the new features and improvements in this version!

**Full Changelog**: https://github.com/almenscorner/IntuneCD/compare/v1.3.5...v1.4.0

1.3.5

What's Changed
Bug fixes:
- Unable to update assignment on Enrollment Status Page configurations.
- Updating multiple assignments did not remove groups which could not be found from the list causing the update to fail with `keyError` on `groupId`.


**Full Changelog**: https://github.com/almenscorner/IntuneCD/compare/v1.3.4...v1.3.5

1.3.4

What's Changed
Bug fixes:
- Added missing check if running in report mode when updating administrative templates profiles information.
- When updating multiple Windows enrollment profiles, the ID of the first profile in the list was incorrectly removed causing the script to exit with `KeyError: 'id'`. This is now fixed so it removes the ID from the current Windows enrollment profile.


**Full Changelog**: https://github.com/almenscorner/IntuneCD/compare/v1.3.3...v1.3.4

1.3.3

What's New
The backup and update modules now feature expanded payloads, including:

- **Enrollment Configurations:** The backup and update modules now include the ability to backup and update enrollment configurations, including restrictions on enrollment platforms, device limits, and Windows Hello For Business.
- **Group Policy Configurations:** Group policy configurations, previously available only in backup, are now included in the update module. The update module supports the creation and updating of both built-in and custom ADMX profiles.

**Full Changelog**: https://github.com/almenscorner/IntuneCD/compare/v1.3.2...v1.3.3

1.3.2

What's Changed
The authentication module has been updated to MSAL, which replaces the deprecated ADAL library. This update brings additional authentication options, including Client Credentials and Certificate-based authentication.

- **Client Credentials:** This method utilizes the `CLIENT_ID` and `CLIENT_SECRET` to authenticate.

- **Certificate-based Authentication:** You can use a certificate uploaded to your Azure AD App Registration by adding the `-c` parameter. Additionally, you must set the environment variables `KEY_FILE` and `THUMBPRINT` to specify the path to the private key of the certificate and the thumbprint of the certificate, respectively. When using this option, **do not** specify the `-m` parameter.

- **Interactive Authentication:** If you are running the tool interactively and wish to authenticate with your own account, add the `-i` parameter. This will open a browser window prompting you to authenticate. When using this option, **do not** specify the `-m` parameter.

**Full Changelog**: https://github.com/almenscorner/IntuneCD/compare/v1.3.1...v1.3.2

1.3.1

- Bug fix for Filters not being able to created if they do not exist
- Bug fix for Conditional Access policies not being able to be created if authenticationStrength is configured
- Added Graph throttling handling to makeapirequestPost to handle creation of large amounts of CA policies

Page 11 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.