< Back

Update-ArchivialCloudBackup

Fri Jan 10, 2020 8:48 pm

NAME Update-ArchivialCloudBackup



SYNOPSIS

Updates the Archivial Cloud Backup software on this computer.





SYNTAX

Update-ArchivialCloudBackup [-Force <SwitchParameter>] [<CommonParameters>]





DESCRIPTION

IMPORTANT: The Archivial version that will be installed with this command is tied to the version number of this

module. For example if this module is Archivial PowerShell version v1.0.0, then running this command will attempt

to upgrade your current installation to v1.0.0.



To ensure you upgrade using the latest software, always update this PowerShell module (then restart PowerShell)

before running this upgrade command. See the examples for more details.



This command requires an elevated (run-as administrator) PowerShell prompt to complete. It will also prompt for

comfirmation unless the -Force switch is applied.





PARAMETERS

-Force <SwitchParameter>

Suppresses the confirmation prompt.



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



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



C:\\> $latestVersion = (Find-Module -Name ArchivialPowerShell).Version



C:\\> Update-Module -Name ArchivialPowerShell -RequiredVersion $latestVersion



The two above commands will update your Archivial PowerShell module to latest. After that has completed, close and

restart the PowerShell window.



C:\\> Update-ArchivialCloudBackup



With the latest management tools installed, this command updates your installation.





RELATED LINKS