Bryan Vine
Automation scripts, server admin tips and tricks, How-To's, and various tech goodness.
Showing posts with label
Windows Admin
.
Show all posts
Showing posts with label
Windows Admin
.
Show all posts
Sunday, May 12, 2019
Powershell Script - MassDownloader - Efficient, Automated, Fault Tolerant, idempotent downloader with real time metrics
›
So it's been exactly 1 year since I published here. Life has been beyond busy. I'm hoping to get back on the bandwagon of updating ...
Friday, February 26, 2016
Powershell Quick Script - Wrap any powershell script into a batch file
›
It's been a number of months since I've written anything here which is unfortunate since I've been writing lots of nifty things ...
Monday, October 12, 2015
Powershell Script - Set-UserPassword - Remotely sets local account passwords
›
Here's a great script to change passwords in bulk on many servers. I've added verbose and error output for logging purposes as well...
Monday, August 10, 2015
Powershell Script - Push-Patch - remote installation for KB hotfix, MSI, MSU, or EXE files
›
Here's a wickedly useful function I threw together based on a strong need to push emergency patches to thousands of servers without the ...
3 comments:
Tuesday, August 4, 2015
Powershell Script - Get-LocalUsers - Remotely query all local users and details
›
Here's a lovely script that runs with parallel pipeline queries using the [ADSI] .NET class to remotely query SAM to build nice object...
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...
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...
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:
›
Home
View web version