If you have PowerShell scripts with passwords hard-coded you don’t want to risk someone accidentally exposing the script with passwords available. I wrote a simple password vault module to keep passwords outside the scripts. It stores them as files so you will need a secure share or folder to store…
Coin flip in PowerShell, GUI version.
Need to make a decision, like to bet, maybe you just like silly apps? Whatever the reason you’re reading this I hope it helps someone to learn some simple GUI tricks in PowerShell. I didn’t spend a lot of time on this. I already wrote one in C# years ago…
Video Poker in PowerShell
In between real work I am practicing PowerShell since I don’t use it often. I created a video poker game for something to create. 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…
How is finding duplicate files with PowerShell using SHA256? Fucking fast.
I just had to do it. I do this because why the hell not? We all have litter. I guess people will be interested in math, data, and AI. How boring… Maybe not boring at work but definitely boring at home. Maybe I’ll get motivated to do some TensorFlow slop….
Create, insert, and Query SQLite with PowerShell.
Using SQLlite with PowerShell to store and query records using SQL.
Collect user logons from Windows 10 with Python 3.
This is basically how I collect physical user logons along with reboots, etc. I dump this shit into a database and deliver via a web-page so folks can do dated searches by workstation or user ID. Works beautifully. You will need the Win32api libraries. I am running this on a…
Get all installed software on Windows 10 with Python 3 and WMI.
This is very basic and I’d lie if I said I hadn’t tried looping through the registry for 64/32 bit, but this works great and isn’t missing entries. I deliver this in a web page making it easy to do look ups on most machines in my org. Tweak as…
Get keywords from YouTube video meta tag.
Get YouTube keywords easily with Python and make it a TK GUI app.
Execute PowerShell from Python
Execute PowerShell from Python returning Python data stuctures.
Create Desktop App from WebApp.
Here’s a nifty tool for Windows, OS X, and Linux to convert web apps, like the online Amazon Kindle Reader, to a desktop app. https://www.npmjs.com/package/nativefier