Year

2026

Status

Maintained

Operations Automation Library

A documented library of production automation covering data movement, Microsoft 365 administration, workstation deployment, and plant operations.

  • PowerShell
  • AutoHotkey
  • SQL
  • Azure
  • Microsoft 365
  • Automation
  • Operations
  • Documentation
  • Breadth

This library shows the operational breadth behind the larger platform work: small, durable tools that keep a manufacturing IT and data environment running every day.

What it covers

  • data warehouse delta and backfill jobs
  • ERP report ingestion
  • transforming and upserting ERP exports into SQL
  • production photo archival
  • Azure Blob rehydration for archived content
  • file inventory and metadata collection
  • Active Directory lifecycle automation
  • Microsoft 365 audits, including inactivity reporting
  • mailbox permission and sharing tooling
  • workstation imaging and post-OOBE configuration
  • help-desk utilities with their own updater

The actual improvement

None of these scripts was individually remarkable. What was worth doing was consolidation and documentation.

Scattered automation has a specific failure mode: it works, so nobody touches it, so the knowledge of how it works leaves with the person who wrote it. Then something changes upstream, a job fails quietly, and the recovery cost is far higher than the original build.

So every production script in the repository states:

  • what it does
  • its prerequisites — modules, permissions, credentials it expects to find
  • its configuration
  • its deployment path
  • who operates it

That turns a folder of scripts into something another engineer can take over. It is unglamorous and it is the difference between automation as an asset and automation as a liability.

A note on what is not here

The repository itself is internal, and the descriptions above are deliberately general. Deployment paths, server names, share locations, account names and plant identifiers are all part of what makes the documentation useful internally and exactly what should not appear on a public site.