external help file | Module Name | online version | schema |
---|---|---|---|
OutSystems.SetupTools-help.xml |
OutSystems.SetupTools |
2.0.0 |
Creates a windows firewall allow rule for the OutSystems services.
Set-OSServerWindowsFirewall [-IncludeRabbitMQ] [<CommonParameters>]
This will create a firewall rule named Outsystems and will opens the TCP Ports 12000, 12001, 12002, 12003, 12004 in all firewall profiles.
Set-OSServerWindowsFirewall -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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.