GPO: Run a PowerShell script when the computer starts
In this tutorial, I will show you how to run a PowerShell script when your computer starts. For this example, I created a “simple” PowerShell script that will create an entry in the Windows Event Log. Here is the script: Before you begin, copy your script file to the domain controller you will use to …