Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 624 Bytes

INSTALL.md

File metadata and controls

17 lines (11 loc) · 624 Bytes

Installing MailPolicyExplainer

PowerShell Gallery

This is the recommended method of installation.

Install-PSResource -Name "MailPolicyExplainer" -Repository "PSGallery"

Manually

Copy all of these files into a subfolder in one of your user or system PowerShell modules directories. By default, per-user modules are saved in:

  • Windows: ~\Documents\PowerShell\Modules
  • macOS or Linux: ~/.local/share/powershell/Modules

To find your module folders, Write-Output $env:PSModulePath.