< Back

Install-OnDemandModule

Sat Jan 18, 2020 5:50 pm

NAME Install-OnDemandModule



SYNOPSIS

It is a just placeholder. It returs a warning only.





SYNTAX

Install-OnDemandModule [[-Name] <String>] [<CommonParameters>]





DESCRIPTION

It is a just placeholder. It returs a warning only.





PARAMETERS

-Name <String>

Name of the Module you would like to install.



Required? false

Position? 1

Default value

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:\\>Install-OnDemandModule -Name MSOnline















RELATED LINKS