aboutsummaryrefslogtreecommitdiff
path: root/Invoke-DNSUpdate.ps1
diff options
context:
space:
mode:
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