< Back

Install-ModuleFromConfiguration

Wed Jan 15, 2020 7:18 am

NAME Install-ModuleFromConfiguration



SYNOPSIS

Short description





SYNTAX

Install-ModuleFromConfiguration [-Path] <String> [-Repository <String>] [<CommonParameters>]



Install-ModuleFromConfiguration [-InputObject] <Object> [-Repository <String>] [<CommonParameters>]





DESCRIPTION

Long description





PARAMETERS

-Path <String>



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-InputObject <Object>



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Repository <String>



Required? false

Position? named

Default value PSGallery

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Example of how to use this cmdlet













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Another example of how to use this cmdlet















RELATED LINKS