Citrix Virtual Apps and Desktops SDK

Get-Adminrevision

Gets the current revision of the delegated administration configuration data.

Syntax

Get-AdminRevision [-BearerToken <String>] [-AdminAddress <String>] [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

The Delegated Administration Service maintains a revision number that is incremented whenever its configuration is changed. This command retrieves the current revision number.

Parameters

Name Description Required? Pipeline Input Default Value
BearerToken Specifies the bearer token assigned to the calling user false false  
AdminAddress Specifies the address of a XenDesktop controller the PowerShell snap-in will connect to. You can provide this as a host name or an IP address. false false Localhost. Once a value is provided by any cmdlet, this value becomes the default.

Input Type

None

You cannot pipe input into this cmdlet.

Return Values

System.Int32

The configuration revision number

Notes

If Int32.MaxValue is reached the value of the revision number will wrap around to Int32.MinValue.
In some cases the value may be incremented by more than one.

Examples

Example 1

C:\PS> Get-AdminRevision
<!--NeedCopy-->

Description

Retrieve the current revision number.

Get-Adminrevision