Forum Discussion
SCCM and deploy Windows 10 Always On VPN Custom profile
FrancescoFacco Since you need to make changes have you considered using Configuration Item(s) [Script] to do that evaluation and remediation. Ideally, you can set up a configuration baseline that should be able to do this, that's one option. Another option might be to try different deployments. https://docs.microsoft.com/en-us/mem/configmgr/compliance/deploy-use/create-custom-configuration-items-for-windows-desktop-and-server-computers-managed-with-the-client#bkmk_script
- FrancescoFaccoMay 27, 2020Copper Contributor
Danny_Guillory Thank you Danny. Do you mean that I should create a kind of check-item (like a file or reg-key) and search for that? In case of missing or different status, I should create a remediation starting new deploy of the profile?
What about deploy method? Can I packages or applications or should think different?
- Danny_GuilloryMay 27, 2020
Microsoft
FrancescoFacco, when you use that scripted method your only limited to your own PowerShell skills so you can then check whatever your requirements are and create or put what's needed from there. Lots of ways you can go here. Feel free to DM me if you want to kick some ideas around.