Skip to content

Releases: Weatherlights/PolicyApplicator-for-Microsoft-Intune

Fixed eventlog for sync event

10 Sep 19:23

Choose a tag to compare

  • 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

28 Mar 08:38

Choose a tag to compare

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

27 Mar 09:27

Choose a tag to compare

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

04 Feb 10:19

Choose a tag to compare

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

27 Sep 13:00

Choose a tag to compare

JSON support Pre-release
Pre-release

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

26 Mar 10:18

Choose a tag to compare

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

25 Mar 22:04

Choose a tag to compare

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

20 Mar 16:35

Choose a tag to compare

Pre-release

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 :).

19 Mar 21:28

Choose a tag to compare

Pre-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 :).