Skip to content

Instantly share code, notes, and snippets.

View mramplin's full-sized avatar

Mike Ramplin mramplin

  • Peterlee
View GitHub Profile
@mramplin
mramplin / January 2106 Scripting Games.ps1
Created January 4, 2016 20:48
January 2016 Scripting Games
<#
.Synopsis
Get the up time for a list of machines
.EXAMPLE
Get-Uptime
.EXAMPLE
Get-Uptime -ComputerName COMPUTER01,COMPUTER02,COMPUTER03
.EXAMPLE
Get-Uptime -ComputerName COMPUTER01,COMPUTER02,COMPUTER03 | Format-Table
#>