October 7th, 2012

PowerTip: Create a Module Manifest

Doctor Scripto
Scripter

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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.