Tuesday, February 14, 2017

PSThar: PowerShell for Abiathar

Several times, I have wished I could just make a little one-time change to Abiathar's state without editing the main code or taking the time to write a full extension. So yesterday, I made a little extension that allows me to do just that. PSThar embeds PowerShell in Abiathar, allowing user scripts to interact with the same object model that extensions do. The state manager is provided in the $Abiathar variable. It's currently extremely easy to corrupt Abiathar's bookkeeping by not using the API right, so I might create some cmdlets to handle that for the user.

Getting the names of all levels

No comments:

Post a Comment