| external help file | Module Name | online version | schema |
|---|---|---|---|
OutSystems.SetupTools-help.xml |
OutSystems.SetupTools |
2.0.0 |
DEPRECATED - Use Get-OSServiceStudioInfo Returns the OutSystems development environment (Service Studio) installed version.
Get-OSServiceStudioVersion [-MajorVersion] <String> [<CommonParameters>]
This will returns the OutSystems platform installed version. Since we can have multiple development environments installed, you need to specify the major version to get.
Get-OSServiceStudioVersion -MajorVersion "11"
Major version. 11, ...
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
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.