LukasSMSFT
Thanks for the response! The first server I implemented on I used:
New-SettingOverride -Name "EnableSigningVerification" -Component Data -Section EnableSerializationDataSigning -Parameters @("Enabled=true") -Reason "Enabling Signing Verification" -Server Exchange365
When I tried to enable on the second server using the same command is when I ran into errors:
New-SettingOverride -Name "EnableSigningVerification" -Component Data -Section EnableSerializationDataSigning -Parameters @("Enabled=true") -Reason "Enabling Signing Verification" -Server Exchange2
Name ComponentName SectionName Status Parameters
---- ------------- ----------- ------ ----------
EnableSigningVerification Data EnableSerializationDataSigning ServerMismatch Enabled=true
<Status>ServerMismatch</Status>
<Message>This machine name EXCHANGE2 does not match any wildcars defined in the override: EXCHANGE365.</Message>
I can't apply to the other servers at this point. Should the setting be reverted and applied organization wide. If so, how can this be done?