Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.19 KB

Install-OSPlatformServiceCenter.md

File metadata and controls

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

Install-OSPlatformServiceCenter

SYNOPSIS

Installs or updates the OutSystems Service Center.

SYNTAX

Install-OSPlatformServiceCenter [-Force] [<CommonParameters>]

DESCRIPTION

This will install or update the OutSystems Service Center. It will skip the installation if already installed with the right version.

EXAMPLES

EXAMPLE 1

Install-OSPlatformServiceCenter -Force

PARAMETERS

-Force

Forces the reinstallation if already installed.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
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.InstallResult

NOTES

RELATED LINKS