aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKevin Robertson <robertsonk@gmail.com>2018-07-21 23:08:14 -0400
committerKevin Robertson <robertsonk@gmail.com>2018-07-21 23:08:14 -0400
commit0309c11e16e3dab40ac884d2029643b839bc39ff (patch)
tree701acdb52560046010ba2ef16959d7a8550d42f4 /README.md
parentb395a2834fb6f700f9b8e5c23f5f9ef8de471c8e (diff)
downloadPowermad-0309c11e16e3dab40ac884d2029643b839bc39ff.tar.gz
Powermad-0309c11e16e3dab40ac884d2029643b839bc39ff.zip
Added append option to Set-MachineAccountAttribute, bug fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8f4365f..45ae5af 100644
--- a/README.md
+++ b/README.md
@@ -220,7 +220,7 @@ This function creates a valid byte array for the dnsRecord attribute.
##### Example:
* Create a dnsRecord array for an A record pointing to 192.168.0.1.
-`New-DNSRecordArray -DNSType A -DNSData 192.168.0.1`
+`New-DNSRecordArray -Data 192.168.0.1`
### New-SOASerialNumberArray