Skip to content

Commit 26c1e15

Browse files
authored
Merge pull request MicrosoftDocs#2571 from PatAltimore/patricka-dnsserver
DnsServer module update for WS2022
2 parents 552f682 + e2f3ba1 commit 26c1e15

File tree

2 files changed

+39
-7
lines changed

2 files changed

+39
-7
lines changed

docset/winserver2022-ps/dnsserver/Add-DnsServerQueryResolutionPolicy.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: PS_DnsServerQueryResolutionPolicy_v1.0.0.cdxml-help.xml
44
Module Name: DnsServer
5-
ms.date: 12/20/2016
5+
ms.date: 01/03/2022
66
online version: https://docs.microsoft.com/powershell/module/dnsserver/add-dnsserverqueryresolutionpolicy?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Add-DnsServerQueryResolutionPolicy
@@ -18,7 +18,7 @@ Adds a policy for query resolution to a DNS server.
1818
### Server (Default)
1919
```
2020
Add-DnsServerQueryResolutionPolicy [-PassThru] [-ComputerName <String>] [-Name] <String> [-Fqdn <String>]
21-
[-ClientSubnet <String>] [-TimeOfDay <String>] [-TransportProtocol <String>] [-InternetProtocol <String>]
21+
[-ECS <String>] [-ClientSubnet <String>] [-TimeOfDay <String>] [-TransportProtocol <String>] [-InternetProtocol <String>]
2222
[[-Action] <String>] [-ApplyOnRecursion] [-ServerInterfaceIP <String>] [-QType <String>]
2323
[-ProcessingOrder <UInt32>] [[-Condition] <String>] [-RecursionScope <String>] [-Disable]
2424
[-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]
@@ -27,7 +27,7 @@ Add-DnsServerQueryResolutionPolicy [-PassThru] [-ComputerName <String>] [-Name]
2727
### Zone
2828
```
2929
Add-DnsServerQueryResolutionPolicy [-PassThru] [-ComputerName <String>] [-ZoneName] <String> [-Name] <String>
30-
[-Fqdn <String>] [-ClientSubnet <String>] [-TimeOfDay <String>] [-TransportProtocol <String>]
30+
[-Fqdn <String>] [-ECS <String>] [-ClientSubnet <String>] [-TimeOfDay <String>] [-TransportProtocol <String>]
3131
[-InternetProtocol <String>] [[-Action] <String>] [-ServerInterfaceIP <String>] [-QType <String>]
3232
[-ProcessingOrder <UInt32>] [[-Condition] <String>] [-Disable] [-ZoneScope <String>]
3333
[-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]
@@ -510,6 +510,22 @@ Accept pipeline input: True (ByPropertyName)
510510
Accept wildcard characters: False
511511
```
512512

513+
### -ECS
514+
515+
This parameter is reserved for internal use.
516+
517+
```yaml
518+
Type: String
519+
Parameter Sets: Server, Zone
520+
Aliases:
521+
522+
Required: False
523+
Position: Named
524+
Default value: None
525+
Accept pipeline input: True (ByPropertyName)
526+
Accept wildcard characters: False
527+
```
528+
513529
### -Fqdn
514530
Specifies the FQDN criterion.
515531
This is the FQDN of record in the query.
@@ -716,7 +732,7 @@ Accept wildcard characters: False
716732

717733
### -ThrottleLimit
718734
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
719-
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
735+
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
720736
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
721737

722738
```yaml

docset/winserver2022-ps/dnsserver/Set-DnsServerQueryResolutionPolicy.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Updates settings of a query resolution policy on a DNS server.
1919
```
2020
Set-DnsServerQueryResolutionPolicy [-PassThru] [-ComputerName <String>] -Name <String>
2121
[-TransportProtocol <String>] [-TimeOfDay <String>] [-RecursionScope <String>] [-ServerInterfaceIP <String>]
22-
[-QType <String>] [-ProcessingOrder <UInt32>] [-ClientSubnet <String>] [-Condition <String>]
22+
[-QType <String>] [-ProcessingOrder <UInt32>] [-ECS <String>] [-ClientSubnet <String>] [-Condition <String>]
2323
[-InternetProtocol <String>] [-Fqdn <String>] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob]
2424
[-WhatIf] [-Confirm] [<CommonParameters>]
2525
```
@@ -28,7 +28,7 @@ Set-DnsServerQueryResolutionPolicy [-PassThru] [-ComputerName <String>] -Name <S
2828
```
2929
Set-DnsServerQueryResolutionPolicy [-PassThru] [-ComputerName <String>] [-ZoneName] <String> -Name <String>
3030
[-TransportProtocol <String>] [-TimeOfDay <String>] [-ServerInterfaceIP <String>] [-QType <String>]
31-
[-ProcessingOrder <UInt32>] [-ClientSubnet <String>] [-Condition <String>] [-InternetProtocol <String>]
31+
[-ProcessingOrder <UInt32>] [-ECS <String>] [-ClientSubnet <String>] [-Condition <String>] [-InternetProtocol <String>]
3232
[-Fqdn <String>] [-ZoneScope <String>] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob]
3333
[-WhatIf] [-Confirm] [<CommonParameters>]
3434
```
@@ -193,6 +193,22 @@ Accept pipeline input: False
193193
Accept wildcard characters: False
194194
```
195195
196+
### -ECS
197+
198+
This parameter is reserved for internal use.
199+
200+
```yaml
201+
Type: String
202+
Parameter Sets: Server, Zone
203+
Aliases:
204+
205+
Required: False
206+
Position: Named
207+
Default value: None
208+
Accept pipeline input: True (ByPropertyName)
209+
Accept wildcard characters: False
210+
```
211+
196212
### -Fqdn
197213
Specifies the FQDN criterion.
198214
Specify a criterion in the following format:
@@ -391,7 +407,7 @@ Accept wildcard characters: False
391407

392408
### -ThrottleLimit
393409
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
394-
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
410+
If this parameter is omitted or a value of `0` is entered, then Windows PowerShell calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the computer.
395411
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
396412

397413
```yaml

0 commit comments

Comments
 (0)