SV-259712r961863_rule
V-259712
SRG-APP-000516
EX19-MB-000283
CAT II
10
Configure web ports to be ports 80 and 443, as specified by PPSM standards.
In an Exchange Management Shell, run the following cmdlet on the "Default Web Site":
Set-WebBinding -Name 'Default Web Site' -BindingInformation "127.0.0.1:443:" -PropertyName Port -Value 443
Set-WebBinding -Name 'Default Web Site' -BindingInformation ":443:" -PropertyName Port -Value 443
Note: This does not apply to the Exchange Back End website.
Open a Windows PowerShell Module and enter the following commands:
Get-Website | Select-Object -Property Name
Get-WebBinding -Name <'WebSiteName'> | Format-List
If the Web binding values returned are not on standard port 80 for HTTP connections or port 443 for HTTPS connections, this is a finding.
Note: This is excluding the Exchange Back End website which uses 81/444.
Repeat the process for each website.
V-259712
False
EX19-MB-000283
Open a Windows PowerShell Module and enter the following commands:
Get-Website | Select-Object -Property Name
Get-WebBinding -Name <'WebSiteName'> | Format-List
If the Web binding values returned are not on standard port 80 for HTTP connections or port 443 for HTTPS connections, this is a finding.
Note: This is excluding the Exchange Back End website which uses 81/444.
Repeat the process for each website.
M
5580