PowerShell Manifest
Basic Information
Parent Format: Plain Text File
MIME Name: text/powershell-manifest (non-standard)
Suffix: .psd1
Openness: 🆓📖
Related Sites:
Introduction
PowerShell manifest is a file that defines a PowerShell module. It is different from PowerShell module file. PowerShell module file directly exports externally accessible objects. Manifest returns a hashtable. In addition to defining exported objects, this hashtable can also define information such as module version.