Skip to content

Instantly share code, notes, and snippets.

@mczerniawski
Created October 2, 2018 19:01
Show Gist options
  • Save mczerniawski/706aebc8c0eb3ee39c0655aadcac258f to your computer and use it in GitHub Desktop.
Save mczerniawski/706aebc8c0eb3ee39c0655aadcac258f to your computer and use it in GitHub Desktop.
$PlasterTemplatePath = 'Path to PPoshModule template folder' #Path to where you've downloaded this module
$DestinationPath = 'C:\AdminTools\ModuleTest1' #Path to your git repository folder
Invoke-Plaster -TemplatePath $PlasterTemplatePath -DestinationPath $DestinationPath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment