Unlock-DynDnsZone

SYNOPSIS

The Unlock-DynDnsZone command removes the restriction that prevents other users from making changes to the zone.

SYNTAX

Unlock-DynDnsZone [-Zone] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

The Unlock-DynDnsZone command removes the restriction that prevents other users from making changes to the zone.

The Dyn term for unlocking a zone is thaw.

EXAMPLES

Example

PS C:\>  Unlock-DynDnsZone -Zone anovelidea.org -Confirm:$false -Verbose
VERBOSE: Performing the operation "thaw zone" on target "anovelidea.org".
VERBOSE: API-3.7.11 : INFO : BLL : thaw: Your zone is now thawed, you may edit normally

Unlock the specified zone.

PARAMETERS

-Zone

The zone to unlock, or thaw.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the command.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

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

-WhatIf

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

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

None

OUTPUTS

None

NOTES

Lock-DynDnsZone

Update Zone (API)

Freeze / Unfreeze Zone (API)