Update-cChocoExBootstrap

NAME
    Update-cChocoExBootstrap

SYNOPSIS
    Updates cChocoEX bootstrap file


SYNTAX
    Update-cChocoExBootstrap [-Uri] <String> [<CommonParameters>]


DESCRIPTION
    Compares the provided remote Uri filehash to the local boostrap.ps1 at the well known location of $env:ProgramData\cChocoEx\bootstrap.ps1.


PARAMETERS
    -Uri <String>
        URI of the bootstrap powershell script

        Required?                    true
        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
    Uri: URL of the bootstrap that should be present on the local machine.


OUTPUTS
    PSCustomObject

Last updated

Was this helpful?