SV-44065r2_rule
V-33645
Exch-1-208
Exch-1-208
CAT II
10
Open the Exchange Management Shell and enter the following command:
Set-OwaVirtualDirectory -WindowsAuthentication $true -Identity '<IdentityName>'
Open the Exchange Management Shell and enter the following command:
Get-OwaVirtualDirectory -server ‘<Identity Name>’ | Select Name,Identity,*Authentication
If the ‘WindowsAuthentication’ is not ‘True’, this is a finding. If any other result for ‘WindowsAuthentication’ is set to 'True', this is a finding.
NOTE: Typical results for this command would result in this display:
Name : owa (Default Web Site)
Identity : <Identity Name>\owa (Default Web Site)
BasicAuthentication : False
WindowsAuthentication : True
DigestAuthentication : False
FormsAuthentication : False
LiveIdAuthentication : False
V-33645
False
Exch-1-208
Open the Exchange Management Shell and enter the following command:
Get-OwaVirtualDirectory -server ‘<Identity Name>’ | Select Name,Identity,*Authentication
If the ‘WindowsAuthentication’ is not ‘True’, this is a finding. If any other result for ‘WindowsAuthentication’ is set to 'True', this is a finding.
NOTE: Typical results for this command would result in this display:
Name : owa (Default Web Site)
Identity : <Identity Name>\owa (Default Web Site)
BasicAuthentication : False
WindowsAuthentication : True
DigestAuthentication : False
FormsAuthentication : False
LiveIdAuthentication : False
M
1995