From f2408cffbdc152572fa7392320bd451f200a30d0 Mon Sep 17 00:00:00 2001 From: "Jean-Pierre LESUEUR (Microsoft MVP)" Date: Wed, 9 Oct 2024 17:52:06 +0200 Subject: [PATCH] Update README.md Fixed typo in the doc --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ccd982e..cee972c 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,6 @@ Spawn a new process as the SYSTEM user via Task Scheduler. Note that the SYSTEM | Application | String | powershell.exe | Program to execute | | Argument | String | -Command "whoami \| Out-File C:\result.txt" | Optional program arguments | -⚠️ You cannot run this function if current thread is impersonating another user. Use `Invoke-RevertToSelf` first. - ### `Invoke-InteractiveSystemProcess` Spawn a new interactive process as the SYSTEM user, which will be tied to the active terminal session and, if selected, visible on the current desktop.