diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2017-09-07 13:05:15 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2017-09-07 13:05:15 -0400 |
commit | 1a6aa9aae53cc67c457f818e27f64fa2bcb30666 (patch) | |
tree | 6a14cb234b60398b402a98a0f4f7bdb19cc5d61a /README.md | |
parent | 5cc4657bbc35532f0c2e4bf9b51125fa24207f37 (diff) | |
download | Powermad-1a6aa9aae53cc67c457f818e27f64fa2bcb30666.tar.gz Powermad-1a6aa9aae53cc67c457f818e27f64fa2bcb30666.zip |
Readme fix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ Note that ms-DS-MachineAccountQuota does not provide the ability for authenticat * Add a new machine account `New-MachineAccount -MachineAccount iamapc` -* Use the added account with runas /netonly +* Use the added account with runas /netonly `runas /netonly /user:domain\iamapc$ powershell` ## Disable-MachineAccount |