From 662673ace86d039b079262e185c8bee7767d6efa Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 21 Mar 2017 10:51:04 +1100 Subject: [PATCH] Update run_as_psh.md --- documentation/modules/post/windows/manage/run_as_psh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/modules/post/windows/manage/run_as_psh.md b/documentation/modules/post/windows/manage/run_as_psh.md index 38565476ab..98d76bf40f 100644 --- a/documentation/modules/post/windows/manage/run_as_psh.md +++ b/documentation/modules/post/windows/manage/run_as_psh.md @@ -21,6 +21,7 @@ The process will use the Start-Process command of powershell to run a process as - Hidden Mode does not work with older powershell versions - Interactive mode needs to be run from a meterpreter console - Certain SYSTEM Services cannot run Start-Process with the -credential switch, causing the module to fail +- SYSTEM processes without I/O pipes cannot use interactive mode ## Examples