Aug 24 2022 12:19 AM
Morning all,
Very shortly my organisation will be looking to migrate the AppLocker policy management from GPO to MEM which has raised a few questions.
1. Can you assign multiple AppLocker CSP policies to a target device? I have always assumed that you can only assign the CSP once as it does not have merge support.
2. I have read about grouping guids in the CSP OMA-URI path, anyone have any practical experience in using this feature?
3. We need to manage the rule set better so we are looking at AaronLocker for management. Now the output is a single XML file which is great for GPO but not CSP. Anyone have a PowerShell script which can split the RuleCollection Type="xxx" into separate files to make the upload to the CSP easier?
4. Anyone have a PowerShell to automate the creation of an AppLocker CSP policy and upload the XML components? Looking to have a process which new AppLocker changes will create a new policy to avoid human error and allow strict testing before mass deployment.
Regards
Mike
Aug 24 2022 05:12 AM
SolutionAug 24 2022 06:46 AM
Aug 24 2022 06:58 AM - edited Aug 24 2022 11:01 PM
@Rudy_Ooms_MVPlooked at the PowerShell script and the JSON file. What data format is the value fields in? For example, if I was to load the json into PowerShell and wish to replace the value content with the data from an updated exe.xml what would I need to convert it into?
Mike
Aug 25 2022 12:07 AM
Aug 25 2022 12:10 AM
Aug 25 2022 12:23 AM