aboutsummaryrefslogtreecommitdiff
path: root/Invoke-DNSUpdate.ps1
diff options
context:
space:
mode:
authorKevin Robertson <robertsonk@gmail.com>2018-07-17 22:22:17 -0400
committerKevin Robertson <robertsonk@gmail.com>2018-07-17 22:22:17 -0400
commit6a6da09db0beff72e5560d96c19dd118519195d1 (patch)
tree2167492b7c9312291b1904f8277291a9915b2dcd /Invoke-DNSUpdate.ps1
parent7b7c11b10a7a3f5994a2bba5cb7df5569000dbd3 (diff)
downloadPowermad-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.ps15
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