Had to look this up again today when troubleshooting an HP embedded array controller (P410i) This issue i ran into was the event logs were displaying the following errors Event ID 11 The driver detected a controller error on \Device\Harddisk1. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. and Event ID 24606 …
Month: March 2015
An FTP server we manage had low disk space and it looked like 60GB were missing from this server. Upon investigation we found the following folder (which was hidden) had files taking up the disk space: C:\ProgramData\Microsoft\Windows\WER\ReportQueue This folder is used by windows error reporting, the replacement for Dr. Watson. It was keeping reports …
Set-ExecutionPolicy Unrestricted
Need to determine where your disk space went? copy the following into a file named files.ps1 create a new folder named scripts and save this file in that folder (c:\scripts\files.ps1) ————————————————————————————- # Loops through each directory recursively in the current directory and lists its size. # Children nodes of parents are tabbed function getSizeOfFolders($Parent, …