< Back

Import-BT_Module

Sun Jan 12, 2020 3:09 pm

NAME Import-BT_Module



SYNOPSIS

This function installs and imports the correct edition (Beta/Prod) of a BitTitan.Runbooks module.





SYNTAX

Import-BT_Module [-moduleName] <String> [-quiet] [<CommonParameters>]



Import-BT_Module [-moduleName] <String> [-performModuleVersionCheck] [-quiet] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-moduleName <String>

The name of the module to import.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-performModuleVersionCheck [<SwitchParameter>]

Select whether to perform a module version check when installing a module.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-quiet [<SwitchParameter>]

Select whether to suppress information messages.



Required? false

Position? named

Default value False

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





RELATED LINKS