Archive : Programming

RSS feed

How to Write Conditional Statements in Windows PowerShell

Sometimes it is required to write conditional statements in Windows PowerShell. Windows PowerShell supports...
Filed in: Programming
0

How to Access Arguments in Windows PowerShell

To access command-line arguments used when starting a script use the automatic variable $args. You can...
Filed in: Programming
0