| external help file | OutSystems.SetupTools-help.xml |
|---|---|
| Module Name | OutSystems.SetupTools |
| online version | |
| schema | 2.0.0 |
Sets the OutSystems environment deployment zone
Set-OSPlatformDeploymentZone [[-DeploymentZone] <String>] [-ZoneAddress] <String> [[-EnableHTTPS] <Boolean>]
[<CommonParameters>]
This will return set an OutSystems environment deployment zone
Set-OSPlatformDeploymentZone -ZoneAddress 8.8.8.8
Set-OSPlatformDeploymentZone -DeploymentZone 'myzone' -ZoneAddress 8.8.8.8 -EnableHTTPS:$true
The name of the deployment zone. Defaults to Global
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: Global
Accept pipeline input: False
Accept wildcard characters: FalseThe new address for the target Deployment Zone
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseEnable HTTPS for the target Deployment Zone. If this parameter is not provided the setting will remain unchanged
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
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.
This cmdLet requires at least OutSystems 11