For the complete documentation index, see llms.txt. This page is also available as Markdown.

Installation

PSMSI is distributed through the PowerShell Gallery.

Install-Module PSMSI

To install without administrator permissions, use the current-user scope.

Install-Module PSMSI -Scope CurrentUser

Update

Update-Module PSMSI

Verify Installation

Import-Module PSMSI
Get-Command -Module PSMSI

Last updated