Categories
PowerShell

Automating (and Debugging) File Downloads with PowerShell

If you’ve ever used PowerShell you’ll know how great it is for automating all those things you really don’t want to do more than once. Recently I needed to grab a file from a web page so we didn’t have folks to be downloading and copying it around manually. Its a super simple use case […]

Categories
PowerShell

Cleaning Up with PowerShell

Data has a tendency to grow and every now and again needs some pruning. Flat files can be a big offender, particularly if you’re looking at transactional data or a backup repository for example. If you’re looking to script this process for cleaning up then PowerShell may be a great choice. It’s freely available, quick […]