3.9.2
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
- Added support for Exporting Appliction with decrypted content
-
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
- Login with application
-
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
-
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
- Fixed issue when importing LoB Apps that was only targeted to System context
-
Generic
- Fixed issue when compiling Procxy CS file
- Tls 1.2 is now enforced.
Based on Discussion 166