Bryan Vine
Automation scripts, server admin tips and tricks, How-To's, and various tech goodness.
Monday, June 29, 2015
Powershell Scripts - Get-Parse & Publish-Parse - upload and download data from Parse.com Core DB
›
If you haven't checked out Parse as a hosted database platform for your website and/or app, you should. They are free to start out and...
Sunday, June 28, 2015
Powershell Script - Compare-SourceFiles - source code comparison between environments (prod, bcp, qa, dev)
›
I just built this little script this weekend while troubleshooting a release. We needed a way to compare the code between different environ...
Saturday, June 27, 2015
How-To - Name your functions correctly
›
When you name functions, there is a set standard which you must follow or you'll see this error if you try and put your function into a...
Friday, June 26, 2015
Quick Script - Test-PingRDP - Check if servers are pingable and have RDP enabled
›
I answered a question on a forum with a similar version of this script. I made it a function instead of a lose script , which have some neg...
Beginner's Guide - Powershell for the newbie
›
Whether you're new to the world of Windows administration or you've been living under a rock for the past 8 years , it's OK not ...
Thursday, June 25, 2015
Powershell Script - Get-LastBootTime - remotely find out when your servers where last rebooted
›
Here's another handy and simple function which lets you query a bunch of servers at once to find out when they were last rebooted. It...
Wednesday, June 24, 2015
Powershell Script - ConvertTo-HtmlTable - making pretty html formatted tables for reports and emails.
›
Here's a nifty utility function I built long ago that really makes emailing reports or rendering web reports easy as pie ( cake is a li...
Tuesday, June 23, 2015
Powershell Script - Invoke-Multithread - Make any script multithreaded
›
Here's a very useful wrapper which helps you turn your single threaded sequential functions into multithreaded beasts which complete in ...
Monday, June 22, 2015
Powershell script: Cleaning up C:\Windows\Installer directory - the correct way
›
This very simple script is built off Heath Stewart's VB Script which identifies the files linked for installed products that need to be...
1 comment:
Hello World!
›
Hello there fellow techies, scripters, IT professionals, developers. I'm Bryan, Systems Architect and automation guru specializing in P...
‹
Home
View web version