Reset-DnsServerZoneKeyMasterRole

Reset-DnsServerZoneKeyMasterRole is accessible with the help of DnsServer module. To configure DnsServer, go through this link.

Synopsis

Transfers the role of Key Master for a DNS zone.

Description

The Reset-DnsServerZoneKeyMasterRole cmdlet transfers the role of DNS Security (DNSSEC) Key Master server. Any authoritative Domain Name System (DNS) server that hosts a primary copy of the zone can be the Key Master server.

This cmdlet attempts to connect to the current Key Master server. If it cannot connect to that server, the cmdlet does not make the change unless you specify SeizeRole.

This cmdlet prompts the user for confirmation before it transfers the role unless you use the Force switch.

Parameters

-AsJob

Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete.

The cmdlet immediately returns an object that represents the job and then displays the command prompt. You can continue to work in the session while the job completes. To manage the job, use the *-Job cmdlets. To get the job results, use the Receive-Job cmdlet.

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

-CimSession

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession or Get-CimSession cmdlet. The default is the current session on the local computer.

Type:CimSession[]
Aliases:Session
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Accept pipeline input:False
Accept wildcard characters:False

-Force

Transfers the role without prompting you for confirmation. By default, the cmdlet prompts you for confirmation before it proceeds.

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

-KeyMasterServer

Specifies the name of a DNS server. Use a NetBIOS name, IP address, or fully qualified domain name. The cmdlet makes this server the Key Master server for the specified zone. The specified zone must be present on the DNS server as a primary zone.

Type:String
Position:2
Default value:None
Accept pipeline input:True
Accept wildcard characters:False

-PassThru

Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

-SeizeRole

Indicates that this cmdlet seizes the Key Master role. Unless this switch is specified, the cmdlet does not make a change if it cannot reach the current Key Master server.

Type:SwitchParameter
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

-ThrottleLimit

Specifies the maximum number of concurrent operations that can be established to run the cmdlet. 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. The throttle limit applies only to the current cmdlet, not to the session or to the computer.

Type:Int32
Position:Named
Default value:None
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:False
Accept pipeline input:False
Accept wildcard characters:False

-ZoneName

Specifies a name of a zone. The cmdlet transfers the Key Master role for this zone.

Type:String
Position:1
Default value:None
Accept pipeline input:True
Accept wildcard characters:False

Syntax

Reset-DnsServerZoneKeyMasterRole [-ZoneName] <String> [-Force] [[-KeyMasterServer] <String>] [-SeizeRole] [-PassThru] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] [-AsJob] [-WhatIf] [-Confirm] [<CommonParameters>]

—————EXAMPLE 1—————
Transfer the role
PS C:> Reset-DnsServerZoneKeyMasterRole -ZoneName “Delhi.TOSSolution.com” -KeyMasterServer “Bang.TOSSolution.com”
This command transfers the Key Master role for the zone named Delhi.TOSSolution.com to the server named Bang.TOSSolution.com. If the cmdlet cannot verify with the current Key Master server, it does not transfer the role.

—————EXAMPLE 2—————
Transfer the role, required
PS C:\>Reset-DnsServerZoneKeyMasterRole -ZoneName “Delhi.TOSSolution.com” -KeyMasterServer “keys.TOSSolution.com” -SeizeRole
This command transfers the Key Master role for the zone named Delhi.TOSSolution.com to a server named keys.TOSSolution.com. If the cmdlet cannot verify with the current Key Master server, the cmdlet nevertheless transfers the role.

You can check the Version, CommandType and Source of this cmdlet by giving below command.

Get-Command Reset-DnsServerZoneKeyMasterRole

Get-Command Reset-DnsServerZoneKeyMasterRole

To know more PowerShell cmdlets(Commands) on DnsServer click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *