Is It S.A.F.E.S.
Do you struggle with any kind of addiction? Well, I should say, what is your addiction? Everyone has one. Each addiction is held to society's standards which they live in. For example, here in America, overworking is praised while in other mature countries, it's looked down upon as it makes you unproductive. Some addictions are needed parts of...
Datamuse API and PowerShell
There are 171,476 or so words in the English language. This doesn't include names or other items. Datamuse is a very powerful database of English words. It contains rhyming, like, anonymous, Synonyms and much more. What I like about this site is it has a simple API...
Embed Files into Powershell Scripts
Do you have a zip file or an msi file that you need to embed into a powershell script for deployment. This is a quick and simple way to do this. The method is pretty sound and works most of the time. The larger the file, the more troubles the system has converting and...
Log Public IP Changes
This little script logs public IP address changes. The original design was to email out. I'll make sure to point out when and where to put that code. So the idea is simple. It checks to see if it's public IP address has changed using an invoke-webrequest. If it has...