aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKevin Robertson <robertsonk@gmail.com>2017-09-07 13:04:10 -0400
committerKevin Robertson <robertsonk@gmail.com>2017-09-07 13:04:10 -0400
commit5cc4657bbc35532f0c2e4bf9b51125fa24207f37 (patch)
tree1441b791118f0a65c7281763399ac96215edda1e /README.md
parent1fef3f9ba88f2517b88724002a96d1ab27b1d072 (diff)
downloadPowermad-5cc4657bbc35532f0c2e4bf9b51125fa24207f37.tar.gz
Powermad-5cc4657bbc35532f0c2e4bf9b51125fa24207f37.zip
Readme fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9d8203d..0a497db 100644
--- a/README.md
+++ b/README.md
@@ -49,8 +49,8 @@ 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
-`runas /netonly /user:domain\iamapc$`
+* Use the added account with runas /netonly
+`runas /netonly /user:domain\iamapc$ powershell`
## Disable-MachineAccount
@@ -79,7 +79,7 @@ Here is a list of some of the usual write access enabled attributes:
`Set-MachineAccountAttribute -MachineName iamapc -Attribute SamAccountName -Value iamapc`
* Use the modified account with runas /netonly
-`runas /netonly /user:domain\iamapc`
+`runas /netonly /user:domain\iamapc powershell`
## Get-MachineAccountAttribute