This commit is contained in:
Mikael Karlsson
2021-08-15 20:54:37 +10:00
parent d3a3ddef79
commit 95bd8fc07c
229 changed files with 12061 additions and 6028 deletions

View File

@@ -29,7 +29,7 @@ Start the script by running **Start.cmd**, **Start-WithConsole.cmd** or **Start-
## Documentation
This script has an extension that can document profiles and policies in Intune. The output is using the same language string as the Intune portal.
This script has an extension that can document profiles and policies in Intune. The output is using the same language strings as the Intune portal.
See [Documentation](Documentation.md) for more information
@@ -99,6 +99,24 @@ Bulk copy can be used to clone objects based on a name pattern. This can be used
**Note:** Assignments will NOT be copied.
## Intune Tools
Additional Intune Tools is included in the script.
* ADMX Import
* Import 3rd part ADMX settings like Chrome etc. by using a UI similar to GPMC
* Support for any language if there is an ADML file for it
* Reg Values
* Create registry settings in HKLM or HKCU. Supported value types:
* String
* Multi-String
* Expandable String
* DWORD
* List (Key/Value pair)
* This tool creates a custom ADMX file based on the specified registry keys.
See [ADMX Import](ADMXImport.md) for more information about the ADMX tools
## Change log
See [Change Log](ReleaseNotes.md) for more information