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

  • Type the commands in a text editor
  • Save the file with .ps1 extension
  • EXECUTE the file in PowerShell

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



Discussion

No Comment Found