Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 845 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 845 Bytes

PowerShell Script

This is an open source project for getting useful powershell & commands.

Getting Started

PowerShell scripting is defined as the process of writing and executing code scripts in the Windows PowerShell scripting language – typically using the PowerShell Integrated Scripting Environment (ISE) – where the scripts are saved as separate text files to automate IT administration and DevOps-related tasks.

Prerequisites

Running this project locally

  • Clone the project to your computer.

  • Install dependencies with
    $ npm install

  • Running PowerShell scripts and commands from Node.js.
    $ npm install --save powershell

Contributing

To learn more about contributing to PowerShell-Script, please read contributing.md