Lock-DynDnsZone
SYNOPSIS
The Lock-DynDnsZone
command prevents other users from making changes to the zone.
SYNTAX
Lock-DynDnsZone [-Zone] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
The Lock-DynDnsZone
command prevents other users from making changes to the zone.
The Dyn term for locking a zone is freeze.
EXAMPLES
Example
PS C:\> Lock-DynDnsZone -Zone anovelidea.org -Confirm:$false -Verbose
VERBOSE: Performing the operation "freeze zone" on target "anovelidea.org".
VERBOSE: API-3.7.11 : INFO : BLL : freeze: Your zone is now frozen
Lock the specified zone.
PARAMETERS
-Zone
The zone to lock, or freeze.
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).