SV-259667r960963_rule
V-259667
SRG-APP-000141
EX19-MB-000065
CAT II
10
Open the Windows PowerShell in an Elevated Prompt and enter the following commands:
Get-Service -Name MSExchangeIMAPBE,MSExchangeImap4 |ForEach-Object {Set-Service -Name $_.Name -StartupType Disabled}
Note: This requirement applies to IMAP4. IMAP Secure is not restricted and does not apply to this requirement.
Open the Windows PowerShell and enter the following command:
Get-Service -Name MSExchangeIMAPBE,MSExchangeImap4 |Select-Object -Property Name,StartType
If ANY of the IMAP services StartType is NOT set to "Disabled", this is a finding.
V-259667
False
EX19-MB-000065
Note: This requirement applies to IMAP4. IMAP Secure is not restricted and does not apply to this requirement.
Open the Windows PowerShell and enter the following command:
Get-Service -Name MSExchangeIMAPBE,MSExchangeImap4 |Select-Object -Property Name,StartType
If ANY of the IMAP services StartType is NOT set to "Disabled", this is a finding.
M
5580