diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |