Forum Discussion
MikePalmer75
Aug 24, 2022Brass Contributor
AppLocker CSP, grouping and multiple policies
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...
- Aug 24, 2022Hi.. I guess this could be your answers you are looking for
1.One csp, one applocker policy 🙂 https://call4cloud.nl/2021/01/applocker-the-meltdown/
2.Check my blog in question 4
3. Notepad and export the rules to seperate files? takes some couple of minutes
4. https://call4cloud.nl/2020/06/applocker-a-la-minute/
MikePalmer75
Aug 24, 2022Brass Contributor
Hi Rudy_Ooms_MVP,
Thank-you for coming back to me so quickly. Will take a look at your PowerShell script for the importing using MS Graph shortly.
Regards
Mike
Thank-you for coming back to me so quickly. Will take a look at your PowerShell script for the importing using MS Graph shortly.
Regards
Mike
MikePalmer75
Aug 24, 2022Brass Contributor
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
- MikePalmer75Aug 25, 2022Brass ContributorAsked my own question 🙂 The value field is encoded in Base 64.
- Aug 25, 2022
- MikePalmer75Aug 25, 2022Brass ContributorNot going to get a chance this week to try an import. Now researching how to take our full applocker xml which is managed by GPO to split it into the five separate xml files so I can automate the whole process from start to end.
My objective is to manage the rules using Aaronlocker then take output, split it down and the upload new policy to MEM all using PowerShell. Makes it easier to manage and removes human error.