From 309002ae63c7e61aaa59639d9653354dfc43e3fe Mon Sep 17 00:00:00 2001 From: Paolo Matarazzo <74918781+paolomatarazzo@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:12:02 -0500 Subject: [PATCH] Refactor PowerShell script test instructions --- includes/configure/powershell-wmi-bridge-1.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/includes/configure/powershell-wmi-bridge-1.md b/includes/configure/powershell-wmi-bridge-1.md index e8c08a8b15..84c8a0bb24 100644 --- a/includes/configure/powershell-wmi-bridge-1.md +++ b/includes/configure/powershell-wmi-bridge-1.md @@ -10,8 +10,9 @@ Configure your devices using PowerShell scripts via the [MDM Bridge WMI Provider > [!IMPORTANT] > For all device settings, the WMI Bridge client must be executed as SYSTEM (LocalSystem) account. -> -> To test a PowerShell script, you can: -> 1. [Download the psexec tool](/sysinternals/downloads/psexec) -> 1. Open an elevated command prompt and run: `psexec.exe -i -s powershell.exe` -> 1. Run the script in the PowerShell session + +To test the PowerShell script, you can: + +1. [Download the psexec tool](/sysinternals/downloads/psexec) +1. Open an elevated command prompt and run: `psexec.exe -i -s powershell.exe` +1. Run the script in the PowerShell session