From b2469e962ee284c85c85b800c5be9664409c98dc Mon Sep 17 00:00:00 2001 From: DistractADD Date: Fri, 27 Jun 2025 02:39:40 +0000 Subject: [PATCH] Update Powershell/README.md --- Powershell/README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/Powershell/README.md b/Powershell/README.md index 72ca25d..aaf9704 100644 --- a/Powershell/README.md +++ b/Powershell/README.md @@ -1,6 +1,6 @@

Directory Contents

-

Universal Task Script.ps1

+

Register-UniversalTask-TUI.ps1

DESCRIPTION Streamlines task creation and management across multiple servers: @@ -11,5 +11,14 @@ DESCRIPTION - Optionally list existing tasks - Can target a remote server via CIM session -

Everything Else

- Still working documenting this crap \ No newline at end of file +Usage: + +Launch the menu on local machine: + +```.\Register-UniversalTask-TUI.ps1 -RunTUI``` + +You’ll be prompted step-by-step to list or create tasks, including remote targeting. + +

Everything Else

+ +Still working documenting this crap \ No newline at end of file