Releases: Weatherlights/PolicyApplicator-for-Microsoft-Intune
Fixed eventlog for sync event
- Bugfix: Changed the eventlog location from Admin to Sync.
- Changed from InstallShield setup to MSI Factory
- Added codeintegrity to the Wrapper application
Please note: If you are running any version lower than 1.8.1005 you need to update to 1.8.1005 first before applying this update.
The PolicyApplicator Conversion Kit remains unchanged. This update will become also available through the Microsoft Store.
x64/x86 Version, new logfile location, revised setup
The PolicyApplicator Agent has received an update to version 1.8.1005. This update includes:
-Dedicated x64/x86 versions to better support path resolution
-Revised setup routine to be fully based on MSI (No more wrapped exe)
-Changed file name for logfile so it can be collected by the Intune Diagnostics feature
This update can be simply applied over any existing version of the PolicyApplicator.
The PolicyApplicator Conversion Kit remains unchanged. This update is also available through the Microsoft Store.
Fixed ini-File wrong ADMX format
Fixed an issue with a missplaced variable in the ini-file ADMX.
The PolicyApplicator Agent stays unchanged since it is not affected by the issue.
Changed EOL Encoding to avoid invalid status reporting in Intune
The EOL Encoding has changed to Unix LF. It seems like the Unix LF EOL Encoding causes less issues with false reporting of applied Policies.
The PolicyApplicator Agent remains unchanged since it is not affected by this issue.
JSON support
PolicyApplicator has been extended to support the JSON file format for capture and remediation:
-
There is the new script Convert-JSonToOMACSVTemplate.ps1 which you can use to convert your json files.
-
The PolicyApplicator Agent has been updated to version 1.0.7.5 with the client components to remediate JSON files.
-
There are also a small enhancement to better support special characters within the ADMX template.
-
A new code signing certificate has been used to sign modified and newly created files.
-
The ConversionScripts are now also available as an installation package
Please note that this release is pre-release since further testing regarding the stability of the new code, documentation and a little code optimization need to be conducted.
Since we had very good experiences with version 1.0.6.3 we promote it as stable release.
File operations
A new feature has been added that allows you to recreate an entire file if the content is not in compliance with the desired configuration. This is usefull in case of significant structural changes of a file.
There is also a new configuration reference in case you want to tweak your generated template.
Build ADMX templates from registry structures
We have a new script: Convert-simpleRegToOMACSVTemplate
This script can build an ADMX template from a given registry structure. The script supports strings, dword and multistring properties and does not need the PolicyApplicator Agent on the target system.
There will also be another version in near future that may support more complex data types and add operations by using the PolicyApplicator Agent.
Encoding support added
In this release the encoding of the captured file is now restored ony the target system.
The conversion scripts aswell as the policy applicator agent were updated.
First Alpha Release :).
Well world here it comes: The first release of the Policy Applicator Suite.
So you can use the MSI-/EXE-file to install the agent onto the target system. The ConversionScripts.zip file includes four scripts that allow you to convert and upload ini-, xml- and list-files into ADMX backed intune configuration profiles. The zip file already includes the Microsoft.Graph.Intune powershell modules.
There will be some more documentation in the coming days :).