Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.18 KB

Test-OSServerSoftwareReqs.md

File metadata and controls

57 lines (41 loc) · 1.18 KB
external help file Module Name online version schema
OutSystems.SetupTools-help.xml
OutSystems.SetupTools
2.0.0

Test-OSServerSoftwareReqs

SYNOPSIS

Checks if the server has a supported operating system for OutSystems.

SYNTAX

Test-OSServerSoftwareReqs [-MajorVersion] <String> [<CommonParameters>]

DESCRIPTION

This will check if the server has a supported operating system to run the Outsystems platform.

EXAMPLES

EXAMPLE 1

Test-OSServerSoftwareReqs -MajorVersion "10"

PARAMETERS

-MajorVersion

Specifies the platform major version. Accepted values: 10 or 11

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
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

Outsystems.SetupTools.TestResult

NOTES

RELATED LINKS