Category Archives: Software

M-Color menu reload

By | October 21, 2015

This assumes it’s installed and you have run the executable that adds it to your apps. 1. In AutoCAD execute command CUILOAD 2. Select MCOLOR9x and Unload it (eg. MCOLOR97 for M-Color 9.7) 3. Restart AutoCAD If CUILOAD did not not restore M-Color menu: 1. Run AutoCAD commands: MCO_MCOLOR_MENU & MCO_MCOLOR_MENU2

Send as – Sent item

By | August 26, 2015

Email that you send on behalf of someone is not saved in their Sent Items folder https://support.microsoft.com/en-us/kb/2181579 There is a registry key to allow this but it is not available after 2007 without applying the hotfix to outlook. There are more variations detailed here: (ie, Exchange 2010 outlook 2013)

Outlook Rendering Complexities.

By | April 13, 2015

https://litmus.com/blog/a-guide-to-rendering-differences-in-microsoft-outlook-clients The link above is to an article on the different rendering possibilities for different versions of outlook. It is lengthy and complex even though it’s just an overview! For clients that have issues with the way their email is displayed, or not displayed, or particularly for design oriented clients interested in email marketing the fact that so… Read More »

Search for PSTs

By | March 18, 2015

Before removing a drive from service or when moving a user to a new system, it is important to verify no PSTs have been left behind. To find all PSTs launch ISE as admin then run: Get-ChildItem -path c:\users\ -force -Recurse -filter ‘*.pst’ -erroraction ‘silentlycontinue’ | select name, Length, LastWriteTime, directory #Run as admin  

Set Outlook permisions

By | March 9, 2015

In this example abaldwin is granted reviewer access to jjohnson’s calendar: get-mailbox -identity “jjohnson”| foreach {Add-MailboxfolderPermission $_”:\calendar” -User “abaldwin” -AccessRights Reviewer} To do this for an entire Co. use Excel and a list of all users then use Concatenate to edit the individual cmdlets which can be pasted in bulk to PowerShell.

OST & PST Max file size

By | April 15, 2014

Microsoft Outlook 2007-2013 support American National Standards Institute (ANSI) and UNICODE personal folders (.pst) and offline folder (.ost) files. The WarnFileSize registry entry determines the maximum data that both the .pst and the .ost files can have. After this maximum data is reached, neither the .pst nor the .ost files are permitted to add any more data. These… Read More »

Fiddler

By | April 11, 2014

Fiddler is a free web debugging proxy which logs all HTTP(s) traffic between your computer and the Internet. Use it to debug traffic from virtually any application that supports a proxy like IE, Chrome, Safari, Firefox, Opera and more. http://www.telerik.com/download/fiddler

Uninstall Office 2010

By | March 17, 2011

Uninstall using the Program and Uninstall troubleshooter You can try running the Program Install and Uninstall Troubleshooter to uninstall Office 2010. Warning:  The troubleshooter only removes traditional MSI-based installation files. If you have a Microsoft Office Click-to-Run 2010 entry in Control Panel and you’re trying to uninstall it, the troubleshooter will not uninstall this type of Office 2010… Read More »