Files
Scripting/Powershell/README.md

24 lines
678 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<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```
Youll be prompted step-by-step to list or create tasks, including remote targeting.
<h2>Everything Else</h2>
Still working documenting this crap