aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Robertson <robertsonk@gmail.com>2017-09-07 13:02:42 -0400
committerKevin Robertson <robertsonk@gmail.com>2017-09-07 13:02:42 -0400
commit1fef3f9ba88f2517b88724002a96d1ab27b1d072 (patch)
tree4c426feb075f15a32cb66bd1962751345626ca56
parent94b375d0db9a8dcbb9bfe12466ccd7c7cb366b49 (diff)
downloadPowermad-1fef3f9ba88f2517b88724002a96d1ab27b1d072.tar.gz
Powermad-1fef3f9ba88f2517b88724002a96d1ab27b1d072.zip
Readme update
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
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.