| external help file | OutSystems.SetupTools-help.xml |
|---|---|
| Module Name | OutSystems.SetupTools |
| online version | |
| schema | 2.0.0 |
Returns the platform version.
Get-OSPlatformVersion [[-ServiceCenterHost] <String[]>] [<CommonParameters>]
This will return the OutSystems platform version from the Service Center API.
Get-OSPlatformVersion -ServiceCenterHost "10.0.0.1"
Using the pipeline
"10.0.0.1", "10.0.0.1", "10.0.0.3" | Get-OSPlatformVersion
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: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.