Version
1.0.0
Author
Ironman Software
Downloads
3
Tags
PowerShell PSResourceGet PowerShellUniversal
Created
12/21/2024
PSResourceGet API
This module provides a PowerShell Universal API for managed PowerShell resources. It uses Microsoft.PowerShell.PSResourceGet
to find, install and remove PowerShell modules.
Endpoints
GET /psresourceget/module
- Get a list of modulesGET /psresourceget/module/{name}
- Find a module by name.POST /psresourceget/module
- Install a module.DELETE /psresourceget/module/{name}
- Uninstall a module.GET /psresourceget/repository
- Get a list of repositories.POST /psresourceget/repository
- Register a new repository.
Installation Options
Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet.
PS > Install-PSResource PowerShellUniversal.API.PSResourceGet
Install within the PowerShell Universal v5 admin console. More Info
Version History
Version | Published |
---|---|
1.0.0 | 12/21/2024 |