SV-259668r960963_rule
V-259668
SRG-APP-000141
EX19-MB-000066
CAT II
10
Open the Windows PowerShell in an Elevated Prompt and enter the following commands:
Get-Service -Name MSExchangePop3,MSExchangePOP3BE |ForEach-Object {Set-Service -Name $_.Name -StartupType Disabled}
Get-Service -Name MSExchangePop3,MSExchangePOP3BE |Select-Object -Property Name,StartType
If any of the POP3 services StartType is NOT set to "Disabled", this is a finding.
V-259668
False
EX19-MB-000066
Get-Service -Name MSExchangePop3,MSExchangePOP3BE |Select-Object -Property Name,StartType
If any of the POP3 services StartType is NOT set to "Disabled", this is a finding.
M
5580