Skip to content

Commit

Permalink
Update powershell-beginners-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raghushantha authored Jul 27, 2016
1 parent 0cc352c commit 5004a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learning-powerShell/powershell-beginners-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Mode LastWriteTime Length Name
```
How to Create and Run PowerShell scripts
----
- You can use ISE, VS Code or your favorite editor to create a PowerShell script and save the script with a .ps1 file extension (for example, helloworld.ps1)
- You can use ISE, Visual Studio Code or your favorite editor to create a PowerShell script and save the script with a .ps1 file extension (for example, helloworld.ps1)
- To run the script, cd to your current folder and type ./yourscript.ps1 (for example, ./helloworld.ps1).

Note: If you are using Windows, make sure you set the PowerShell's execution policy to "RemoteSigned" in this case.
Expand Down

0 comments on commit 5004a07

Please sign in to comment.