aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Powermad.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/Powermad.ps1 b/Powermad.ps1
index 742e886..52b32c5 100644
--- a/Powermad.ps1
+++ b/Powermad.ps1
@@ -1029,7 +1029,7 @@ function Remove-MachineAccount
throw
}
- if(!$DomainController -or !$Domain -or !$Zone)
+ if(!$DomainController -or !$Domain)
{
try
@@ -4477,4 +4477,4 @@ function Get-KerberosAESKey
}
-#endregion \ No newline at end of file
+#endregion