SV-84349r1_rule
V-69727
SRG-APP-000033
EX13-CA-000035
CAT II
10
Open the Exchange Management Shell and enter the following command:
Set-ActiveSyncVirtualDirectory -Identity ‘<ServerName>\Microsoft-Server-ActiveSync (Default Web Site)’ -BasicAuthEnabled $False -WindowsAuthEnabled $False -ClientCertAuth ‘Required’ -WebSites-InternalAuthenticationMethods ‘Certificate’ -ExternalAuthenticationMethods ‘Certificate’
Note: The <ServerName>Microsoft-Server-ActiveSync (Default Web Site) value must be in quotes.
Open the Exchange Management Shell and enter the following commands:
Get-ActiveSyncVirtualDirectory | Select Name, Identity
Get-ActiveSyncVirtualDirectory -Identity '<ServerName>Microsoft-Server-ActiveSync (Default Web Site)' | fl BasicAuthEnabled, WindowsAuthEnabled, ClientCertAuth, WebSiteSSLEnabled, InternalAuthenticationMethods, ExternalAuthenticationMethods
Note: The <ServerName>Microsoft-Server-ActiveSync (Default Web Site) value must be in quotes.
The command should return the following:
BasicAuthEnabled : False
WindowsAuthEnabled : False
ClientCertAuth : Required
WebSiteSSLEnabled : True
InternalAuthenticationMethods : {Certificate}
ExternalAuthenticationMethods : {Certificate}
If the values above are not returned, this is a finding.
V-69727
False
EX13-CA-000035
Open the Exchange Management Shell and enter the following commands:
Get-ActiveSyncVirtualDirectory | Select Name, Identity
Get-ActiveSyncVirtualDirectory -Identity '<ServerName>Microsoft-Server-ActiveSync (Default Web Site)' | fl BasicAuthEnabled, WindowsAuthEnabled, ClientCertAuth, WebSiteSSLEnabled, InternalAuthenticationMethods, ExternalAuthenticationMethods
Note: The <ServerName>Microsoft-Server-ActiveSync (Default Web Site) value must be in quotes.
The command should return the following:
BasicAuthEnabled : False
WindowsAuthEnabled : False
ClientCertAuth : Required
WebSiteSSLEnabled : True
InternalAuthenticationMethods : {Certificate}
ExternalAuthenticationMethods : {Certificate}
If the values above are not returned, this is a finding.
M
3097