https://github.com/MSAdministrator/TemplatePowerShellModule
A Template PowerShell Module
https://github.com/MSAdministrator/TemplatePowerShellModule
Last synced: 4 days ago
JSON representation
A Template PowerShell Module
- Host: GitHub
- URL: https://github.com/MSAdministrator/TemplatePowerShellModule
- Owner: MSAdministrator
- License: mit
- Created: 2018-07-14T03:27:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T01:07:56.000Z (over 6 years ago)
- Last Synced: 2025-04-03T18:22:40.564Z (11 days ago)
- Language: PowerShell
- Size: 11.7 KB
- Stars: 73
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - MSAdministrator/TemplatePowerShellModule - A Template PowerShell Module (PowerShell)
README
# TemplatePowerShellModule
[](https://ci.appveyor.com/project/Name/templatepowershellmodule)
## TemplatePowerShellModule Title
{Super High level description}
## Synopsis
A PowerShell Module to
## Description
A PowerShell Module to
## Using TemplatePowerShellModule
To use this module, you will first need to download/clone the repository and import the module:
```powershell
Import-Module .\TemplatePowerShellModule.psm1
```### How to use
Explain how to use this module
```powershell
New-FunctionName -Parameter1 'C:\Packages' -Parameter2 'C:\NewPackages'
```### Using function 2 in TemplatePowerShellModule
Description on using function 1 in TemplatePowerShellModule
```powershell
Get-Function2 -Parameter1 'SomePackageName' -Parameter2 'C:\some\path_to_folder_containing_packages'
```## Notes
```yaml
Name: TemplatePowerShellModule
Created by: First Last
Created Date: DATE
```