Skip to content

3.8.1

Compare
Choose a tag to compare
@Micke-K Micke-K released this 26 Jan 11:31
· 20 commits to master since this release

New features

  • Added support for Reusable Settings objects

    • These are used by some of the Endpoint Security polices like Firewall rules
      Based on private request
      Note: No documentation support yet
  • Added support for custom Authentication Strengths objects

    • These can be used in Conditional Access policies
      Based on Issue 109
      Note: Not all issues in 109 are fixed yet and no documentation support yet
  • Export/Import

    • PowerShell files for Health Scripts exported to the Export folder
    • PowerShell files for Application Detection scripts are exported to the Export folder
      Both scripts exports are based on Issue 103
  • Documentation

    • Documentation engine completely rewritten for Settings Catalog and had major updates for other object types
      Please create an issue if there are any problems
    • Added support for HTML output
    • MD output is now official with included support for CSS and single file Output.
      Based on Issue 35
    • Added support for indent on sub-properties so it will be visible that a property is set based on a parent
      Based on Discussion 90
    • Added option to skip assignments in the documentation
      Based on Issue 102
    • Moved some Output options to generic output settings; Document scripts and Remove script signature
  • Generic

    • Added new property on applications, InstallerType. This can be added as a new column to the View for Applications.
      It specifies the New Microsoft Store App type; UWP or Win32
      Based on Issue 101
    • Added response information f an API call failed. The log should now have a better description on why an API failed.

Fixes

  • Documentation

    • Lots of documentation issues fixed by the new Documentation engine
    • Sections and policies should now be in correct alphabetic order
      Based on Discussion 90
    • Fixed issues with assignments for Setting Catalog issues
      Based on Issue 102
    • Translation files re-generated
    • Fixed error message: "Invoke-WordTranslateColumnHeader is not recognized as the name of a cmdlet"
      Based on Issue 99
  • Authentication

    • Fixed an issue when authentication to China Cloud
      Based on Issue 106