728x90

 

 

Lync 2013 설치시 명령어

 

http://technet.microsoft.com/en-us/library/gg398103.aspx

http://technet.microsoft.com/en-us/library/gg412871.aspx

Install-WindowsFeature RSAT-ADDS

 

 

 

 

Import-Module ServerManager

 

 

 

 

Add-WindowsFeature Web-Server, Web-Static-Content, Web-Default-Doc, Web-Http-Errors, Web-Asp-Net, Web-Net-Ext, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Http-Logging, Web-Log-Libraries, Web-Request-Monitor, Web-Http-Tracing, Web-Basic-Auth, Web-Windows-Auth, Web-Client-Auth, Web-Filtering, Web-Stat-Compression, Web-Dyn-Compression, NET-WCF-HTTP-Activation45, Web-Asp-Net45, Web-Mgmt-Tools, Web-Scripting-Tools, Web-Mgmt-Compat, Desktop-Experience, BITS -Source f:\sources\sxs

728x90
728x90

아래 명령을 파워쉘로 확인

Get-WmiObject -class Win32_Product | where {$_.name -like "*Lync Server*"} | Sort-Object Name | Select Name, Version |ft -AutoSize

 

 

 

PS C:\> Get-WmiObject -class Win32_Product | where {$_.name -like "*Lync Server*
"} | Sort-Object Name | Select Name, Version |ft -AutoSize

Name                                                                 Version
----                                                                   -------
Microsoft Lync Server 2013, Administrative Tools     5.0.8308.920
Microsoft Lync Server 2013, Application Host         5.0.8308.920
Microsoft Lync Server 2013, Audio Test Service       5.0.8308.920
Microsoft Lync Server 2013, Conferencing Server      5.0.8308.920
Microsoft Lync Server 2013, Core Components          5.0.8308.920
Microsoft Lync Server 2013, Front End Server         5.0.8308.920
Microsoft Lync Server 2013, Reach Fonts              5.0.8308.0
Microsoft Lync Server 2013, Web Components Server    5.0.8308.920
Microsoft Lync Server 2013, Web Conferencing Server  5.0.8308.920
Microsoft Lync Server 2013, XMPP Translating Gateway 5.0.8308.920


PS C:\>

 

물론 프로그램 추가/제거에서도 확인은 가능 함.

728x90
728x90

url - http://www.myskypelab.com/2014/02/lync-edge-testing-suite-part-1-lync.html

 

 

Features:

  • One tool for testing both ends of the connection. Run the Lync Edge Port Tester on your Edge server and on an internal and external network machine.
  • Test both UDP and TCP ports are open in both directions.
  • Select a profile from the list (Edge Outside, Edge Inside, Front End, Client Outside, Client Inside) to check all the relevant ports for that connection type.
  • Open all the required firewall ports temporarily with the press of a button.
  • Can be used to test connections to a live Edge (or Front End) server. If you run the tool on a live edge server it will automatically learn which ports are currently in use and only allow you to Listen on unused ports.
  • Can be used on a Consolidated Edge configuration or on an Edge running with a single external IP address (ie. all 443 services running on different ports). The Single External IP check box allows for this configuration.
  • Tool Tips to provide you with contextual help.
  • All in one interface. (Over 100 interface objects! Yep, that was a lot of typing...)
728x90

+ Recent posts