Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.27 KB

File metadata and controls

58 lines (42 loc) · 1.27 KB
external help file OutSystems.SetupTools-help.xml
Module Name OutSystems.SetupTools
online version
schema 2.0.0

Test-OSServerHardwareReqs

SYNOPSIS

Checks if the server has the necessary hardware requirements for the OutSystems platform server.

SYNTAX

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

DESCRIPTION

This will check if the server has the necessary hardware requirements to run the Outsystems platform. Checks available RAM and the number of available CPUs.

EXAMPLES

EXAMPLE 1

Test-OSServerSoftwareReqs -MajorVersion "11.0"

PARAMETERS

-MajorVersion

Specifies the platform major version. Accepted values: 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