Skip to content

An API wrapper for ManageEngine's Password Manager Pro.

License

Notifications You must be signed in to change notification settings

JosephMcEvoy/PSPMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSPMP

An API wrapper for ManageEngine's Password Manager Pro.

Getting started

Using PowershellGallery

Install-Module PSPMP
Import-Module PSPMP

Using Git

Clone the repository.

git clone "https://github.com/JosephMcEvoy/PSPMP.git"

Place directory into a module directory (e.g. $env:USERPROFILE\Documents\WindowsPowerShell\Modules).

Move-Item -path ".\pspmp\pspmp" -Destination "$env:USERPROFILE\Documents\WindowsPowerShell\Modules"

Import the module.

Import-Module PSPMP

Available Commands

After loading the module, use Get-Help PSPMP to learn more about available commands.

Get your API token

Find instructions for generating tokens at https://www.manageengine.com/products/passwordmanagerpro/help/add_api_user.html.

About

An API wrapper for ManageEngine's Password Manager Pro.

Resources

License

Stars

Watchers

Forks

Packages

No packages published