InvokeSystems common helpers (event log setup and shared utilities).
A collection of PowerShell modules designed for production use with minimal ceremony. These are the spells I’ve crafted for automating Windows infrastructure, tested in environments where “it works on my machine” isn’t good enough. They’ve survived production deployments, which is more than I can say for some of my other experiments.
Function Naming Convention
Functions use the Rs prefix (Microsoft.Graph-style convention) so they’re easy to spot in a session and don’t collide with anything you already have. Think of it as a namespace for my particular brand of automation magic. If you see Rs in your session, you know who to blame.
Modules are listed below. Each module page includes documentation, function reference, and usage examples.
Create restricted scheduled tasks that non-administrator users can execute with hash verification security.
Windows Update remediation module for repairing update infrastructure without external dependencies.