From 5cc4657bbc35532f0c2e4bf9b51125fa24207f37 Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Thu, 7 Sep 2017 13:04:10 -0400 Subject: Readme fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3