Migrating Go Current to Update Service
Client Cmdlets
All cmdlets for the client now have a new prefix, *-Usc*
, replacing the previous *-Goc*
. For instance, Get-UscUpdates
is now Get-UscUpdates
.
A few of the cmdlets have been renamed to ensure a more consistent naming convention.
To maintain compatibility with previous versions, we have established aliases for all cmdlets to ensure that your scripts remain functional with the new Update Service server, with only a few exceptions.
For further information on notable changes, see below.
Renamed Cmdlets
The following cmdlets have been renamed:
Get-UscPackageVersion
is nowGet-UscPackageVersion
.Get-UscPackageVersionFile
is nowGet-UscPackageVersionFile
.Get-UscInstallerPackage
is nowGet-UscInstallerPackage
.Uninstall-UscPackage
is nowUninstall-UscPackage
.