Skip to content

Commit e3f07c3

Browse files
committed
Removed sections with empty contents which just got introduced in 1576.
1 parent 6c1224f commit e3f07c3

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

docs/learning-powershell/powershell-beginners-guide.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff 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

275268
Recommended 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

0 commit comments

Comments
 (0)