8 posts in geekdom
This is a script I wrote to run smartctl.exe remotely using psexec. function Perform-SmartScan { param ( $computerName, $device, $testToRun...
I took the Get-WinEvent commandlet and wrapped some logic around it to help out people where I work when they would like to seach through event logs on a particular computer or computers. $aryDCs =...
Microsoft has a tool (pre-beta) called Script Explorer.You can download it here:http://www.microsoft.com/en-us/download/details.aspx?id=29101You do need .Net 4.0 installed to run it, which can be...
I wrote a Commandlet that handles the tasks of converting a contractor to an employee. When time allows I will go through it line-by-line and probably tweak it a lot along the way. function...