-
Recent Posts
Archives
Categories
Meta
Category Archives: Scripts
Excel 2003 hung or long load time for network files
After applying Microsoft Office File Validation for Office 2003 http://support.microsoft.com/kb/2501584 users report Excel 2003 hanging when opening documents from a network share, or long load times. Microsoft released a fix: http://support.microsoft.com/kb/2570623 but requires the user to be an administrator of their local machine. … Continue reading
Posted in Fixes, Scripts
Tagged 2501584, 2570623, excel hung, excel slow, Office File Validation, OFV
Leave a comment
Fixing Public Folder replication issues from Exchange 2003 to 2007 or 2010
During a transition of Exchange 2003 to 2010, we ran into replication issues in some of the Public Folders. The issue was tracked down to Categories that contain a bad character. Instead of going through all the entries manually, I … Continue reading
Posted in Exchange, Fixes, Scripts
Tagged bad character, exchange 2003 to 2010, public folder replication issue
2 Comments
Fix for imaged based clients not showing in WSUS console
WSUSMissingClientFix.bat
Boxee Box web remote
I created a simple web remote to control the Boxee Box. (Limited due to api: http://developer.boxee.tv/Remote_Control_Interface ) ML Boxee Box Web Remote: Download Note: changing the commandiframe to display:block; will show the the iframe used to send the commands. If the … Continue reading
Copy large files using ESEUTIL
While looking for a better method to copy large 100+ GB files to a removable disk, I came across this blog: http://blogs.technet.com/b/askperf/archive/2007/05/08/slow-large-file-copy-issues.aspx ESEUTIL (the exchange tool) can be used to copy one large file at a time, the preformance is around … Continue reading
Show passwords behind asterisks in browsers
I found this little script that when pasted into the address bar, it will reveal the password hidden behind the ***** for the current page. Tested in the latest versions of Chrome, IE and FF. You might get a security … Continue reading
Sdelete
Using Veeam Backup and Replication, I found that this size of the backup file can be greatly reduced if you use Sdelete to zero out the free space in the VMs being backed up (Fixed Disk). I use a script from … Continue reading