From 6a6da09db0beff72e5560d96c19dd118519195d1 Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Tue, 17 Jul 2018 22:22:17 -0400 Subject: Added better support for legacy ADIDNS zone location Added 'System' to the accepted values for the Partition parameter. --- Invoke-DNSUpdate.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Invoke-DNSUpdate.ps1') diff --git a/Invoke-DNSUpdate.ps1 b/Invoke-DNSUpdate.ps1 index 334f6eb..b5a54e6 100644 --- a/Invoke-DNSUpdate.ps1 +++ b/Invoke-DNSUpdate.ps1 @@ -94,10 +94,11 @@ function Invoke-DNSUpdate Check for an existing matching record before attempting to add or delete. .PARAMETER TCPClientAuth - Switch to force usage of the TCPClient based Kerberos authentication. + Switch to force usage of the TCPClient based Kerberos authentication. Note, usernames are case sensitive with + this switch. .EXAMPLE - Invoke-DNSUpdate -DNSType A -DNSName www.test.local -DNSData 192.168.100.125 -DNSTTL 84600 + Invoke-DNSUpdate -DNSName www -DNSData 192.168.100.125 Add A Record .EXAMPLE -- cgit v1.2.3