9 posts tagged powershell
This post is mostly for the World of Warcraft nerds out there. /raises handThis module allows you to:Check / Update ElvUI if there is a newer versionInstall ElvUI if it is not already installedSimply...
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 =...