Monthly Archives: May 2016

PowerShell

Get Logged On User – From 4sysops.com Adam Bertram Found this at 4sysops.com, and have been using it for a while, take a look at Adam’s post for the full run down. function Get–LoggedOnUser {    [CmdletBinding()]    param    (        [Parameter()]        [ValidateScript({ Test–Connection … Continue reading

Posted in Uncategorized | Leave a comment