Citrix Virtual Apps and Desktops SDK

Update-XDSite

Upgrade the site databases and all the associated site services.

Syntax

Update-XDSite
      [-AdminAddress <String>]
      [<CommonParameters>]
<!--NeedCopy-->

Description

Automatically upgrade the site databases and all the associated site services.

Examples

EXAMPLE 1

Upgrade the site databases and all the associated site services.

Update-XDSite
<!--NeedCopy-->

Parameters

-AdminAddress

Specifies the address of the Delivery Controller to which the PowerShell module will connect. This can be provided as a host name or an IP address.

Type: String
Position: Named
Default value: Localhost. Once a value is provided by any cmdlet, this value will become the default.
Required: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

You cannot pipe input into this cmdlet.

Outputs

Citrix.XenDesktopPowerShellSdk.ServiceInterfaces.Configuration.UpgradeStatus

The site upgrade status.

Notes

You must backup your databases before starting the upgrade.

Update-XDSite