Script.ps1 -

: Open a text editor like Notepad or Visual Studio Code , paste the code above, and save it as script.ps1 .

: Navigate to your folder in PowerShell and type: .\script.ps1 script.ps1

For more advanced automation, you can find over 600 free scripts on the PowerShell GitHub repository or follow official guides at Microsoft Learn . How to write and run your first PowerShell script - PDQ : Open a text editor like Notepad or

: By default, Windows may block scripts for security. To allow them, open PowerShell as an Administrator and run: Set-ExecutionPolicy RemoteSigned paste the code above