Skip to content

DrakoTrogdor/MC_Manage_Submodules

Repository files navigation

[Repostitory Title]

Synopsis

A short description of the PowerShell Module or Script.

Description

A verbose description of the PowerShell Module or Script.

Screenshot

Using [Repostitory Title] <Modules>

Describe how to use this module, such as requirements, downloading, initializing variables, etc...

To use this module, download the repository and import the module with the provided syntax in PowerShell v[Version #] or higher.

Import-Module .\[ModuleName].psm1

Syntax [Function Name]

Describe use of [Function Name]

Verb-FunctionName -ParameterRequired <Argument_Type> [-ParamenterOptional <Argument_Type>] ... [-ParameterLast <Argument_Type>]

Parameters

-[Parameter 1 Name] <Argument_Type>|[<Argument_Type_Optional>]

Description of the parameter with any requirements or exceptions listed.

...[Additional Parameters]...

-[Parameter N Name] <Argument_Type>|[<Argument_Type_Optional>]

Description of the parameter with any requirements or exceptions listed.

Inputs

Outputs

Examples

Example 1
Verb-FunctionName -ParameterRequired 'Value' -ParameterOptional 'Value' ... -ParameterN 'Value'

Description of what the function does in this example.

...[Additional Examples]...

Example N
Verb-FunctionName -ParameterRequired 'Value' -ParameterOptional 'Value' ... -ParameterN 'Value'

Description of what the function does in this example.

...[Additional Functions]...

Using [Repostitory Title] <Scripts>

Describe how to use this script, such as requirements, downloading, initializing variables, etc...

To use this script, download the repository and execute the script with the provided syntax in PowerShell v[Version #] or higher.

Syntax

.\PowerShellTemplate.ps1 [-Parameter1] <Argument1> ... ([-ParameterN] <ArgumentN>)

Parameters

-[Parameter 1] <Argument_Type>|[<Argument_Type_Optional>]

Description of the parameter with any requirements or exceptions listed.

...[Additional Parameters]...

-[Parameter 2] <Argument_Type>|[<Argument_Type_Optional>]

Description of the parameter with any requirements or exceptions listed.

Inputs

Outputs

Examples

Example 1
PS> Path\ScriptName.ps1 -ParameterRequired 'Value' -ParameterOptional 'Value' ... -ParameterN 'Value'

Description of what the script does in this example.

...[Additional Examples]...

Example N
PS> Path\ScriptName.ps1 -ParameterRequired 'Value' -ParameterOptional 'Value' ... -ParameterN 'Value'

Description of what the script does in this example.

Notes

   Copyright (c) [Year], [Company] and/or [Full Name] - All Rights Reserved
   Name: [Repository Title]
   Author: [First Name] [Last Name]
   First Version: [Version #] - [Alpha|Beta|Release Candidate|Release]
   Created Date: [Year]-[Month]-[Day]
   TODO: [Any ToDos]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published