PowerTip: Create a Module Manifest

Doctor Scripto

Summary: Use Windows PowerShell to easily create a module manifest.

Hey, Scripting Guy! Question What is the easy way to create a Windows PowerShell module manifest?

Hey, Scripting Guy! Answer Use New-ModuleManifest and specify the appropriate parameters:

New-ModuleManifest -Path c:\fso\newmodulemanifext.psd1

0 comments

Discussion is closed.

Feedback usabilla icon