I need help with the following. Kind of new to scripting and GPO's.
I created a package via SCCM Console. Devices receive the package with a .scr file. I want to use PSExec tool to push out the change.
How can I go about this?
@echo off
"START%/systemroot%\system32\*.scr /s"
"exit"