PeterDocs/Install.md

767 B

Install

PeterDocs is a module that can be donwloaded or installed from PowerShell Gallery

Pre-requisites

PowerShell must be installed before you can use the PeterDocs module.

Automated install

When you install PeterDocs from the PowerShell Gallery, the required dependencies are installed for you

Execute the following command to install the module under the current user

    Install-Module -Name PeterDocs  -Scope CurrentUser    

Execute the following command to install the module for all users. You will need administrator rights.

    Install-Module -Name PeterDocs  -Scope AllUsers    

Compress Usage

Please read next the documentation on creating an archive file