BES Express Installation on Exchange 2010
There is an excellent guide here. I have made a PDF of it here to preserve it: BES Express on Exchange 2010 Note that you can enable wireless activation by downloading the app from here.
Read MoreMonthly Archives: March 2011
Date March 27, 2011 Author By kadmin Category Blackberry, Microsoft Exchange
There is an excellent guide here. I have made a PDF of it here to preserve it: BES Express on Exchange 2010 Note that you can enable wireless activation by downloading the app from here.
Read MoreDate March 27, 2011 Author By kadmin Category Blackberry
Download the Wireless Activation App from here: http://appworld.blackberry.com/webstore/content/33609
Read MoreDate March 19, 2011 Author By kadmin Category Microsoft Exchange
On the Exchange 2003 server: Exchange Server 2010 can easily coexist in a Exchange Server 2003 organization as long as the Exchange Server 2010 prerequisites are met: The Active Directory forest needs to be in Windows Server 2003 forest functionality mode; All domains that contain Exchange recipients need to be in Windows Server 2003 domain […]
Read MoreDate March 18, 2011 Author By kadmin Category General, Support Articles, Windows Server 2003, Windows Server 2008
Save this as a .vbs file: —————————————————————————– Dim strComputer Dim objFS Dim objFile Set objFS = CreateObject(“Scripting.FileSystemObject”) Set objFile = objFS.OpenTextFile(“P:AdminComputerLogLOGINLOG.txt”, 8, True) Dim WshNetwork Set WshNetwork = WScript.CreateObject(“WScript.Network”) objFile.WriteLine “Domain = ” & WshNetwork.UserDomain objFile.WriteLine “Computer Name = ” & WshNetwork.ComputerName objFile.WriteLine “User Name = ” & WshNetwork.UserName On Error Resume Next Const HKLM […]
Read MoreDate March 12, 2011 Author By kadmin Category Windows 7, Windows Vista
HKEY_LOCAL_MACHINE Software Microsoft Windows CurrentVersion Policies System The following value should be set to 0 DontDisplayLastUserName = 0
Read MoreDate March 11, 2011 Author By kadmin Category Microsoft Exchange, Windows Server 2008
Compiled Mostly from here. In practice I have found that these hotfixes are included in Microsoft Updates and don’t need to be installed. I have kept them listed anyway. ——————————————begin hotfix list———————————————————————— The following hotfixes are required for the Client Access server for Windows Server 2008 R2: Install the update described in Knowledge Base article 979099, An update […]
Read MoreDate March 9, 2011 Author By kadmin Category Microsoft Exchange
Problem: You renamed an account on your Exchange 2003 server but the FROM address still shows the old name when the user sends an email. Solution: Outlook will pull the legacyExchangeDn value to populate what’s in the <> portion of the field. Use ADSIedit to check this value for the user, as it is probably […]
Read More