Tag Archives: MS

Windows Server 2012 and Windows 8 client/server readiness cumulative update released

Windows Server 2012 and Windows 8 client/server readiness cumulative update has been released

This update provides performance and reliability improvements that will improve the Windows Server 2012 and Windows 8

The update includes the following performance and reliability improvements:

  • Addresses PowerShell issue with certain localized languages when a Language Interface Pack is installed
  • Improves SMB service and client reliability under certain stress conditions
  • Improves clustered server performance and reliability in Hyper-V and Scale-Out File Server scenarios

You can obtain the update from Microsoft Article KB 2758246 http://support.microsoft.com/kb/2758246

Winload.exe – Pre Service Pack 1 Revision History for Windows 8 RTM

Winload.exe – Pre Service Pack 1 Revision History for Windows 8 RTM

08-May-2013 – 6.2.9200.20709 – Winload.exe – x86/x64 – http://support.microsoft.com/kb/2841194 – You cannot start a Windows 8-based computer that has MBR disk installed

06-May-2013 – 6.2.9200.16603 – Winload.exe – x86/x64 – http://support.microsoft.com/kb/2841194 – You cannot start a Windows 8-based computer that has MBR disk installed

18-Sep-2012 – 6.2.9200.20519 – Winload.exe – x86/x64 – http://support.microsoft.com/kb/2756559 – Windows 8 restarts to a blank screen after a standard shutdown or hibernation

18-Sep-2012 – 6.2.9200.16418 – Winload.exe – x86/x64 – http://support.microsoft.com/kb/2756559 – Windows 8 restarts to a blank screen after a standard shutdown or hibernation

Microsoft Exchange 2013 Preview

Give the new Microsoft Exchange 2013 Preview a try, you can download it from the Technet Site using the link below

http://technet.microsoft.com/en-US/evalcenter/hh973395.aspx?wt.mc_id=TEC_116_1_33

You will require one of the following operating systems to install the Exchange 2013 Preview:

  • Windows Server 2012
  • Windows Server 2008 R2 Standard with SP1
  • Windows Server 2008 R2 Enterprise with SP1
  • Windows Server 2008 R2 Datacenter RTM or later

Exchange 2013 Preview allows you to use one of the following Microsoft Outlook or Microsoft Entourage clients:

  • Outlook 2013 (Preview)
  • Outlook 2010 SP1 (with April 2012 Cumulative Update)
  • Outlook 2007 SP3 (with July 2012 Cumulative Update)
  • Entourage 2008 for Mac (Web Services Edition)
  • Outlook  for Mac 2011

You will require one of the following operating systems to install the Exchange 2013 Management tools:

  • Windows Server 2012
  • Windows Server 2008 R2 Standard with SP1
  • Windows Server 2008 R2 Enterprise with SP1
  • Windows Server 2008 R2 Datacenter RTM or later
  • 64-bit edition of Windows 8 Release Preview
  • 64-bit edition of Windows 7 with SP1

Microsoft Outlook Out of Office (OOF) – Server is Currently Unavailable

When you try and use the Out of Office feature in Microsoft Outlook you may recieve the following error message:

Your automatic reply settings cannot be displayed because the server is currently unavailable.  Try again later.

 

 

 

 

 

 

When you look at the Application Event Log on you Exchange Server you will see Event ID 1310 logged from Source ASP.NET 2.0.50727.0

 

 

 

 

 

Exception information:

Exception type: ConfigurationErrorsException

Exception message: The value for the property ‘maxRequestLength’ is not valid. The error is: The value must be inside the range 0-2097151. (C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\exchweb\EWS\web.config line 2376)

We need to modify the “web.config” file which can be found here “C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\exchweb\EWS\” you need to open the “web.config” file using Notepad and then use the “find” feature in notepad to quickly locate the following line in the file

<system.web>

<httpRuntime maxRequestLength=”52428800″ />

The default value is to high “52428800” so you need to change it as follows

<system.web>

<httpRuntime maxRequestLength=”2066661″ />

The final step in resolving the issue is to save the changes you have made to the “web.config” file and restarting the “Default Website” under IIS Manager (Administrative Tools)