InterviewSolution
Saved Bookmarks
| 1. |
What Powershell Scripting Is? |
|
Answer» PowerShell file contains a SERIES of PowerShell commands with each command appearing on a SEPARATE line. To USE a text file as a PowerShell script, its filename should have.PS1 EXTENSION. To run a script you need
PowerShell file contains a series of PowerShell commands with each command appearing on a separate line. To use a text file as a PowerShell script, its filename should have.PS1 extension. To run a script you need |
|