Lab 12 - samuelGreitzer/SYS-140-Tech-Journal GitHub Wiki

In this lab we used PowerShell to edit and execute a script

  • PowerShell can be run by clicking the windows search bar and typing in "PowerShell ISE"
  • To change the execution policy in order to run scripts, The following command must be entered: Set-ExecutionPolicy -ExecutionPolicy Unrestricted