Gets the current revision of the delegated administration configuration data.
Syntax
Get-AdminRevision [-AdminAddress <String>] [<CommonParameters>]
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
-AdminAddress<String>
Specifies the address of a XenDesktop controller the PowerShell snap-in connects to. You can provide this as a host name or an IP address.
Required? |
false |
Default Value |
Localhost. Once a value is provided by any cmdlet, this value becomes the default. |
Accept Pipeline Input? |
false |
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 --------------------------
Retrieve the current revision number.