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
Do not forget to replace the arguments!
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments
@vbesse - Mon Apr 12 2021 13:08:53 GMT+0000 (Coordinated Universal Time)Do not forget to replace the arguments!