You can find on this blog a script will assist in getting servers ready for the installation of Microsoft Lync Server 2013 on Windows Server 2012:
http://www.ehloworld.com/1697#comment-42601
The download link is here: http://www.ehloworld.com/wp-content/uploads/2013/02/Set-CsLync2013Prerequisites.v1.0.zip
Syntax
C:\ Set -CsLync2013Prereqs.ps1 [[ -HasInternetAccess ] ] [[ -TargetFolder ] ] [[-Win2012Source] ] [ -Standard ] [ -WhatIf ] [ -Confirm ] [] |
Examples
Set -CsLync2013Prereqs.ps1 |
This will launch the script with the default options for Enterprise edition servers
Set -CsLync2013Prereqs.ps1 -Standard |
This will launch the script for Standard edition servers
Set -CsLync2013Prereqs.ps1 -Win2012Source e: |
This will launch the script using the e: drive for the source of the Windows Server 2012 installation files
Thanks to the author!