Created
March 30, 2018 11:01
-
-
Save johnmmoss/fd1a29f927969d2e8bf181079bdfd785 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| New-ModuleManifest -Path "C:\Program Files\WindowsPowerShell\Modules\Greetings\Greetings.psd1" | |
| -RootModule 'Greetings.psm1' | |
| -Author 'John Moss' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment