Webscraping often becomes a touchy subject in regards to the legality of the whole thing. Obviously, stealing/scraping copyrighted content and claiming it as your own crosses those boundaries, but it can also provide some great benefits when done within legal limits. A few months back, I was shopping for a new car and found myself … Continue reading Webscraping with Powershell
Tag: powershell
Do…until Process Killed — Powershell
I really enjoy using powershell to automate processes. One thing I repeatedly find myself doing is wanting to run (or not run) a specific piece of code until a program or service has terminated. This little snippet is extremely simple, but does the job. If a given process is detected, it will continue to loop … Continue reading Do…until Process Killed — Powershell