You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Step-DnsServerSigningKeyRollover** cmdlet rolls over a key signing key (KSK) that is waiting for an update from a parent delegation signer (DS).
26
-
If a Domain Name System (DNS) server that hosts a securely delegated zone cannot check whether the DS record in a parent is updated, use this cmdlet to force a rollover.
26
+
27
+
The `Step-DnsServerSigningKeyRollover` cmdlet rolls over a key signing key (KSK) that is waiting
28
+
for an update from a parent delegation signer (DS). If a Domain Name System (DNS) server that hosts
29
+
a securely delegated zone cannot check whether the DS record in a parent is updated, use this cmdlet
30
+
to force a rollover.
27
31
28
32
Important: You must manually update the DS record in the parent before you run this cmdlet.
29
33
30
34
## EXAMPLES
31
35
32
36
### Example 1: Force a key signing key rollover
33
-
```
37
+
38
+
This example gets keys for a signed zone, and then forces a KSK rollover for one of the keys in the zone.
39
+
34
40
The first command uses the **Get-DnsServerSigningKey** cmdlet to gets keys for the signed zone Sec.Contoso.com.
The last command forces a KSK rollover that is waiting for a parent DS update on Contoso.com. The command performs a KSK rollover for the specified key in the zone named Sec.Contoso.com.
Runs the cmdlet in a remote session or on a remote computer.
75
-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
76
-
The default is the current session on the local computer.
90
+
91
+
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
92
+
object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967)
93
+
or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet. The default is the
Specify the IP address or any value that resolves to an IP address, such as a fully qualified domain name (FQDN), host name, or NETBIOS name, for the DNS server.
109
+
110
+
Specifies a remote DNS server. Specify the IP address or any value that resolves to an IP address,
111
+
such as a fully qualified domain name (FQDN), host name, or NETBIOS name, for the DNS server.
Specifies the maximum number of concurrent operations that can be established to run the cmdlet.
169
-
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.
170
-
The throttle limit applies only to the current cmdlet, not to the session or to the computer.
191
+
192
+
Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If
193
+
this parameter is omitted or a value of `0` is entered, then Windows PowerShell® calculates an
194
+
optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the
195
+
computer. The throttle limit applies only to the current cmdlet, not to the session or to the
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
243
+
244
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments