SV-50983r2_rule
V-39167
Exch-1-502
Exch-1-502
CAT II
10
Open the Exchange Management Shell and enter the following command:
Set-ActiveSyncVirtualDirectory -Identity "ClientAccessServerName\Microsoft-Server-ActiveSync (Default Web Site)" -ClientCertAuth "Required" -WindowsAuthEnabled:$False -InternalAuthenticationMethods "Certificate" –ExternalAuthenticationMethods “Certificate” –ExternalUrl “https://mail-site.easf.csd.disa.mil/Microsoft-Server-ActiveSync”
Open the Exchange Management Shell and enter the following commands:
Get-ActiveSyncVirtualDirectory -Identity "<Identity Name>\Microsoft-Server-ActiveSync (Default Web Site)" | fl Basic
AuthEnabled,WindowsAuthEnabled,ClientCertAuth,WebSiteSSLEnabled,InternalAuthenticationMethods,ExternalAuthenticationMethods
These should be the results returned:
BasicAuthEnabled : False
WindowsAuthEnabled : False
ClientCertAuth : Required
WebSiteSSLEnabled : True
InternalAuthenticationMethods : {Certificate}
ExternalAuthenticationMethods : {Certificate}
If the values above are not returned, this is a finding.
V-39167
False
Exch-1-502
Open the Exchange Management Shell and enter the following commands:
Get-ActiveSyncVirtualDirectory -Identity "<Identity Name>\Microsoft-Server-ActiveSync (Default Web Site)" | fl Basic
AuthEnabled,WindowsAuthEnabled,ClientCertAuth,WebSiteSSLEnabled,InternalAuthenticationMethods,ExternalAuthenticationMethods
These should be the results returned:
BasicAuthEnabled : False
WindowsAuthEnabled : False
ClientCertAuth : Required
WebSiteSSLEnabled : True
InternalAuthenticationMethods : {Certificate}
ExternalAuthenticationMethods : {Certificate}
If the values above are not returned, this is a finding.
M
1995