diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2017-09-07 13:02:42 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2017-09-07 13:02:42 -0400 |
commit | 1fef3f9ba88f2517b88724002a96d1ab27b1d072 (patch) | |
tree | 4c426feb075f15a32cb66bd1962751345626ca56 /README.md | |
parent | 94b375d0db9a8dcbb9bfe12466ccd7c7cb366b49 (diff) | |
download | Powermad-1fef3f9ba88f2517b88724002a96d1ab27b1d072.tar.gz Powermad-1fef3f9ba88f2517b88724002a96d1ab27b1d072.zip |
Readme update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |