From 1fef3f9ba88f2517b88724002a96d1ab27b1d072 Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Thu, 7 Sep 2017 13:02:42 -0400 Subject: Readme update --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fa08890..9d8203d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ This function supports only GSS-TSIG through Kerberos AES256-CTS-HMAC-SHA1-96 us * Delete an A record `Invoke-DNSUpdate -DNSType A -DNSName www.test.local` +* Add an SRV record +`Invoke-DNSUpdate -DNSType SRV -DNSName _autodiscover._tcp.test.local -DNSData system.test.local -DNSPriority 100 -DNSWeight 80 -DNSPort 443` + ## New-MachineAccount This function can leverage the default ms-DS-MachineAccountQuota attribute setting which allows all domain users to add up to 10 computers to a domain. The new machine account is added directly through an LDAP add request to a domain controller and not by impacting the host system’s attachment status to Active Directory. -- cgit v1.2.3