Skip to content

Files

Latest commit

b07f704 · Jan 4, 2021

History

History
63 lines (44 loc) · 1.39 KB

Get-ModuleByName.md

File metadata and controls

63 lines (44 loc) · 1.39 KB
external help file Module Name online version schema
DeployCube-help.xml
DeployCube
2.0.0

Get-ModuleByName

SYNOPSIS

Loads the named PowerShell module, installing it if needed

SYNTAX

Get-ModuleByName [-Name] <String> [<CommonParameters>]

DESCRIPTION

Loads the named PowerShell module, installing it if needed.

EXAMPLES

EXAMPLE 1

Get-ModuleByName -Name SqlServer;

Will load the SqlServer module, or install it if not present on the host machine.

PARAMETERS

-Name

Name of the PowerShell module to load.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

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.

INPUTS

OUTPUTS

NOTES

Written by (c) Dr. John Tunnicliffe, 2019-2021 https://github.com/DrJohnT/DeployCube This PowerShell script is released under the MIT license http://www.opensource.org/licenses/MIT

RELATED LINKS

https://github.com/DrJohnT/DeployCube