24 lines
678 B
Markdown
24 lines
678 B
Markdown
<h2>Directory Contents</h2>
|
||
|
||
<h2>Register-UniversalTask-TUI.ps1</h2>
|
||
|
||
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
|
||
|
||
<strong>Usage:</strong>
|
||
|
||
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.
|
||
|
||
<h2>Everything Else</h2>
|
||
|
||
Still working documenting this crap |