From bcb549faf81c9878524e49ae8157e95dd50401d1 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 6 Mar 2018 15:52:37 +0100 Subject: [PATCH] DNS: fix need to set -NoConfirm or -Confirm to use remove-nsxdns --- module/PowerNSX.psm1 | 1 + 1 file changed, 1 insertion(+) diff --git a/module/PowerNSX.psm1 b/module/PowerNSX.psm1 index 27766f78..7880ccdb 100644 --- a/module/PowerNSX.psm1 +++ b/module/PowerNSX.psm1 @@ -36512,6 +36512,7 @@ function Remove-NsxDns { #> [Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidDefaultValueSwitchParameter","")] # Cant remove without breaking backward compatibility + [CmdletBinding(DefaultParameterSetName="Default")] param ( [Parameter (Mandatory=$true,ValueFromPipeline=$true,Position=1)]