Outlook 2007 free/busy works slow or could not be retrieved

Posted on January 19th, 2010 in Excahnge 2007, Outlook 2007 by Gil Kreslavsky

 

During migration from Exchange 2003 to 2007 we had the problem with Outlook 2007 client free busy response was slow , about 10 seconds to load .

To fix it .
Open registry editor on your Desktop(where outlook is installed)

Navigate to the following path : HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Options\Calendar
Create new DWORD value named UseLegacyFB and set value to 1

Note:
0 or not set will use default outlook settings
1 will use Public Folder based Free/Busy information

 

Read KB958934 to get more information.

Windows 7 – Gaining access to all admin menus in one place

Posted on January 14th, 2010 in Windows 7 by Gil Kreslavsky

 

There is a hidden feature in Windows 7 that allows to manage your computer from one place.

To Gain access create new folder with the name AllAccess.{ED7BA470-8E54-465E-825C-99712043E01C}

The folder contains more than 200 management features in one place

all access folder

Exchange 2007 Services Default Start Up Mode

Posted on December 22nd, 2009 in Excahnge 2007, Microsoft by Gil Kreslavsky

 

When Exchange 2007 in installed with HUB, CAS and Mailbox server roles.
Services and their default start up modes are listed in the following table.

Service Name Default Startup Mode
Microsoft Exchange Active Directory Topology Automatic
Microsoft Exchange Anti-Spam Update Automatic
Microsoft Exchange EdgeSync Automatic
Microsoft Exchange File Distribution Automatic
Microsoft Exchange IMAP4 Manual
Microsoft Exchange POP3 Manual
Microsoft Exchange Mail Submission Service Automatic
Microsoft Exchange Mailbox Assistants Automatic
Microsoft Exchange Information Store Automatic
Microsoft Exchange Replication Service Automatic
Microsoft Exchange Search Indexer Automatic
Microsoft Exchange Service Host Automatic
Microsoft Exchange System Attendant Automatic
Microsoft Exchange Transport Automatic
Microsoft Exchange Transport Log Search Automatic
Microsoft Search Exchange Manual
Microsoft Search Monitoring Manual

Exchange 2007 CCR Database Move Examples

Posted on December 10th, 2009 in Excahnge 2007, Microsoft by Gil Kreslavsky

 

If you try to move DB on Exchange 2007 CCR you will find that the option is grayed out. And you can’t use Exchange Management Console.

You can move your DB’s via powershel, see examples bellow.

 

Suspend-StorageGroupCopy -Identity mailserver\SG01-SG

Dismount-Database -Identity mailserver\SG01-SG\DB01

Move-DatabasePath -Identity mailserver\SG01-SG\DB01 -EdbFilePath "E:\DB\DB01.edb" -ConfigurationOnly

Mount-Database -Identity mailserver\SG01-SG\DB01

Resume-StorageGroupCopy -Identity mailserver\SG01-SG

Snap Manager – Faulting application SMESrvr.exe

Posted on November 26th, 2009 in Excahnge 2003, Excahnge 2007, NetApp by Gil Kreslavsky

 

Snap Manager for Exchange version 4.0 jobs filed and in Event viewer you see Event ID:1000

clip_image001

It happens after applying the .NET 3.5SP1 family updates.Basically the update breaks Snap Manger

SnapManager fails with the following error:


Faulting application SMESrvr.exe, version 4.0.0.1283, faulting module mscorwks.dll, version 2.0.50727.3082, fault address 0×0025a746
Faulting application SMESrvr.exe, version 4.0.0.1283, faulting module mscorwks.dll, version 2.0.50727.3053, fault address 0×0025a746
Version number in event log:
Event ID 1000 in application event log: Faulting application SMESrvr.exe, version 4.0.0.1273, faulting module mscorwks.dll, version 2.0.50727.3082, fault address 0×0025a746

To solve it you have 2 solutions .

The first is to Upgrade to Snap Manager version 5.
The update doesn’t require reboot and this is my preferred method

The second is to downgrade your .NET 3.5SP1
Remove .NET 2.0SP2 from your machine and re-install to 2.0SP1.
To roll back the installation:
1.    Uninstall .NET 3.5SP1, 3.0SP1 and 2.0SP2 in the order as listed. Windows will not allow to uninstal if you don’t remove previous versions first
2.    Reinstall .NET 3.5SP1, this will include all previous version of the .NET framework at the latest revision level at time the package was bundled.
3.    Check mscorwks.dll to ensure the version has changed from 2.0.50727.3082 or 2.0.50727.3053;
4.    Rollback of .NET may require a reboot.

How to update exchange 2007 Offline Address List

Posted on November 9th, 2009 in Excahnge 2007, Microsoft, Scripts by Gil Kreslavsky

 

You can update OAB by 2 ways via EMS or using Power Shell

1 To update via  EMS

Open EMC>Organizational Configuration>Mailbox>Offline Address Book tab.

Right click on desired Address Book and press update.

EMS Offline Address Book

2. Via Power Shell

Type: Update-OfflineAddressBook –Identity “Address List Name”

Power Shell OAB update

To update all Address Books type : Get-OfflineAddressBook | Update-OfflineAddressBook

 

 

Microsoft Exchange 2010 Video Guides

Posted on November 6th, 2009 in Exchange 2010, Microsoft by Gil Kreslavsky

 

Microsoft Released set of new videos explaining HA and Unified Messaging features in Exchange 2010.

Exchange 2010

Videos are available online under the following links

Windows 7 – 90 days Trial

Posted on November 5th, 2009 in Microsoft, Windows 7 by Gil Kreslavsky

 

Microsoft released windows 7 enterprise edition for trial

The evaluation version will work for 90 days.

To download :press on windows 7 logo

Windows 7 trial download

Windows 7 Installation – Step by Step Guide

Posted on November 4th, 2009 in Guides, Microsoft, Windows 7 by Gil Kreslavsky

Congratulation with the release of windows 7 operation system.

The new OS is faster, prettier and easier to use then older windows versions.

To install Windows 7 on your computer follow the guide bellow.

  • First confirm that you inserted your installation DVD or Pen Drive to your PC.( Read here how to create a windows 7 bootable USB key)
  • Insure that your PC Bios is been set up to boot from CD/DVD/USB
    When you see the Press any Key to boot from CD or DVD hit Enterpress any key
  • Disk will load installation menu and will show language chose menu.
    After installation language is chosen press “next”
    Windows 7 install menu
  • On next window press on Install now
    Install now windows 7
  • Here we chose on which disk Windows 7 will be installed.
    Chose disk windows 7 installation
  • Chose automatic or custom installation, I recommend Custom
    chose instalation type
  • Here we chose if we want to do windows update during installation , preferred is to do updates after clean install.
    Chose updates windows 7
  • Windows will start installation and you don’t need to do anything till the end.
    Running instalation windows 7

you can download trial version of windows 7 enterprise from here

Create ncpa.cpl shortcut to Network Connections

Posted on November 3rd, 2009 in Microsoft, Server 2008, Vista, Windows 7 by Gil Kreslavsky

In Vista Windows 2008  or Windows 7 when  you right-click the network icon in the navigation area, but it does not take you directly to the Network Connections properties as we are used to in Windows XP 2000 or 2003 .
You can access Network Connections management menu by running ncpa.cpl from run menu or you can create a shortcut that will access those menu by key combination.

To create ncpa.cpl shortcut

  • Right-click on the desktop
  • Click: New>Shortcut
  • Type the location of the item: ncpa.cpl 
    Create NCPA.CPL Shortcut
  • Choose a suitable name, e.g. ‘Network Connection’
    Naming shortcut  
  • Right-click on the newly created shortcut
  • Select Properties and seek the dialog box called Shortcut Key.
        Simply over-type ‘None’ with the combination that suits you, for example:
        Ctrl +Alt +N.  Start by holding the Ctrl key, ‘None’ should change.
    shortcut properties 
  • Now by pressing on Ctrl +Alt+N Network Connection Properties will Open.

Creating shortcuts using control panel applets (CPL files) can be be very useful.
Here is a list of common CPL files which can be used.

Next Page »