From dcf5428010777868426b2166f22ccd1f9994465b Mon Sep 17 00:00:00 2001 From: DistractADD Date: Fri, 27 Jun 2025 02:31:55 +0000 Subject: [PATCH] Add Powershell/README.md --- Powershell/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Powershell/README.md diff --git a/Powershell/README.md b/Powershell/README.md new file mode 100644 index 0000000..8e45b55 --- /dev/null +++ b/Powershell/README.md @@ -0,0 +1,10 @@ +

Universal Task Script.ps1

+ +DESCRIPTION + Streamlines task creation and management across multiple servers: + - Always runs as SYSTEM + - Supports Once/Daily/Weekly/Monthly triggers + - Custom action command + arguments + - Custom settings (start when available, wake to run, restart on failure) + - Optionally list existing tasks + - Can target a remote server via CIM session \ No newline at end of file