File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -259,17 +259,10 @@ Mode LastWriteTime Length Name
259259-a---- 5/16/2016 1:15 PM 32972 test.log
260260
261261```
262-
263- Working with Objects
264- ----
265- When cmdlets are executed in PowerShell, the output is an Object, as opposed to just text.
266- This provides the ability to store a lot of information
267-
268- Discovering available Methods
269- ----
270-
271- PowerShell Functions
262+ How to Create and Run PowerShell scripts
272263----
264+ You can use Visual Studio Code or your favorite editor to create a PowerShell script and save it with a ` .ps1 ` file extension.
265+ For more details, see [ Create and Run PowerShell Script Guide] [ create-run-script ]
273266
274267
275268Recommended Training and Reading
@@ -312,3 +305,4 @@ Commercial Resources
312305[ examples-ps-module ] :https://msdn.microsoft.com/en-us/library/dd878340%28v=vs.85%29.aspx
313306[ writing-ps-module ] :http://www.powershellmagazine.com/2014/03/18/writing-a-powershell-module-in-c-part-1-the-basics/
314307[ sample-code ] :https://msdn.microsoft.com/en-us/library/ff602031%28v=vs.85%29.aspx
308+ [ create-run-script ] :./create-powershell-scripts.md
You can’t perform that action at this time.
0 commit comments