Category: PowerShell
Video Poker in PowerShell
In between real work, and to learn a bit about PowerShell since I don’t use it often, I created a video poker game. It’s rough and I don’t have time to make it pretty or add a GUI, but maybe it will inspire someone else? I also know very little about poker… I took a […]
Create, insert, and Query SQLite with PowerShell.
So I have C# code that grabs the print records from the Windows event logs on the print servers in order to create reports and easy searches from my web environment. I dump this data into a SQLite database, because I am a control freak and the place where I work is also a control […]
Execute PowerShell from Python
Execute PowerShell from Python returning Python data stuctures.