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