I'm going crazy. I have to uninstall August 2026 Updates on remote machines due to printer issues. So i created a script. Called it kbremove.ps1. So I create a job. I upload kbremove.ps1. In the powershell script field I enter Copy-Item kbremove.ps1 to C:\tech.
What command do I put in after the Copy-Item to execute the script with NT Authority\System or Domain Administrator permissions?