I'm Claudio Mendes (@vartaxe). I write PowerShell tools for the repeatable jobs around Windows deployment, with clear inputs, useful logs, and explicit outcomes. Most of the work here brings together Microsoft Configuration Manager and Active Directory.
Projects · Website and guides · Development setup · Contact
Both tools are self-contained Windows PowerShell 5.1 scripts under the MIT license. Start with the deployment and compatibility guides, then validate the task-sequence step in your own environment.
Add computer accounts to Active Directory groups during a ConfigMgr task sequence. Uses Kerberos over LDAPS by default, verifies group membership, and logs the result in CMTrace format.
Code · Documentation · Releases · Gist · Deployment
Collect and archive OSD logs, then upload them to an SMB share. Includes upload retries and remote size checks, and keeps the local archive if the upload fails.
Code · Documentation · Releases · Gist · Deployment
Gists are standalone snapshots with MIT notices and checksums. The repositories and release packages remain the authoritative source for deployment guidance.
Note
Automated checks cover syntax, static analysis, and mocked scenarios. Live-environment testing has not been performed for this release. Use the AD group validation guide and OSD log validation guide to plan your rollout.
More about security, logging, and compatibility
- AD group membership: bounded retries and domain controller failover.
- Log collection: WinPE support with explicit compatibility controls. Read the deployment guide before enabling an exception.
- Security: no credentials in command lines or source, no certificate-validation bypass, and no silent fallback to weaker authentication or transport.
- Troubleshooting: sanitized CMTrace-compatible logs, documented exit codes, and troubleshooting guides.
- Automated checks: PSScriptAnalyzer and mocked Pester tests, kept separate from live ConfigMgr, Active Directory, WinPE, and SMB testing.
Set up a Windows workstation for Git, repository access, PowerShell editing, and the same validation tools used in CI.
vartaxe@outlook.com · Sponsor my work
These tools are free and open source. Sponsorship helps cover testing, documentation, and maintenance.
Please report security issues through the affected repository's private vulnerability reporting, not a public issue.



