free tech software from Spiceworks thread

25 Aug

MailScavator (divide and conquer outlook pst files) http://www.rethinkit.com/prodMailScavator.html User Profile Wizard (migrate local user to domain) http://www.forensit.com/downloads.html CMDer (a powerful console emulator) http://bliker.github.io/cmder/ AOMEI Partition Assistant Standard Edition http://www.disk-partition.com/download-home.html Rufus (create bootable USB drives) http://rufus.akeo.ie/ Symlinker (create symbolic links the easy way) https://code.google.com/p/symlinker/          (mac version, different dev) http://www.macupdate.com/app/mac/41493/symlinker PDF … Read More »

PowerShell Script to Uninstall GFI Max Advanced Monitoring Agent

22 Aug

#PowerShell Script to Uninstall GFI Max Advanced Monitoring Agent #For x64 and x86 $ErrorActionPreference = “Stop” Try { & “C:\Program Files (x86)\Advanced Monitoring Agent\unins000.exe” /silent #(or) “C:\Program Files\Advanced Monitoring Agent\unins000.exe” /silent Write-Host “GFI Max Advanced Monitoring Agent uninstalled successfully” Write-Host … Read More »