diff --git a/docset/winserver2016-ps/dnsserver/Add-DnsServerQueryResolutionPolicy.md b/docset/winserver2016-ps/dnsserver/Add-DnsServerQueryResolutionPolicy.md index 4da2063f3f..1d041cbbda 100644 --- a/docset/winserver2016-ps/dnsserver/Add-DnsServerQueryResolutionPolicy.md +++ b/docset/winserver2016-ps/dnsserver/Add-DnsServerQueryResolutionPolicy.md @@ -654,7 +654,7 @@ The policy treats values the follow the EQ operator as multiple assertions which The policy treats values that follow the NE operator as multiple assertions which are logically differenced (AND'd). The criterion is satisfied if the type of query of the request matches one of the EQ values and does not match any of the NE values. -Example criterion: `"EQ,TXT,SRV,NE,MX"` +Example criterion: `"EQ,TXT,SRV;NE,MX"` ```yaml Type: String diff --git a/docset/winserver2019-ps/dnsserver/Add-DnsServerQueryResolutionPolicy.md b/docset/winserver2019-ps/dnsserver/Add-DnsServerQueryResolutionPolicy.md index 0afd6cbd11..0e18327ef5 100644 --- a/docset/winserver2019-ps/dnsserver/Add-DnsServerQueryResolutionPolicy.md +++ b/docset/winserver2019-ps/dnsserver/Add-DnsServerQueryResolutionPolicy.md @@ -654,7 +654,7 @@ The policy treats values the follow the EQ operator as multiple assertions which The policy treats values that follow the NE operator as multiple assertions which are logically differenced (AND'd). The criterion is satisfied if the type of query of the request matches one of the EQ values and does not match any of the NE values. -Example criterion: `"EQ,TXT,SRV,NE,MX"` +Example criterion: `"EQ,TXT,SRV;NE,MX"` ```yaml Type: String diff --git a/docset/winserver2022-ps/dnsserver/Add-DnsServerQueryResolutionPolicy.md b/docset/winserver2022-ps/dnsserver/Add-DnsServerQueryResolutionPolicy.md index 1599369883..fb7ef300a8 100644 --- a/docset/winserver2022-ps/dnsserver/Add-DnsServerQueryResolutionPolicy.md +++ b/docset/winserver2022-ps/dnsserver/Add-DnsServerQueryResolutionPolicy.md @@ -654,7 +654,7 @@ The policy treats values the follow the EQ operator as multiple assertions which The policy treats values that follow the NE operator as multiple assertions which are logically differenced (AND'd). The criterion is satisfied if the type of query of the request matches one of the EQ values and does not match any of the NE values. -Example criterion: `"EQ,TXT,SRV,NE,MX"` +Example criterion: `"EQ,TXT,SRV;NE,MX"` ```yaml Type: String