Citrix StoreFront SDK PowerShell Modules

Get-STFVersion

Get the StoreFront version number

Syntax

Get-STFVersion [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Get the StoreFront version number in the format Major.Minor.Build.Revision.

Input Type

Return Values

###Version The .NET ‘System.Version’ reference type

Examples

EXAMPLE 1 Get the version number

Get-STFVersion
<!--NeedCopy-->

REMARKS

Get the StoreFront version number. OUTPUT

Major  Minor  Build  Revision
-----  -----  -----  --------
3      1      0      1
<!--NeedCopy-->
Get-STFVersion