< Back

Remove-DynDnsZone

Sat Jan 18, 2020 8:16 pm

NAME 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> [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Remove-DynDnsZone command immediately deletes the primary DNS zone from the customer's Dyn DNS Managed account.





PARAMETERS

-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the command.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

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



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-Zone <String>

The name of the zone to delete.



Required? true

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

None







NOTES









-------------------------- 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.



RELATED LINKS

Online Version: https://powershell.anovelidea.org/modul ... sZone.html

Get-DynDnsZone https://powershell.anovelidea.org/modul ... sZone.html

Add-DynDnsZone https://powershell.anovelidea.org/modul ... sZone.html

Delete One Zone (API) https://help.dyn.com/delete-one-zone-api/