Create Module Manifest on PS

PHOTO EMBED

Mon Apr 12 2021 13:08:37 GMT+0000 (Coordinated Universal Time)

Saved by @vbesse

New-ModuleManifest "Path_To_Module_Manifest/ModuleManifest.psd1" -Author 'Author_Name' -CompanyName 'Company_Name' -PowerShellVersion 3.0 -FunctionsToExport List_Of_Function_Publically_Accessible -RootModule Name_Of_Root_Module
content_copyCOPY