2014年9月18日星期四

clean up outlook 2010 cache

Turn Off Cached Exchange Mode

Click the Start Menu > Control Panel > Mail
Click the button labeled Show Profiles
Highlight the profile you are using for Exchange email
Click the Properties button.
Click the Email Accounts button
Highlight the Microsoft Exchange account and click the Change button.
Uncheck the box that says “Use Cached Exchange Mode”
Click the Next button
Click Finish.


Delete OST files from hard drive

Windows 7: C:\Users\username\AppData\Local\Microsoft\Outlook
Windows Vista: C:\User\user name\Local Settings\Application Data\Microsoft\Outlook
Windows XP: C:\Documents and Settings\user\Local Settings\Application Data\Microsoft\Outlook


Turn On Cached Exchange Mode

Click the Start Menu > Control Panel > Mail
Click the button labeled Show Profiles
Highlight the profile you are using for Exchange email
Click the Properties button.
Click the Email Accounts button
Highlight the Microsoft Exchange account and click the Change button.
Check the box that says “Use Cached Exchange Mode”
Click the Next button
Click Finish.
Restart Outlook


Once Outlook is restarted, all of your mailbox data  including email, calendars, tasks and notes will download to your computer again.  This process may take a while to complete depending on the size of your mailbox.  You can watch the progress in the lower right corner of the Outlook application window.

2014年9月17日星期三

Add new/replacement harddisk in Linux Raid 1(Mirror)

Example data like this
sda is original / source harddisk
sdb is new / replacement  harddisk

md0 members are sda1 and sdb1
md1 members are sda2 and sdb2

After you have changed the hard disk /dev/sdb, boot the system.
 ----------------------------------------------------------------------------------------------------------------
If you use a disk and it is contained some raid info, you need to erase the metadata using this command.
mdadm --zero-superblock /dev/sdb
 ----------------------------------------------------------------------------------------------------------------


sda is master/original drive
sdb new drive

after replace harddisk

boot the master harddisk. If bios have problem and cannot boot, boot rescuecd(you can download from search the web) via usb or CD.

after login and access terminal or command prompt.

copy partition table
sfdisk -d /dev/sda | sfdisk /dev/sdb

after that can verify use
fdisk -l

if ok then

add join harddisk to raid. add partition one by one
mdadm --manage /dev/md0 --add /dev/sdb1

mdadm --manage /dev/md1 --add /dev/sdb2

if md1 is big and boot up is using rescuecd, you can reboot pc using the new harddisk now due to md0 is boot partition and sync is completed. It can startup now.
After reboot, login to root and re-add md1 again using the last command.

God bless you!

2014年9月16日星期二

SBS Exchange send as a distrubutions group

You need to grant the users the "Send As" permissions. Not sure how to accomplish that on SBS 2003, but on Exchange 2003 or 2007 you will:
  1. Start the Exchange version of Active Directory Users and Computers
  2. From the View menu choose Advanced Features.(Must activate this option to see the Security tab after Properties)
  3. Right click the user who wants to let other people send messages on his behalf and select Properties.
  4. Select the Security tab and click Advanced.
  5. Select the Permissions tab and click Add.
  6. Enter the users who require the Send As permission, then click OK.
  7. You will see the list of permissions. Make sure that "This object only" is selected for the apply field, then scroll to the bottom and select the Send As permission. Click OK.
  8. OK the Advanced security dialog box, and OK the User Properties window to close.