Bryan Vine
Automation scripts, server admin tips and tricks, How-To's, and various tech goodness.
Wednesday, July 22, 2015
Powershell Script - Get-ServerHDDinfo - Remotely pull hdd size info quickly
›
I wrote two versions of this function for different scenarios. The first version is much faster but requires PS remoting enabled on all tar...
Tuesday, July 21, 2015
Beginner's Guide - Working with lists (part 4)
›
In this final installment of my 4 part series on working with lists, we'll cover advanced Select-Object statements, utilizing the power ...
Sunday, July 12, 2015
My son was born!
›
Apologizes for not posting any new content, I've been busy with my second child. I'll post part 4 of my beginners series on lists w...
Tuesday, July 7, 2015
Beginner's Guide - Working with lists (part 3)
›
This is the third installment of my beginner's guide to working with lists. Part 1 covered simple string arrays and Part 2 dived int...
Thursday, July 2, 2015
Beginner's Guide - Working with lists (part 2)
›
In part 1 of this series, we covered string arrays and briefly touched on hash tables. In this tutorial we'll cover how to use and def...
Wednesday, July 1, 2015
Quick Script - Find which servers are connecting to your 2003 boxes
›
With Windows server 2008, we got the lovely Resmon.exe tool which lets you easily see TCP/IP connections, complete with reverse name lookup....
Beginner's Guide - Working with lists (part 1)
›
One of the great advantages to using Powershell as an administration method in Windows AD environments is its ability to work with many comp...
3 comments:
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...
‹
›
Home
View web version