Files
Scripting/Powershell/README.md

678 B
Raw Blame History

Directory Contents

Register-UniversalTask-TUI.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

Usage:

Launch the menu on local machine:

.\Register-UniversalTask-TUI.ps1 -RunTUI

Youll be prompted step-by-step to list or create tasks, including remote targeting.

Everything Else

Still working documenting this crap