-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
72 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
external help file: TheCleaners-help.xml | ||
Module Name: TheCleaners | ||
online version: | ||
schema: 2.0.0 | ||
--- | ||
|
||
# Get-HelloWorld | ||
|
||
## SYNOPSIS | ||
Short description | ||
|
||
## SYNTAX | ||
|
||
``` | ||
Get-HelloWorld [<CommonParameters>] | ||
``` | ||
|
||
## DESCRIPTION | ||
Long description | ||
|
||
## EXAMPLES | ||
|
||
### EXAMPLE 1 | ||
``` | ||
``` | ||
|
||
Example of how to use this cmdlet | ||
|
||
### EXAMPLE 2 | ||
``` | ||
``` | ||
|
||
Another example of how to use this cmdlet | ||
|
||
## PARAMETERS | ||
|
||
### CommonParameters | ||
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. | ||
For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). | ||
|
||
## INPUTS | ||
|
||
## OUTPUTS | ||
|
||
### Output from this cmdlet (if any) | ||
## NOTES | ||
General notes | ||
|
||
## RELATED LINKS |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
Module Name: TheCleaners | ||
Module Guid: 96512386-bbd2-4e95-badd-5d175310bace | ||
Download Help Link: NA | ||
Help Version: 0.0.1 | ||
Locale: en-US | ||
--- | ||
|
||
# TheCleaners Module | ||
## Description | ||
A module to help automate the cleanup of old log file and temp files on your systems. | ||
|
||
## TheCleaners Cmdlets | ||
### [Get-HelloWorld](Get-HelloWorld.md) | ||
Short description | ||
|
||
|
This file contains 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