Skip to content

Commit

Permalink
incorporating review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Wheeler authored and zjalexander committed Dec 5, 2017
1 parent 6424e0d commit 03211c6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Describes how to run and write scripts in PowerShell.
A script is a plain text file that contains one or more PowerShell commands.
PowerShell scripts have a .ps1 file name extension.

Running a script is a lot like running cmdlet. You type the path and file name
of the script and use parameters to submit data and set options. You can run
scripts on your computer or in a remote session on a different computer.
Running a script is a lot like running a cmdlet. You type the path and file
name of the script and use parameters to submit data and set options. You can
run scripts on your computer or in a remote session on a different computer.

Writing a script saves a command for later use and makes it easy to share with
others. Most importantly, it lets you run the commands simply by typing the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Describes how to run and write scripts in PowerShell.
A script is a plain text file that contains one or more PowerShell commands.
PowerShell scripts have a .ps1 file name extension.

Running a script is a lot like running cmdlet. You type the path and file name
of the script and use parameters to submit data and set options. You can run
scripts on your computer or in a remote session on a different computer.
Running a script is a lot like running a cmdlet. You type the path and file
name of the script and use parameters to submit data and set options. You can
run scripts on your computer or in a remote session on a different computer.

Writing a script saves a command for later use and makes it easy to share with
others. Most importantly, it lets you run the commands simply by typing the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Describes how to run and write scripts in PowerShell.
A script is a plain text file that contains one or more PowerShell commands.
PowerShell scripts have a .ps1 file name extension.

Running a script is a lot like running cmdlet. You type the path and file name
of the script and use parameters to submit data and set options. You can run
scripts on your computer or in a remote session on a different computer.
Running a script is a lot like running a cmdlet. You type the path and file
name of the script and use parameters to submit data and set options. You can
run scripts on your computer or in a remote session on a different computer.

Writing a script saves a command for later use and makes it easy to share with
others. Most importantly, it lets you run the commands simply by typing the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Describes how to run and write scripts in PowerShell.
A script is a plain text file that contains one or more PowerShell commands.
PowerShell scripts have a .ps1 file name extension.

Running a script is a lot like running cmdlet. You type the path and file name
of the script and use parameters to submit data and set options. You can run
scripts on your computer or in a remote session on a different computer.
Running a script is a lot like running a cmdlet. You type the path and file
name of the script and use parameters to submit data and set options. You can
run scripts on your computer or in a remote session on a different computer.

Writing a script saves a command for later use and makes it easy to share with
others. Most importantly, it lets you run the commands simply by typing the
Expand Down
6 changes: 3 additions & 3 deletions reference/6/Microsoft.PowerShell.Core/About/about_Scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Describes how to run and write scripts in PowerShell.
A script is a plain text file that contains one or more PowerShell commands.
PowerShell scripts have a .ps1 file name extension.

Running a script is a lot like running cmdlet. You type the path and file name
of the script and use parameters to submit data and set options. You can run
scripts on your computer or in a remote session on a different computer.
Running a script is a lot like running a cmdlet. You type the path and file
name of the script and use parameters to submit data and set options. You can
run scripts on your computer or in a remote session on a different computer.

Writing a script saves a command for later use and makes it easy to share with
others. Most importantly, it lets you run the commands simply by typing the
Expand Down

0 comments on commit 03211c6

Please sign in to comment.