Certification Tracks
Automation for DBAs with PowerShell
Safe scripting patterns for inventory, drift checks, and deployment hooks without turning you into a software team.
139,000 KRW 5 weeks Async
Pricing is informational; paying tuition happens through the enrollment email you receive after contacting us. See the Cancellation Policy for eligibility windows.
Program narrative
You build small modules that wrap SMO calls, emit structured logs, and fail loudly when assumptions break.
Included rehearsals
- Module layout conventions with tests
- Inventory script with redacted connection strings
- Drift check comparing server settings to YAML truth
- Deployment hook template with rollback guard
- Logging to Windows event log vs file tradeoffs
- Peer review checklist for scripts touching production
- Ethical use reminders for elevated credentials
Outcomes you can evidence
- Ship a read-only inventory script accepted by peer review
- Document failure modes for a deployment hook
- Choose logging destinations with retention in mind
Lead mentor
Noah Choi
Curriculum designer with a bias toward boring, reliable scripts.
FAQ
Linux agents?
Examples target Windows agents common in hybrid shops; Linux variants are referenced as reading only.
Git?
Basic Git usage is included; advanced branching strategies are not.
Shared modules?
You may fork our starter repo; publishing to public galleries is discouraged for hygiene reasons.
Experience notes
Mixed formats on one page kept engagement high; the drift lab surfaced a mis-set max memory on a staging box.