Skip to content

3.10.3

Latest

Choose a tag to compare

@Micke-K Micke-K released this 12 May 09:54
5bb84c8

Import/Export

  • Added support for Install/Uninstall scripts on Win32 apps It now supports importing Win32 apps that are configured with Install/Uninstall scripts.
    Note: The Win32 app must be exported with 3.10.1.18 or later since the Install/Uninstall script info is not available with default json export.
  • Categories failed to import.
    Based on #381
  • Order changes after export This caused issues when using the export for tracking changes e.g. upload json to Github. Export changed the order of the properties causing a change in the json. This can be enabled in settings: Sort Json properties.
    Based on #378
  • Importing registry values caused 2016281112 error Import was successful and registry value was correct but could cause a remediation error. It looks like CSP formats the XML before applying it, causing it not to match the XML in the policy.
    Based on #380
  • Added support for Windows Quality Updates (Policies).
    Based on #387

Documentation

  • Added Json output provider
  • Added support for Install/Uninstall script for Win32 apps
  • Added support for Strict Open XML document output Based on #375
  • Fixed issue with boolean values when documenting App Configuration policies.
    Based on #383
  • Country names missing when documenting Named Locations.
    Based on #400
  • Uninstall on device removal says Not Configured on Deployments.
    Based on #402
  • iOS Single sign-on app extension config is empty.
    Based on #403
  • Android App Config is not showing the correct Profile Type in Basic info.
    Based on #404

Generic

  • Added support for configuring when the cache is cleared Cache is cleared before a bulk export. It can now be changed in Settings with the Clear Cache Before Export and Clear all objects from cache. This can reload all values if doing multiple manual imports but can also cause the imports to take longer.
    Based on #306
  • Lots of minor fixes