< Back

Update-JCModule

Thu Jan 16, 2020 9:30 am

NAME Update-JCModule



SYNOPSIS

Running this function will trigger the update of the JumpCloud PowerShell module.





SYNTAX

Update-JCModule [-Force] [-SkipUninstallOld] [<CommonParameters>]





DESCRIPTION

The Update-JCModule function will check if there is an available update on the PowerShell gallery and if there is

it will ask the user if they want to install it.





PARAMETERS

-Force <System.Management.Automation.SwitchParameter>

ByPasses user prompts.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-SkipUninstallOld <System.Management.Automation.SwitchParameter>

Skips the "Uninstall-Module" step that will uninstall old version of the module.



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

None







OUTPUTS

System.Object







NOTES









-------------------------- Example 1 --------------------------



Update-JCModule



Running the function will trigger the update process.



RELATED LINKS

Online Version: https://github.com/TheJumpCloud/support ... e-JCModule