Moving DHCP from Windows Server 2003 to Windows Server 2008
Friday, July 16th, 2010Microsoft Support KB article on moving your DHCP scope(s) using netsh - link
Microsoft Support KB article on moving your DHCP scope(s) using netsh - link
Great table on the features of ActiveSync and what each client (device) can do, - Wikipedia
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.
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 \user\AppData\Roaming\Microsoft\Outlook 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
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.
Note
registry subkey if it does not exist.Notes
Microsoft KB - link
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’.
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
A client wanted to setup a rule to send an automatic reply to an email address that wasn’t being used any longer. The solution was to create an Outlook rule (server-side) that would reply to the message using a specific message and forward the message to another recipient. First create a new user and email address that you want to autoreply.
Outlook:
Create a rule to have Exchange Server send an automatic reply
By default, Exchange won’t send automatic replies, here is how to do it.
Exchange 2007
We also went on the old mailbox (that we are autoreplying from) and modified the deliver options (mail flow settings tab) to forward email to another mailbox. This will let send reply emails only to the old email address with the custom autoreply, but anyone who sends to the new email address won’t be bothered by the autoreply. You can also hide the mailbox so it doesn’t show up in the GAL too.
Link to other versions of Exchange too
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/
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.