From 8d0aa5f7bcbef8969b326e9f9c65eb432d8126a5 Mon Sep 17 00:00:00 2001 From: Borislav Velkov Date: Tue, 7 Sep 2021 21:42:34 +0300 Subject: [PATCH] Resolves #2590 Fix example query https://github.com/MicrosoftDocs/windows-powershell-docs/issues/2590 --- .../dnsserver/Add-DnsServerQueryResolutionPolicy.md | 2 +- .../dnsserver/Add-DnsServerQueryResolutionPolicy.md | 2 +- .../dnsserver/Add-DnsServerQueryResolutionPolicy.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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