Automatic Installation

01) Open PowerShell as Admin
- Right click PowerShell and run as admin

*If no admin rights, open PowerShell as a normal user

02) Type in: "Install-Module VpasModule"
- ​To install a specific version of VpasModule pass the -RequiredVersion flag: "Install-Module VpasModule -RequiredVersion 14.2.1"

*If no admin rights, pass the -scope flag: "Install-Module VpasModule -RequiredVersion 14.2.1 -Scope Currentuser"

03) Accept All [A]
- ​Enter A to accept all

04) Type in: "Import-Module VpasModule"
- To see what commands are being imported, pass the -Verbose flag: "Import-Module VpasModule -Verbose"

05) Confirm VpasModule is recognized
- ​Type in: "Get-Module -ListAvailable -Name VpasModule" and confirm VpasModule exists



Manual Installation

01) Click on the Github Button
- ​​Or browse to: github.com/vmelamed5/CyberArk

02) Download the code
- Click the code button and download the ZIP file

03) Extract VpasModule
- ​Right click on the ZIP folder and extract it

04) Move VpasModule to module path
- ​To find module path, open PowerShell and type in: "$env:PSModulePath"

05) Import-Module VpasModule
- ​Close and re-open PowerShell and type in: "Import-Module VpasModule"
- pass the -Verbose flag: "Import-Module VpasModule -Verbose" to see all commands

06) Confirm VpasModule is recognized
- Type in: "Get-Module -ListAvailable -Name VpasModule" and confirm VpasModule exists