Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.21 KB

Set-OSServerWindowsFirewall.md

File metadata and controls

55 lines (39 loc) · 1.21 KB
external help file Module Name online version schema
OutSystems.SetupTools-help.xml
OutSystems.SetupTools
2.0.0

Set-OSServerWindowsFirewall

SYNOPSIS

Creates a windows firewall allow rule for the OutSystems services.

SYNTAX

Set-OSServerWindowsFirewall [-IncludeRabbitMQ] [<CommonParameters>]

DESCRIPTION

This will create a firewall rule named Outsystems and will opens the TCP Ports 12000, 12001, 12002, 12003, 12004 in all firewall profiles.

EXAMPLES

EXAMPLE 1

Set-OSServerWindowsFirewall -IncludeRabbitMQ

PARAMETERS

-IncludeRabbitMQ

If specified, it will open the TCP Port 5672 needed for RabbitMQ.

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

NOTES

RELATED LINKS