SqlWindowsFirewall - johlju/SqlServerDsc GitHub Wiki
SqlWindowsFirewall
Parameters
Parameter
Attribute
DataType
Description
Allowed Values
Ensure
Write
String
An enumerated value that describes if the SQL firewall rules are is expected to be enabled on the machine.
Present {default}
Absent
Present, Absent
SourcePath
Write
String
UNC path to the root of the source files for installation.
Features
Key
String
SQL features to enable firewall rules for.
InstanceName
Key
String
SQL instance to enable firewall rules for.
DatabaseEngineFirewall
Read
Boolean
Is the firewall rule for the Database Engine enabled?
BrowserFirewall
Read
Boolean
Is the firewall rule for the Browser enabled?
ReportingServicesFirewall
Read
Boolean
Is the firewall rule for Reporting Services enabled?
AnalysisServicesFirewall
Read
Boolean
Is the firewall rule for Analysis Services enabled?
IntegrationServicesFirewall
Read
Boolean
Is the firewall rule for the Integration Services enabled?
SourceCredential
Write
PSCredential
Credentials used to access the path set in the parameter 'SourcePath'.
Description
The SqlWindowsFirewall DSC resource will set default firewall rules for
the Database Engine, Analysis Services, SQL Browser, SQL Reporting Services,
and Integration Services features.
Requirements
Target machine must be running Windows Server 2012 or later.