Great table on the features of ActiveSync and what each client (device) can do, – Wikipedia
Windows server backup fails consistency check of the Exchange database
Trying to backup Exchange 2010 and purge transaction logs using the built-in Windows Server Backup app (Windows 2008).
– Backup completes but with warnings and log files won’t purge
-Found that the backup will run successful only if database files and the transaction log files on the same volume
Moved the transaction logs files via the EMC to the save volume as the databases and got past the consistency check failure issue, and got a good backup w/flushed logs.
Import NK2 file into Outlook 2010
For some reason when using Outlook, all of the saved names/email addresses in the Outlook cache (.nk2) file was not being read by Outlook 2010. When looking at the .nk2 file in userAppDataRoamingMicrosoftOutlook it had been renamed to Outlook.nk2.old. When I renamed the .nk2 file back to Outlook.nk2 file, Outlook still would not use the autocomplete file. When having no .nk2 file Outlook didn’t create a .nk2 file either….weird. So, I found a way to import the .nk2 file in outlook: Close Outlook, go to the run window and type outlook.exe /importnk2
Microsoft Support KB – link
Outlook 2003 (connected to Exchange 2010) gives unknown error when deleting some messages
When users delete items from folders, outlook doesn’t seem to refresh the item list. If you try and delete the item again, outlook throws an “unknown error” message. If you delete an item and then navigate away from a folder or even use the navigation pane to display the same folder, the item list will refresh and remove the deleted message.
The issue is “The basic issue is that Outlook 2003 support UDP and polling notifications. Exchange 2007 supports UDP, polling and Async notifications. Exchange 2010 only supports polling and Async notifications. This means when Outlook 2003 move from Exchange 2007 to Exchange 2010, Outlook clients will fall back to polling which by default only gets notifications every 30secs-1min. This means any change won’t show up immediately.
UDP notification support was removed from Exchange 2010. As a result, Outlook 2003 can only use polling notifications in online mode, which are still supported by RPC Client Access. This will result in a slight delay in updates to item status (30 seconds on average up to a 1 minute delay) when changes are made to items in a mailbox accessed by Outlook 2003.”
The fix:
Method 1: Install Update Rollup 1 for Exchange Server 2010
Important This method contains steps that tell you how to modify the registry. However, serious problems may occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For more protection, back up the registry before you modify it so that you can restore the registry if a problem occurs. For more information about how to back up and then restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
You can download Update Rollup 1 for Exchange Server 2010 from the following article in the Microsoft Knowledge Base:
976573 Description of Update Rollup 1 for Exchange Server 2010
After you install the update, you must add the following registry data to the server by using the Client Access role.
- Start Registry Editor.
- Locate and then click to select the following registry subkey: HKEY_LOCAL_MACHINESystemCurrentControlSetServicesMSExchangeRPCParametersSystem Create the ParametersSystem
Note
registry subkey if it does not exist.
- Add the following registry data to the server:Value type: REG_DWORD
Value name: Maximum Polling Frequency
Value data: any integer between 5000 and 120000 (decimal value) - Exit Registry Editor.
Notes
-
The registry change is dynamically detected. Therefore, the new settings will be applied to any new connections that clients make after the change is made. If you want to make sure that the new settings are applied to all clients, you should recycle the Microsoft Exchange RPC Client Access service because connections from clients can remain alive for a long time.
-
Outlook 2003 does not poll the Exchange Server 2010 server in intervals that are less than 10 seconds. Therefore, any value less than 10000 will generally have the same effect.
-
This change does not reinstate UDP communication between Exchange Server 2010 and Outlook 2003. This change only enables polling to occur more frequently between Exchange Server 2010 and Outlook 2003.
Microsoft KB – link
Exchange 2010 Offline Address Book Will Not Download
After migrating from Exchange 2007 to Exchange 2010, workstations running Outlook in cacheded mode were not getting latest version of the GAL. When manually trying to download offline address book within Outlook, it would just hang. From the EMC, I checked the name of the OAB (Org, Mailbox, Offline Address Book (tab)), and noticed it wasn’t named the default ‘Default Offline Address List’. In this case it was called ‘KTS Offline Address List’. Shame on us for trying to personalize… ha!
Anywho, renamed OAB to ‘Default Offline Address List’, did a right-click + update on the OAB… and then tried manually downloading the OAB from Outlook again and this time it took about 10 seconds. Outlook GAL was now up-to-date and even a post in my event log (app) ‘OAB Download Succeeded’.
How to install Exchange Server 2007 SP2 on SBS 2008
There is an issue with installing SP2 for Exchange 2007 on SBS 2008, Microsoft has released a tool to get passed the errors – link. You need to download and extract Exchange 2007 SP2 – link, run the install tool. It will ask for the directory of SP2, and then you install SP2 normally.
Here are more details of the issue on MSExchange.org
Install Windows 7/Vista from USB flash drive
Here is a great article on how to install Windows 7 or Vista from a USB flash drive. It actually works as described.
http://www.intowindows.com/how-to-install-windows-7vista-from-usb-drive-detailed-100-working-guide/
Windows Small Business Server – TS Gateway Authentication issue
We recently implemented a new SBS 2008 server for one of our clients. A user was going to be working from home and wanted to utilize thier corporate office desktop to get some tasks done. They were able to authenticate to the Remote Web Workplace webpage successfully, but were unable to connect to their Windows 7 desktop computer. Every time they attempted to do so, their account was rejected with an error message: “The logon attempt failed”
I discovered the problem was due to an incorrect setting within IIS.
Here’s what I did to correct the problem:
I went to IIS Manager → Sites → SBS Web Applications → Rpc → Authentication. There I found only “Basic Authentication” was enabled.
Enabled “Windows Authentication” then ran an IIS reset. When IIS came back online, I was able to connect via TS Gateway to the server and at least one workstation. I connected and disconnected multiple times and it had no problems. The end user verified they were also able to authenticate without error, and gained remote control of their Windows 7 computer.
Move WSUS SQL database to another location
When running WSUS on a Small Business Server, the default location is the C: drive, when that drive gets full you need to move the content and the SQL database. Below are the steps to move the SQL database to another location.
1. Open command prompt and type: net stop “update services”
2. Next, at the command promt type: net stop w3svc (if it is SBS 2008 it will also stop the Terminal Services Gateway, remember to restart)
3. Open Microsoft SQL Express Management Studio (if you don’t have this, go to http://tinyurl.com/ynl9tv to download) and connect to the MICROSOFT##SSEE database, which is the WSUS database and the SharePoint databases in SBS 2008. You can’t just connect to the database normally, you need to type this in server name area: \.pipeMSSQL$MICROSOFT##SSEEsqlquery
4. Detach the SUSDB database, move the SUSDB folder to the new location and attach the database again with Management Studio
5. Restart the services: “update services”, “w3svc”, and “Terminal Services Gateway”