PowerShell - Deployer un script Powershell via SCCM






Rappel sur l'execution d'un script PowerShell au travers d'une Application ou d'un Package dans SCCM.





Pour une "Application", utilisez la ligne suivante :

Powershell.exe -ExecutionPolicy ByPass -File SCRIPT.PS1

Pour un "Package", utilisez la ligne suivante :

"%Windir%\sysnative\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass -Command .\SCRIPT.ps1


Popular posts from this blog

How to implement Applocker with Microsoft Intune

How to reset computer in OOBE mode

Microsoft Intune, Uninstall Win32 app with the company portal