How to deploy Registry keys via SCCM Application Deployment with PowerShell Scripting successfully

No comments

How to deploy Registry keys via SCCM Application Deployment with PowerShell Scripting

Before you start

Create PowerShell Script and tested
Create Script Installer an Application
Testing machines preferably VM's

Powershell Script

After the script is created and tested place onto your shared Configuration Manager drive.
clip_image001

Create Manually specified application

clip_image002

Deployment Type

Make sure you fill in the General, Content, Programs, Detection Method, Requirements and any others.
clip_image003

Programs

powershell.exe -ExecutionPolicy Bypass -File ".\RegistryKeys.ps1"
clip_image004

Detection Method

Registry Key

clip_image005

Powershell

clip_image006
Ok on the Deployment Type and then on the Application, to complete your application packaging.











No comments :

Post a Comment