Remove-DynDnsZone
SYNOPSIS
The Remove-DynDnsZone
command immediately deletes the primary DNS zone from the customer’s Dyn DNS Managed account.
SYNTAX
Remove-DynDnsZone [-Zone] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
The Remove-DynDnsZone
command immediately deletes the primary DNS zone from the customer’s Dyn DNS Managed account.
EXAMPLES
Example 1
PS C:\> Remove-DynDnsZone -Zone anovelidea.org
Confirm
Are you sure you want to perform this action?
Performing the operation "Delete DNS zone and all its records" on target "anovelidea.org".
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): y
Delete the zone.
PARAMETERS
-Zone
The name of the zone to delete.
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).