In Microsoft Exchange Server 2019 or Exchange Server 2016, consider the following scenario:
- For any user, change the ECPEnabled parameter value to $false by using the following Set-CASMailbox cmdlet:
Set-CASMailbox NoEcp01 -ECPEnabled $false
- You use the following Get-CASMailbox cmdlet to view the change that you made:
Get-CASMailbox -Filter ECPEnabled -eq $false'
In this situation, the output should be:
Name ECPEnabled
---- ----------
NoECP01 False
However, the Get-CASMailbox cmdlet doesn't return any results even if the ECPEnabled parameter is set to $false.