Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.26 KB

Get-OSPlatformVersion.md

File metadata and controls

64 lines (46 loc) · 1.26 KB
external help file Module Name online version schema
OutSystems.SetupTools-help.xml
OutSystems.SetupTools
2.0.0

Get-OSPlatformVersion

SYNOPSIS

Returns the platform version.

SYNTAX

Get-OSPlatformVersion [[-ServiceCenterHost] <String[]>] [<CommonParameters>]

DESCRIPTION

This will return the OutSystems platform version from the Service Center API.

EXAMPLES

EXAMPLE 1

Get-OSPlatformVersion -ServiceCenterHost "10.0.0.1"

EXAMPLE 2

Using the pipeline

"10.0.0.1", "10.0.0.1", "10.0.0.3" | Get-OSPlatformVersion

PARAMETERS

-ServiceCenterHost

Service Center address. If not specified, will default to localhost (127.0.0.1).

Type: String[]
Parameter Sets: (All)
Aliases: Host

Required: False
Position: 1
Default value: 127.0.0.1
Accept pipeline input: True (ByValue)
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

OUTPUTS

System.Version

NOTES

RELATED LINKS