Skip to content

3.9.2

Compare
Choose a tag to compare
@Micke-K Micke-K released this 17 Oct 09:36
· 22 commits to master since this release

New features

  • Application Content Export - Experimental

    • Added support for Exporting Appliction with decrypted content
      App file can be downloaded during export or from the detail view of the Application
      Enable "Save Encryption File" and specify "App download folder" in Settings
      "App download folder" is used for encryption file and manual download
      File content will be downloaded to the export foler during export
      Files will be downloaded with .encrypted extension and then decrypted to original file name
      Please report any issue or any suggestions
      NOTE: This will ONLY work if the encryption file is exported and available
  • Authentication

    • Login with application
      This will login with specified Azure App ID and Secret/Certificate that is used for Batch processes
      NOTE: This will require a restart of the app
      Start with app must use -TenantID on command line. AppID and Secret/Certificate can be specified in Settings or command line
      Example: Start-IntuneManagement.ps1 -tenantId "<TenantID>" -appid "<AppID>" -secret "<Secret>"
      See Start-WithApp.cmd for samle file
      Based on Issue 122 and Issue 134
  • Support for new Settings

    • Save encryption file - Saves a json file with encryption data when an application file is uploaded eg created or uploaded in details view
    • App download folder - Folder where application files should be downloaded and decrypted
    • Login with App in UI (Preview) - Use app batch login in UI
    • Use Graph 1.0 (Not Recommended) - Use Graph v1.0 instead of Beta. Note: Some features will NOT work in v1.0
      Based on Issue 170

Fixes

  • Documentation

    • Language files re-generated eg Supersedence (preview) -> Supersedence
    • Added support for documenting "Filter for devices" info for Conditional Access policies
      Based on Issue 168
  • Custom ADMX Files

    • Fixed issues with migrating custom policies between environments (3rd time)
      Based on Issue 124
    • Fixed issue when importing ADMX files - Encoding issue eg ADMX/ADML file was UTF8
      Based on Issue 169
  • Importing Windows LoB Apps

    • Fixed issue when importing LoB Apps that was only targeted to System context
      Available Assignment option was missing after import
      Based on Discussion 164
    • Added support for Depnedency and Supersedence reations at import
      Application will need to be re-exported since additinal data is added to the export file
      Based on Discussion 159
  • Generic

    • Fixed issue when compiling Procxy CS file
    • Tls 1.2 is now enforced.
      Based on Discussion 166