diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2018-07-17 22:22:17 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2018-07-17 22:22:17 -0400 |
commit | 6a6da09db0beff72e5560d96c19dd118519195d1 (patch) | |
tree | 2167492b7c9312291b1904f8277291a9915b2dcd /Invoke-DNSUpdate.ps1 | |
parent | 7b7c11b10a7a3f5994a2bba5cb7df5569000dbd3 (diff) | |
download | Powermad-6a6da09db0beff72e5560d96c19dd118519195d1.tar.gz Powermad-6a6da09db0beff72e5560d96c19dd118519195d1.zip |
Added better support for legacy ADIDNS zone location
Added 'System' to the accepted values for the Partition parameter.
Diffstat (limited to 'Invoke-DNSUpdate.ps1')
-rw-r--r-- | Invoke-DNSUpdate.ps1 | 5 |
1 files changed, 3 insertions, 2 deletions
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 |