Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition

Size: px
Start display at page:

Download "Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition"

Transcription

1 Step-By-Step Guide to Deploying Lync Server 2010 Enterprise Edition The installation of Lync Server 2010 is a fairly task-intensive process. In this article, I will walk you through each of the tasks, at a step-by-step level, required to deploy a Lync Server 2010 Enterprise Edition Server lab environment. The focus of this article is the following: Prepare the Lync 2010 Enterprise Edition Server Infrastructure o Set Up Enterprise Edition Hardware and System Infrastructure o Create Service Accounts o Install Prerequisite Software o Prepare Active Directory Domain Services for Lync Server 2010 o Grant Setup and Administration Permissions o Add DNS Records o Create the Lync File Share Define the Topology for Lync 2010 Enterprise Edition Front End Pool in Topology Builder o Configure Simple URLs Publish the Topology Setup the Lync 2010 Front End Server and Front End Pool o Install the Local Configuration Store o Install Front End Servers o Request, Install, and Assign Certificates o Start Services Install Monitoring and Archiving o Install the Local Configuration Store o Setup the Monitoring and Archiving Server o Start Services o Deploy Monitoring Server Reports

2 Contents Lab Overview... 3 Prepare the Lync 2010 Enterprise Edition Server Infrastructure... 4 Set Up Enterprise Edition Hardware and System Infrastructure... 4 Create Service Accounts... 4 Install Prerequisite Software... 5 Install.Net Framework 3.5 with SP Install IIS... 7 Install Messaging Queuing... 8 Install the Lync Server Deployment Wizard... 9 Install the Lync Server Topology Builder Install the Remote Server Administration Tools Install Silverlight Install and Configure SQL Server Prepare Active Directory Domain Services for Lync Server Prepare the Schema Prepare the Forest Prepare the Domains Grant Setup and Administration Permissions Grant Setup Permissions Grant Administration Permissions Add DNS Records Create the Lync File Share Define the Topology for Lync 2010 Enterprise Edition Front End Pool in Topology Builder Configure Simple URLs Publish the Topology Setup the Lync 2010 Front End Server and Front End Pool Install the Local Configuration Store Install Front End Servers Request, Install, and Assign Certificates Start Services Install Monitoring and Archiving

3 Install the Local Configuration Store Setup the Monitoring and Archiving Server Start Services Deploy Monitoring Server Reports Lab Overview The lab that I will be building in this article is fairly straightforward. There are four servers in this lab the domain controller, an Enterprise Edition Front End Server, a SQL Server Back End Server, and a Monitoring/Archiving Server. The domain controller has the Active Directory Domain Services (AD DS), Active Directory Certificate Services (AD CS) and DNS Server roles installed. The Enterprise Edition Front End Server has Lync Server 2010 Enterprise Edition installed. The Back End Server has SQL Server 2008 SP1 installed. The Monitoring/Archiving Server has Lync Server 2010 Enterprise Edition and SQL Server 2008 SP1 installed. The following figure provides an overview of this lab environment. The lab environment that I am building in this article will provide internal IM and Presence, as well as Monitoring and Archiving. There are no additional features that the lab will provide upon the completion of these steps. However, additional features can be added thereafter. I did have some specific requirements when I built this lab, which translated to some additional configuration. These include: The back-end database needs to be on a dedicated named instance as opposed to the default instance. The Monitoring Server role and the Archiving Server role need to be collocated on the same server. The Monitoring and Archiving databases need to be separated from the back-end database; I decided to host these databases on the Monitoring/Archiving Server. The Monitoring and Archiving databases need to be installed on separate, dedicated named instances.

4 Prepare the Lync 2010 Enterprise Edition Server Infrastructure The following sections outline the step to prepare the Lync 2010 Enterprise Edition server infrastructure. Set Up Enterprise Edition Hardware and System Infrastructure Before we can proceed with this lab, we need to create the necessary virtual machines. For my Lync 2010 Enterprise Edition lab, this includes four virtual machines. For the purpose of this lab, I created the virtual machines in Hyper-V. The details of the virtual machines are shown in the table below. Virtual Machine Name / Hostname IP Address Server Roles LYNCLAB2DC /24 Active Directory Domain Services DNS Server Active Directory Certificate Services LYNCLAB2FE /24 Front End Server LYNCLAB2BE /24 Back End Server LYNCLAB2MA /24 Monitoring / Archiving This article builds on my previous article Step-By-Step Guide to Preparing a Lab Environment for Lync Server In the previous article, I created the virtual machine for the domain controller, installed AD DS, and installed AD CS. You will need to perform the steps outlined in my previous article before proceeding with this lab. Note: for this lab, I created a new domain controller and domain called LYNCLAB2DC and lynclab2.local, respectively. Thereafter, I followed the steps in my How to Create a Lab using Hyper-V Server in Windows 2008 R2 article to create the other virtual machines (LYNCLAB2FE, LYNCLAB2BE, and LYNCLAB2MA). Create Service Accounts In this lab, I chose to run the SQL services under the credentials of an Active Directory service account. Before I can install SQL Server, I need to create this service account. 1. Log on to LYNCLAB2DC with the LYNCLAB2\Administrator account. 2. Go to Start, click Administrative Tools, and then click Active Directory Users and Computers. 3. Navigate to the Users container. 4. On the Action menu, click New, and then click User. 5. On the New Object - User window, enter the information as per below, and then click Next.

5 6. Enter and confirm a password for the service account, uncheck the User must change password at next logon option, and then click Next. 7. Click Finish. Install Prerequisite Software

6 Now that we have the necessary virtual machines for this lab, we ll go ahead and install the prerequisite software. Install.Net Framework 3.5 with SP1 Note: This step is required on the following servers: LYNCLAB2FE LYNCLAB2BE LYNCLAB2MA 1. Log on as LYNCLAB2\Administrator 2. Go to Start, click Administrative Tools, and then click Server Manager. 3. In the console tree of Server Manager, right-click on Features, and then select Add Features. 4. In the Select Features Window, select.net Framework Features 5. You will receive a notification that additional role services and features are required for.net Framework Click Add Required Role Services. 6. On the Select Features page, click Next. 7. On the Web Server (IIS) page, click Next. 8. On the Select Role Services page, accept the defaults, and then click Next. 9. On the Confirm Installation Selections page, click Install.

7 10. On the Installation Results page, verify the installation was successful, and then click Close. Close Server Manager. Install IIS Before you configure and install the Lync 2010 Enterprise Edition Server, you need to install and configure the server role and Web Services for Internet Information Services (IIS). The following table indicates the required IIS role services. Role Heading Common HTTP features installed Common HTTP features installed Common HTTP features installed Application development Application development Application development Application development Health and diagnostics Health and diagnostics Health and diagnostics Security Security Security Security Role Service Static content Default document HTTP errors ASP.NET.NET extensibility Internet Server API (ISAPI) extensions ISAPI filters HTTP logging Logging tools Tracing Anonymous authentication (installed and enabled by default) Windows authentication Client Certificate Mapping authentication Request filtering

8 Performance Management Tools Management Tools Static content compression IIS Management Console IIS Management Scripts and Tools You can install IIS from Server Manager or by using the command line. Here are the steps to install IIS by using Windows PowerShell. 1. Log on to LYNCLAB2FE as LYNCLAB2\Administrator 2. Start Windows PowerShell 3. Import the ServerManager module by typing the following command and then hitting Enter: Import-Module ServerManager 4. Install the IIS 7.5 Server Role and Role Services by typing the following command and then hitting Enter: Add-WindowsFeature Web-Server, Web-Scripting-Tools, Web-Windows-Auth, Web-Asp-Net, Web-Log-Libraries, Web-Http-Tracing, Web-Stat-Compression, Web-Default-Doc, Web-ISAPI- Ext, Web-ISAPI-Filter, Web-Http-Errors, Web-Http-Logging, Web-Net-Ext, Web-Client-Auth, Web-Filtering, Web-Mgmt-Console 5. At this point, the installation of IIS and the required Role Services should be complete as shown below: Install Messaging Queuing Since we will be deploying the Monitoring Server and Archiving Server, we must install Message Queuing, with Active Directory Domain Services Integration enabled, on the server running Archiving Server and each Front End Server for which an Archiving Server will archive data. In this lab, Message Queuing needs to be installed on LYNCLAB2FE and LYNCLAB2MA. Note: This step is required on the following servers: LYNCLAB2FE LYNCLAB2MA 1. Log on as LYNCLAB2\Administrator. 2. Open Server Manager. 3. In the Console Tree, right-click on Features, and then click Add Features. 4. Expand Message Queuing, and then expand Message Queuing Services. 5. Select Messaging Queuing Server and Directory Services Integration, and then click Next.

9 6. On the Confirm Installation Selections page, click Install. 7. Verify the installation was successful, and then click Close. Install the Lync Server Deployment Wizard Note: This step is required on the following servers: LYNCLAB2FE LYNCLAB2MA

10 1. Log on as LYNCLAB2\Administrator. 2. Mount the Lync Server 2010 installation media. 3. Navigate to the \Setup\amd64 directory. 4. Execute the setup.exe file to start the Deployment Wizard. 5. You should be prompted to install Microsoft Visual C , click Yes to install it. 6. The installation of Microsoft Visual C will take a short while. You will not see anything on the screen while this is being installed. 7. Once completed, you will be presented with the following window. Adjust the installation location if you desire, and then click Install. 8. On the License Agreement page, accept the end-user license agreement, and then click OK. 9. Once the installation of the Deployment Wizard is complete, you will be presented with the Lync Server Deployment Wizard. Install the Lync Server Topology Builder 1. Ensure you are logged on to LYNCLAB2FE as LYNCLAB2\Administrator. 2. If you closed the Lync Server 2010 Deployment Wizard, go to Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Deployment Wizard. 3. On the Lync Server Deployment Wizard screen, click Install Topology Builder. 4. Once the installation of the Topology Builder is complete, the Lync Server Deployment Wizard will show a checkmark next to Install Topology Builder.

11 Install the Remote Server Administration Tools The Remote Server Administration Tools are required for some of the preparation steps further in this document. To install the Remote Server Administration Tools, follow these steps: 1. Ensure you are logged on to LYNCLAB2FE as LYNCLAB2\Administrator. 2. Go to Start, click Administrative Tools, and then click Server Manager. 3. In the console tree of Server Manager, right-click on Features, and then select Add Features. 4. In the Select Features Window, expand Remote Server Administration Tools, select AD DS and AD LDS Tools, and then click Next.

12 5. On the Confirm Installation Selections page, click Install. 6. On the Installation Results page, verify the installation was successful, and then click Close. 7. You will be prompted to restart the server. Go ahead and restart. Install Silverlight Silverlight is required to run the Lync Server Control Panel. Although we won t be using the Control Panel until everything is installed, you can install it now since we re installing the prerequisite software. Silverlight needs to be installed on LYNCLAB2FE in this lab. Install and Configure SQL Server Lync Server 2010 leverages SQL Server for the back-end database and the Archiving and Monitoring databases. SQL Server needs to be installed before we can install Lync Server For this lab, SQL Server 2008 with Service Pack 1 will be used, and installed on the Back End Server as well as the Monitoring/Archiving Server. Install SQL Server 2008 and SP1 Back End Server We will install a new SQL named instance on the Back End Server, and then install SQL Server 2008 SP1. 1. Log on to LYNCLAB2BE with the LYNCLAB2\Administrator account.

13 2. Launch the SQL Server 2008 Setup Program. 3. On the SQL Server Installation Center window, click on Installation. 4. On the Installation page, select the New SQL Server stand-alone installation or add features to an existing installation option.

14 5. SQL Server Setup will begin by checking setup support rules. Verify all checks passed, and then click OK.

15 6. On the Product Key page, enter a product key and then click Next. 7. On the License Terms page, click Next. 8. On the Setup Support Files page, click Install.

16 9. On the Setup Support Rules page, verify there are no failed checks, and then click Next.

17 10. On the Feature Select page, select Database Engine Services, Management Tools - Basic, Management Tools - Complete, and then click Next.

18 11. On the Instance Configuration page, select the Named instance option, enter rtc into the Named instance field, and then click Next.

19 12. On the Disk Space Requirements page, ensure the disk space is reported as adequate, and then click Next.

20 13. On the Server Configuration page, enter the credentials for the SQL Server services, and then click Next. I used the same account for all SQL Server services in my lab.

21 14. On the Database Engine Configuration page, under the Specify SQL Server administrators section, enter the user accounts and/or groups that you want to manage the SQL server, and then click Next. In my lab, I used the built-in Administrator account in Active Directory to keep it simple.

22 15. On the Error and Usage Reporting page, click Next. 16. On the Installation Rules page, click Next. 17. On the Ready to Install page, verify the settings, and then click Install.

23 18. Verify the installation completes successfully, and then click Next.

24 19. On the Complete page, click Close. 20. Install SQL Server 2008 SP1. Monitoring/Archiving Server We will install two new SQL named instances on the Monitoring/Archiving Server, one for each role, and then install SQL Server 2008 SP1. Monitoring Named Instance 1. Log on to LYNCLAB2MA with the LYNCLAB2\Administrator account. 2. Launch the SQL Server 2008 Setup Program. 3. On the SQL Server Installation Center window, click on Installation. 4. On the Installation page, select the New SQL Server stand-alone installation or add features to an existing installation option. 5. SQL Server Setup will begin by checking setup support rules. Verify all checks passed, and then click OK. 6. On the Product Key page, enter a product key and then click Next. 7. On the License Terms page, click Next. 8. On the Setup Support Files page, click Install. 9. On the Setup Support Rules page, verify there are no failed checks, and then click Next. 10. On the Feature Select page, select Database Engine Services, Management Tools - Basic, Management Tools - Complete, and then click Next.

25 11. On the Instance Configuration page, select the Named instance option, enter LyncMonitoring into the Named instance field, and then click Next.

26 12. On the Disk Space Requirements page, ensure the disk space is reported as adequate, and then click Next. 13. On the Server Configuration page, enter the credentials for the SQL Server services, and then click Next. I used the same account for all SQL Server services in my lab.

27 14. On the Database Engine Configuration page, under the Specify SQL Server administrators section, enter the user accounts and/or groups that you want to manage the SQL server, and then click Next. In my lab, I used the built-in Administrator account in Active Directory to keep it simple.

28 15. On the Reporting Services Configuration page, ensure the Install the native mode default configuration option is selected, and then click Next.

29 16. On the Error and Usage Reporting page, click Next. 17. On the Installation Rules page, click Next. 18. On the Ready to Install page, verify the settings, and then click Install.

30 19. Verify the installation completes successfully, and then click Next. 20. On the Complete page, click Close. Archiving Named Instance 1. Log on to LYNCLAB2MA with the LYNCLAB2\Administrator account. 2. Launch the SQL Server 2008 Setup Program. 3. On the SQL Server Installation Center window, click on Installation. 4. On the Installation page, select the New SQL Server stand-alone installation or add features to an existing installation option. 5. SQL Server Setup will begin by checking setup support rules. Verify all checks passed, and then click OK. 6. On the Installation Type page, ensure the Perform a new installation of SQL Server 2008 option is selected, and then click Next.

31 7. On the Product Key page, enter a product key and then click Next. 8. On the License Terms page, click Next. 9. On the Feature Select page, select Database Engine Services, and then click Next. Note: the other features that are selected, but greyed out, are this way because they were installed with Monitoring named instance we just created.

32 10. On the Instance Configuration page, select the Named instance option, enter LyncArchiving into the Named instance field, and then click Next.

33 11. On the Disk Space Requirements page, ensure the disk space is reported as adequate, and then click Next. 12. On the Server Configuration page, enter the credentials for the SQL Server services, and then click Next. I used the same account for all SQL Server services in my lab. 13. On the Database Engine Configuration page, under the Specify SQL Server administrators section, enter the user accounts and/or groups that you want to manage the SQL server, and then click Next. In my lab, I used the built-in Administrator account in Active Directory to keep it simple. 14. On the Error and Usage Reporting page, click Next. 15. On the Installation Rules page, click Next. 16. On the Ready to Install page, verify the settings, and then click Install. 17. Verify the installation completes successfully, and then click Next. 18. On the Complete page, click Close. 19. Install SQL Server 2008 SP1. Configure Windows Firewall for SQL Server For a Standard Edition deployment, firewall exceptions are created automatically during Microsoft Lync Server 2010 Setup. However, for Enterprise Edition deployments, you must configure the firewall exceptions manually on the Microsoft SQL Server Back End Server, as well as the server(s) hosting the

34 Monitoring and Archiving databases. Furthermore, when named instances are used in place of the default instance, additional configuration for Windows Firewall for SQL Server is required, specifically: You must create a port exception for the TCP port that the Lync Server 2010 SQL Server service listens on. You must create a port exception for UDP port 1434 for the SQL Server Browser service. On a SQL Server installation that is hosted as a named instance, the SQL Server service uses a dynamic TCP port assignment to listen on. The SQL Server Browser service is hosted by the SQL Server installation. The SQL Server Browser service listens for client application requests for named instances on UDP port The SQL Server Browser service responds to these client requests by providing specific TCP port information for that named instance. In order to configure Windows Firewall for SQL Server, we need to: 1. Locate the dynamic TCP port information for a SQL Server named instance that will host the Lync Server 2010 databases 2. Configure the Windows Firewall port exceptions to enable access to the SQL Server service 3. Configure the Windows Firewall port exceptions to enable access to the SQL Server Browser service Back End Server Locate the Dynamic TCP Port Information 1. Log on to LYNCLAB2BE with the LYNCLAB2\Administrator account. 2. Go to Start, click All Programs, click Microsoft SQL Server 2008, click Configuration Tools, and then click SQL Server Configuration Manager. 3. In the console tree, expand SQL Server Network Configuration. 4. Select Protocols for RTC. 5. In the details pane, right-click on TCP/IP, and click Properties. 6. On the TCP/IP Properties page, click on the IP Addresses tab.

35 7. Scroll down to locate the IP All section of the IP Addresses tab, and note the value for TCP Dynamic Ports. This number represents the TCP port number of the SQL Server named instance that will host the Lync Server 2010 databases. In my case, the port is

36 8. Click OK to close the TCP/IP properties dialog box. Configure the Windows Firewall port Exceptions to Enable Access to the SQL Server service 1. Ensure you are logged on to LYNCLAB2BE with the LYNCLAB2\Administrator account. 2. Go to Start, click Administrative Tools, and then click Windows Firewall with Advanced Security. 3. In the console tree, click Inbound Rules. 4. On the Actions pane, click New Rule. 5. On the Rule Type page, select Port, and then click Next. 6. On the Protocols and Ports page, ensure TCP is selected, enter the port you obtained in step 7 in the previous section into the Specific local ports field, and then click Next.

37 7. On the Action page, ensure the Allow the connection option is selected, and then click Next.

38 8. On the Profile page, leave all three profiles selected, and then click Next.

39 9. On the Name page, enter a name into the Name field, and then click Finish.

40 Configure the Windows Firewall port exceptions to Enable Access to the SQL Server Browser service 1. On the Actions pane, click New Rule. 2. On the Rule Type page, select Port, and then click Next. 3. On the Protocols and Ports page, ensure UDP is selected, enter 1434 into the Specific local ports field, and then click Next. 4. On the Action page, ensure the Allow the connection option is selected, and then click Next. 5. On the Profile page, leave all three profiles selected, and then click Next. 6. On the Name page, enter a name into the Name field, and then click Finish. Monitoring/Archiving Serer Locate the Dynamic TCP Port Information 1. Log on to LYNCLAB2MA with the LYNCLAB2\Administrator account. 2. Go to Start, click All Programs, click Microsoft SQL Server 2008, click Configuration Tools, and then click SQL Server Configuration Manager. 3. In the console tree, expand SQL Server Network Configuration. 4. Select Protocols for LYNCMONITORING.

41 5. In the details pane, right-click on TCP/IP, and click Properties. 6. On the TCP/IP Properties page, click on the IP Addresses tab. 7. Scroll down to locate the IP All section of the IP Addresses tab, and note the value for TCP Dynamic Ports. This number represents the TCP port number of the SQL Server named instance that will host the Lync Server 2010 databases. In my case, the port is Click OK to close the TCP/IP properties dialog box. 9. In the console tree, select Protocols for LYNCARCHIVING. 10. In the details pane, right-click on TCP/IP, and click Properties. 11. On the TCP/IP Properties page, click on the IP Addresses tab. 12. Scroll down to locate the IP All section of the IP Addresses tab, and note the value for TCP Dynamic Ports. This number represents the TCP port number of the SQL Server named instance that will host the Lync Server 2010 databases. In my case, the port is

42 13. Click OK to close the TCP/IP properties dialog box. Configure the Windows Firewall port Exceptions to Enable Access to the SQL Server service 1. Ensure you are logged on to LYNCLAB2MA with the LYNCLAB2\Administrator account. 2. Go to Start, click Administrative Tools, and then click Windows Firewall with Advanced Security. 3. In the console tree, click Inbound Rules. 4. On the Actions pane, click New Rule. 5. On the Rule Type page, select Port, and then click Next. 6. On the Protocols and Ports page, ensure TCP is selected, enter the port you obtained in step 7 in the previous section into the Specific local ports field, and then click Next.

43 7. On the Action page, ensure the Allow the connection option is selected, and then click Next. 8. On the Profile page, leave all three profiles selected, and then click Next. 9. On the Name page, enter a name into the Name field, and then click Finish. 10. On the Actions pane, click New Rule. 11. On the Rule Type page, select Port, and then click Next. 12. On the Protocols and Ports page, ensure TCP is selected, enter the port you obtained in step 12 in the previous section into the Specific local ports field, and then click Next.

44 13. On the Action page, ensure the Allow the connection option is selected, and then click Next. 14. On the Profile page, leave all three profiles selected, and then click Next. 15. On the Name page, enter a name into the Name field, and then click Finish. Configure the Windows Firewall port exceptions to Enable Access to the SQL Server Browser service 1. On the Actions pane, click New Rule. 2. On the Rule Type page, select Port, and then click Next. 3. On the Protocols and Ports page, ensure UDP is selected, enter 1434 into the Specific local ports field, and then click Next. 4. On the Action page, ensure the Allow the connection option is selected, and then click Next. 5. On the Profile page, leave all three profiles selected, and then click Next. 6. On the Name page, enter a name into the Name field, and then click Finish. 7. Close Windows Firewall with Advanced Security. Prepare Active Directory Domain Services for Lync Server 2010 The next area for preparation is Active Directory Domain Services. Preparing AD DS for Lync Server 2010 consists of three steps:

45 Schema Preparation Forest Preparation Domain Preparation Each of these steps can be performed by using the Lync Server Deployment Wizard or the Lync Server Management Shell cmdlets directly. For this lab, the Lync Server Deployment Wizard will be used. Since I installed the Lync Server Deployment Wizard on LYNCLAB2FE, these steps will be performed on that virtual machine. Prepare the Schema 1. Ensure you are logged on to LYNCLAB2FE as LYNCLAB2\Administrator. 2. Go to Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Deployment Wizard. 3. Click Prepare Active Directory. 4. On the Prepare Active Directory for Lync Server page, under Step 1: Prepare Schema, click Run.

46 5. On the Prepare Schema page, click Next. 6. On the Executing Commands page, verify the Task Status shows Completed, and then click Finish.

47 Prepare the Forest 1. If you closed the Deployment Wizard, reopen it by going to Start, selecting All Programs, selecting Microsoft Lync Server 2010, and then clicking on Lync Server Deployment Wizard. The click Prepare Active Directory. 2. On the Prepare Active Directory for Lync Server page, under Step 3: Prepare Current Forest, click Run.

48 3. On the Prepare Forest page, click Next. 4. On the Universal Group Location page, leave the Local domain option selected, and then click Next.

49 5. On the Executing Commands page, verify the Task Status shows Completed, and then click Finish.

50 Prepare the Domains 1. If you closed the Deployment Wizard, reopen it by going to Start, selecting All Programs, selecting Microsoft Lync Server 2010, and then clicking on Lync Server Deployment Wizard. The click Prepare Active Directory. 2. On the Prepare Active Directory for Lync Server page, under Step 5: Prepare Current Domain, click Run.

51 3. On the Prepare Domain page, click Next. 4. On the Executing Commands page, verify the Task Status shows Completed, and then click Finish.

52 5. As you can see, the Lync Server Deployment Wizard now shows a status of Complete for Prepare Active Directory.

53 Grant Setup and Administration Permissions In order to run the Lync Server 2010 setup and administration, specific permissions are required. In the case of this lab, I am using a single user account, which also happens to have built-in Active Directory elevated permissions. However, this account also needs some specific Lync Server 2010 permissions. Grant Setup Permissions Follow these steps to grant setup permissions: 1. Log to LYNCLAB2DC as LYNCLAB2\Administrator. 2. Go to Start, click Administrative Tools, and then click Active Directory Users and Computers. 3. In the console tree of Active Directory Users and Computers, expand lynclab2.local, and then select the Users container. 4. In the details pane, locate the RtcUniversalReadOnlyAdmins group, right-click on it, and select Properties. 5. On the RtcUniversalReadOnlyAdmins Properties page, click on the Members tab.

54 6. Click Add. 7. On the Select Users, Contacts, Computers, Service Accounts, or Groups dialog box, type Administrator in the Enter the object names to select field, and then click OK. 8. On the RtcUniversalReadOnlyAdmins Properties page, click OK. 9. Don t close the Active Directory Users and Computers console. Grant Administration Permissions Follow these steps to grant Administration permissions: 1. Ensure you are in the Users Container in Active Directory Users and Computers. 2. In the details pane, locate the CsAdministrator group, right-click on it, and select Properties. 3. On the CsAdministrator Properties page, click on the Members tab. 4. Click Add. 5. On the Select Users, Contacts, Computers, Service Accounts, or Groups dialog box, type Administrator in the Enter the object names to select field, and then click OK. 6. On the CsAdministrator Properties page, click OK. Add DNS Records Lync Server 2010 leverages DNS for various features. Certain DNS records are required as part of the infrastructure preparation. Each server within this lab will already have an A record in DNS. This is

55 attributed to the fact that I am using Active Directory-Integrated DNS, which has Dynamic DNS enabled by default. However, there are additional DNS records that are required before we proceed, including: DNS Record Type Pointing to pool1.lynclab2.local A IP of Front End Server admin.lynclab2.local A IP of Front End Pool sip.lynclab2.local A IP of Front End Pool _sipinternaltls._tcp.lynclab2.local SRV sip.lynclab2.local Port: 5061 Since I may want to add additional Front End Servers to this lab in the future, I am creating an A record for the pool, which will be used when I define the topology. For now, this A record will point to the IP address of the Front End Server (LYNCLAB2FE). This allows me to have some flexibility down the road should I decide to add a second Front End Server to the Enterprise Pool. Here are the steps to configure DNS: 1. Log to LYNCLAB2DC as LYNCLAB2\Administrator. 2. Go to Start, select Administrative Tools, and then select DNS. 3. In the Console Tree, expand LYNCLAB2DC, expand Forward Lookup Zones, and then select lynclab2.local. 4. Right-click on lynclab2.local in the Console Tree, and then select New Host (A or AAA). 5. In the New Host dialog box, type pool1 into the Name field, enter into the IP Address field, and then click Add Host. 6. On the confirmation that the host record was created, click OK.

56 7. In the New Host dialog box, type admin into the Name field, enter into the IP Address field, and then click Add Host. 8. On the confirmation that the host record was created, click OK. 9. In the New Host dialog box, type sip into the Name field, enter into the IP Address field, and then click Add Host. 10. On the confirmation that the host record was created, click OK. 11. On the New Host dialog box, click Done. 12. In the console tree, right-click on lynclab2.local, and then select Other New Records.

57 13. On the Resource Record Type dialog box, select Service Location (SRV), and then click Create Record. 14. On the New Resource Record dialog box, click Service, and then type _sipinternaltls 15. Click Protocol, and then type _tcp 16. Click Port Number, and then type Click Host offering this service, and then type the pool1.lynclab2.local

58 18. Click OK, and then click Done. Create the Lync File Share The user account that we will use to publish the topology must have full control (read/write/modify) on the file share in order for Topology Builder to configure the required permissions. Because I m going with an Enterprise Edition deployment, the file share cannot be located on the Front End Server. As a result, I decided to create the file share on the Monitoring/Archiving Server. 1. Log on to LYNCLAB2MA as LYNCLAB2\Administrator. 2. Go Start, click Computer, and then click Local Disk (C:). 3. Right-click in the Details Pane, select New, and then select Folder. 4. Name the new folder LyncShare. 5. Right-click on the LyncShare folder, select Properties, click on the Sharing Tab, and then click Advanced Sharing. 6. On the Advanced Sharing dialog box, select the Share this folder option, leave the Share Name field as LyncShare.

59 7. Click Permissions. 8. On the Permissions for LyncShare dialog box, check Allow next to Full Control, and then click OK. 9. Click OK, click OK, and then click Close.

60 Define the Topology for Lync 2010 Enterprise Edition Front End Pool in Topology Builder Now we have all of the infrastructure preparation complete, so it s time to move on to defining the topology for Lync 2010 Enterprise Edition in Topology Builder. 1. Log on to LYNCLAB2FE as LYNCLAB2\Administrator 2. Go to Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Topology Builder. 3. On the Topology Builder dialog box, select the New Topology option, and then click OK. 4. On the Save New Topology As dialog box, enter a name in the File name field, and then click OK. 5. On the Define the primary domain page, enter the primary SIP domain, and then click Next.

61 6. On the Specify additional supported domains page, click Next. 7. On the Define the first site page, enter a site name into the Name field, enter a description into the Description field if desired, and then click Next.

62 8. On the Specify site details page, enter the location details, and then click Next.

63 9. On the New topology was successfully defined page, ensure the Open the New Front End Wizard when this wizard closes option is selected, and then click Finish.

64 10. The Define the New Front End Pool wizard opens. Click Next. 11. On the Define the Front End pool FQDN page, type pool1.lynclab2.local into the Pool FQDN field, ensure the Enterprise Edition Front End Pool option is selected, and then click Next.

65 12. On the Define the computers in this pool page, enter lynclab2fe.lynclab2.local into the Computer FQDN field, click Add, and then click Next.

66 13. On the Select features page, leave all options unchecked and then click Next.

67 14. On the Select collocated server roles page, leave all options unchecked, and then click Next.

68 15. On the Associate server roles with this Front End pool page, select the Enable archiving option, select the Enable monitoring option, and then click Next.

69 16. On the Define the SQL store page, select the Define a new SQL store option, enter lynclab2be.lynclab2.local into the SQL Server FQDN field, ensure the SQL Instance option is selected, enter rtc into the Named Instance field, and then click Next.

70 17. On the Define the file share page, select the Define a new file share option, enter lynclab2ma.lynclab2.local into the File Server FQDN field, enter LyncShare into the File Share field, and then click Next.

71 18. On the Specify the Web Services URL page, click Finish.

72 19. On the Select an Archiving Server page, click New. 20. On the Define the fully qualified domain name page, enter lynclab2ma.lynclab2.local into the FQDN field, and then click Next.

73 21. On the Define the SQL store page, select the Define a new SQL store option, enter lynclab2ma.lynclab2.local into the SQL Server FQDN field, select the SQL Instance option, enter LyncArchiving into the Named Instance field, and then click Next.

74 22. On the Define the file store page, select the Use a previously defined file share option, select the \\lynclab2ma.lynclab2.local\lyncshare file share from the drop down, and then click Next.

75 23. On the Select an Archiving Server page, click Finish.

76 24. On the Select a Monitoring Server page, click New. 25. On the Define the fully qualified domain name page, enter lynclab2ma.lynclab2.local into the FQDN field, and then click Next.

77 26. On the Define the SQL store page, select the Define a new SQL store option, enter lynclab2ma.lynclab2.local into the SQL Server FQDN field, select the SQL Instance option, enter LyncMonitoring into the Named Instance field, and then click Finish.

78 27. On the Select a Monitoring Server page, click Finish.

79 28. You will be presented with the Lync Server 2010, Topology Builder page, which is where you can view and modify the topology that was just created. 29. The following shows the topology we just created:

80 30. Leave the Lync Server 2010, Topology Builder page open. Configure Simple URLs Microsoft Lync Server 2010 uses simple URLs to direct internal and external calls to services on the Front End Server or on the Director, if one has been deployed. The three simple URLs that can be created are: Meet Connects users to the conferencing services Dialin Provides access for users to use dial-in conferencing Admin Optional URL that connects a user, typically an administrator for the Lync Server 2010 system, to Microsoft Lync Server 2010 Control Panel. For the purpose of this lab, the Admin simple URL is the one we need to configure. 1. On the Lync Server 2010, Topology Builder page, select the Lync Server 2010 node in the console tree. 2. In the Actions pane, click on Edit Properties. 3. On the Edit Properties dialog box, click on Simple URLs. 4. In the Administrative access URL field, type and then click OK.

81 Publish the Topology Now that the topology is created, it s time to publish the topology. 1. Ensure you are logged on to LYNCLAB2FE as LYNCLAB2\Administrator. 2. If you closed Topology Builder, go to Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Topology Builder. You may need to open the topology we created above. 3. In the console tree, right-click the Lync Server 2010 node, and then click Publish Topology. 4. On the Publish the topology page, click Next.

82 5. On the Create databases page, ensure the back-end database store we created is selected, and then click Next.

83 6. On the Select Central Management Server page, ensure the Front End pool we created is selected, and then click Next.

84 7. The Topology Builder will begin publishing the topology. When complete, ensure each step shows a status of Success, and then click Finish.

85 Setup the Lync 2010 Front End Server and Front End Pool Now that the topology has been published, we re ready to setup the Lync 2010 Front End Server and Front End Pool. Install the Local Configuration Store 1. Ensure you are logged on to LYNCLAB2FE as LYNCLAB2\Administrator 2. Go to Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Deployment Wizard. 3. On the Lync Server 2010 Deployment Wizard page, click Install or Update Lync Server System.

86 4. On the Lync Server 2010 page, under Step 1: Install Local Configuration Store, click Run.

87 5. On the Configure Local Replica of Central Management Store page, ensure the Retrieve directly from the Central Management Store option is selected, and then click Next.

88 6. If you are prompted for the location to the Lync Server 2010 installation media, enter it and then click Next. Note: The necessary files are located in the \Setup\amd64 directory of the installation media. 7. The installation of the Local Configure Store will begin. 8. Verify the Task Status shows as Completed, and then click Finish.

89 Install Front End Servers 1. On the Lync Server 2010 page, under Step 2: Setup or Remove Lync Server Components, click Run. 2. On the Setup Lync Server Components page, click Next. 3. The installation of the Enterprise Edition Components will begin. 4. Once Completed, the Task Status will show as The cmdlet completed with errors, and there will be a warning that the server must be restarted before installation can continue.

90 5. Click Finish. 6. On the Restart Required dialog box, click OK. 7. Restart the virtual machine. 8. Once the virtual machine has restarted, log back on with the LYNCLAB2\Administrator account. 9. Go to Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Deployment Wizard. 10. On the Lync Server 2010 Deployment Wizard page, click Install or Update Lync Server System. 11. On the Lync Server 2010 page, under Step 2: Setup or Remove Lync Server Components, click Run. 12. On the Setup Lync Server Components page, click Next. 13. The installation will proceed. 14. Verify the installation is successful, and then click Finish.

91 Request, Install, and Assign Certificates 1. On the Lync Server 2010 page, under Step 3: Request, Install or Assign Certificates, click Run. 2. On the Certificate Wizard page, click Request.

92 3. On the Certificate Request page, click Next. 4. On the Delayed or Immediate Requests page, ensure the Send the request immediately option is selected, and then click Next.

93 5. On the Choose a certificate Authority (CA) page, verify the CA from the lab is detected, and then click Next. 6. On the Certificate Authority Account page, click Next.

94 7. On the Specify Alternate Certificate Template page, ensure the Use alternate certificate template for the selected certification authority option is not selected, and then click Next.

95 8. On the Name and Security Settings page, use the default Friendly Name, or enter a new Friendly Name, and then click Next.

96 9. On the Organization Information page, click Next. 10. On the Geographical Information page, click Next. 11. On the Subject Name / Subject Alternate Names page, click Next.

97 12. On the SIP Domain setting page, select lynclab2.local under Configured SIP domains, and then click Next.

98 13. On the Configure Additional Subject Alternate Names page, click Next. 14. On the Certificate Request Summary page, verify the summary information, and then click Next.

99 15. On the Executing Commands page, ensure the Task Status shows as Completed, and then click Next.

100 16. On the Online Certificate Request Status page, ensure the Assign this certificate to the Lync Server certificate usages option is selected, and then click Finish.

101 17. On the Certificate Assignment page, click Next.

102 18. On the Certificate Assignment Summary page, verify the summary information, and then click Next.

103 19. On the Executing Commands page, ensure the Task Status shows as Completed, and then click Finish.

104 20. The Certificate Wizard will now show a Status of Assigned for the certificate we installed. Click Close. Start Services

105 1. On the Lync Server 2010 page, under Step 4: Start Services, click Run. 2. On the Start Services page, click Next.

106 3. On the Executing Commands page, ensure the Task Status shows as Completed, and then click Finish.

107 Install Monitoring and Archiving After we ve set up the front end server, we can install Monitoring and Archiving. Install the Local Configuration Store The first step is to install the Local Configuration Store on the Monitoring/Archiving server. 1. Log on to LYNCLAB2MA as LYNCLAB2\Administrator 2. Go to Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Deployment Wizard. 3. On the Lync Server 2010 Deployment Wizard page, click Install or Update Lync Server System. 4. On the Lync Server 2010 page, under Step 1: Install Local Configuration Store, click Run.

108 5. On the Configure Local Replica of Central Management Store page, ensure the Retrieve directly from the Central Management Store option is selected, and then click Next.

109 6. The installation of the Local Configure Store will begin. 7. Verify the Task Status shows as Completed, and then click Finish.

110 Setup the Monitoring and Archiving Server 1. On the Lync Server 2010 page, under Step 2: Setup or Remove Lync Server Components, click Run.

111 2. On the Setup Lync Server Components page, click Next. 3. The installation of the Enterprise Edition Components will begin. 4. On the Executing Commands page, ensure the Task Status shows as Completed, and then click Finish.

112 Start Services 1. On the Lync Server 2010 page, under Step 4: Start Services, click Run.

113 2. On the Start Services page, click Next. 3. On the Executing Commands page, ensure the Task Status shows as Completed, and then click Finish.

114 Deploy Monitoring Server Reports 1. Ensure you are logged on to LYNCLAB2MA with the LYNCLAB2\Administrator account and that the Lync Deployment Wizard is open. 2. On the Lync Deployment Wizard, click on Deploy Monitoring Server Reports

115 3. On the Specify Monitoring Server page, the Monitoring Server and SSRS instance we created earlier should be prepopulated. Click Next.

116 4. On the Specify Credentials page, enter the credentials for the LYNCLAB2\Administrator, and then click Next.

117 5. On the Specify Read-Only Group page, enter RTCUniversalReadOnlyAdmins into the User group field, and then click Next.

118 6. The installation of the Monitoring Server Reports will begin. 7. On the Executing Commands page, ensure the Task Status shows as Completed, and then click Finish.

119 We re Done!

Installing Skype for Business Server 2015

Installing Skype for Business Server 2015 Installing Skype for Business Server 2015 Jude Perera 1 e-book Rev 01 This step by step module is aimed at IT Pros that are looking forward in implementing a Skype for Business Environment in organizations.

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Active Directory integration with CloudByte ElastiStor

Active Directory integration with CloudByte ElastiStor Active Directory integration with CloudByte ElastiStor Prerequisite Change the time and the time zone of the Active Directory Server to the VSM time and time zone. Enabling Active Directory at VSM level

More information

Microsoft Lync Server 2010 Standard Edition Deployment Guide Microsoft Lync Server 2010

Microsoft Lync Server 2010 Standard Edition Deployment Guide Microsoft Lync Server 2010 Microsoft Lync Server 2010 Standard Edition Deployment Guide Microsoft Lync Server 2010 Published: March 2012 This document is provided as-is. Information and views expressed in this document, including

More information

Install MS SQL Server 2012 Express Edition

Install MS SQL Server 2012 Express Edition Install MS SQL Server 2012 Express Edition Sohodox now works with SQL Server Express Edition. Earlier versions of Sohodox created and used a MS Access based database for storing indexing data and other

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

XenDesktop Implementation Guide

XenDesktop Implementation Guide Consulting Solutions WHITE PAPER Citrix XenDesktop XenDesktop Implementation Guide Pooled Desktops (Local and Remote) www.citrix.com Contents Contents... 2 Overview... 4 Initial Architecture... 5 Installation

More information

intertrax Suite resource MGR Web

intertrax Suite resource MGR Web intertrax Suite resource MGR Web Resource Management Installation Guide Version 4 2012 Copyright 2003-2012 by Salamander Technologies, Inc. Protected by US Patents 5,573,278; 5,596,652; 5,793,882; 6,761,312;

More information

Dell MessageStats for Lync and the MessageStats Report Pack for Lync & OCS 7.3. User Guide

Dell MessageStats for Lync and the MessageStats Report Pack for Lync & OCS 7.3. User Guide Dell MessageStats for Lync and the MessageStats Report Pack for Lync & OCS 7.3 User Guide 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Team Foundation Server 2012 Installation Guide

Team Foundation Server 2012 Installation Guide Team Foundation Server 2012 Installation Guide Page 1 of 143 Team Foundation Server 2012 Installation Guide Benjamin Day benday@benday.com v1.0.0 November 15, 2012 Team Foundation Server 2012 Installation

More information

Deploying Personal Virtual Desktops by Using RemoteApp and Desktop Connection Step-by-Step Guide

Deploying Personal Virtual Desktops by Using RemoteApp and Desktop Connection Step-by-Step Guide c623242f-20f0-40fe-b5c1-8412a094fdc7 Deploying Personal Virtual Desktops by Using RemoteApp and Desktop Connection Step-by-Step Guide Microsoft Corporation Published: June 2009 Updated: April 2010 Abstract

More information

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide Page 1 of 243 Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide (This is an alpha version of Benjamin Day Consulting, Inc. s installation

More information

Deploying System Center 2012 R2 Configuration Manager

Deploying System Center 2012 R2 Configuration Manager Deploying System Center 2012 R2 Configuration Manager This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT.

More information

How to move a SharePoint Server 2007 32-bit environment to a 64-bit environment on Windows Server 2008.

How to move a SharePoint Server 2007 32-bit environment to a 64-bit environment on Windows Server 2008. 1 How to move a SharePoint Server 2007 32-bit environment to a 64-bit environment on Windows Server 2008. By & Steve Smith, MVP SharePoint Server, MCT Penny Coventry, MVP SharePoint Server, MCT Combined

More information

Web Sites, Virtual Machines, Service Management Portal and Service Management API Beta Installation Guide

Web Sites, Virtual Machines, Service Management Portal and Service Management API Beta Installation Guide Web Sites, Virtual Machines, Service Management Portal and Service Management API Beta Installation Guide Contents Introduction... 2 Environment Topology... 2 Virtual Machines / System Requirements...

More information

Microsoft Office Web Apps Server 2013 Integration with SharePoint 2013 Setting up Load Balanced Office Web Apps Farm with SSL (HTTPS)

Microsoft Office Web Apps Server 2013 Integration with SharePoint 2013 Setting up Load Balanced Office Web Apps Farm with SSL (HTTPS) Microsoft Office Web Apps Server 2013 Integration with SharePoint 2013 Setting up Load Balanced Office Web Apps Farm with SSL (HTTPS) December 25 th, 2015 V.1.0 Prepared by: Manoj Karunarathne MCT, MCSA,

More information

1 Operating System Support for Exchange Server 2013

1 Operating System Support for Exchange Server 2013 By Henry Hazot 1 Operating System Support for Exchange Server 2013 For a successful Exchange server 2013 installation, the following list of supported operating systems should be considered; Component

More information

Immotec Systems, Inc. SQL Server 2005 Installation Document

Immotec Systems, Inc. SQL Server 2005 Installation Document SQL Server Installation Guide 1. From the Visor 360 installation CD\USB Key, open the Access folder and install the Access Database Engine. 2. Open Visor 360 V2.0 folder and double click on Setup. Visor

More information

Windows Firewall Configuration with Group Policy for SyAM System Client Installation

Windows Firewall Configuration with Group Policy for SyAM System Client Installation with Group Policy for SyAM System Client Installation SyAM System Client can be deployed to systems on your network using SyAM Management Utilities. If Windows Firewall is enabled on target systems, it

More information

Reference and Troubleshooting: FTP, IIS, and Firewall Information

Reference and Troubleshooting: FTP, IIS, and Firewall Information APPENDIXC Reference and Troubleshooting: FTP, IIS, and Firewall Information Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the

More information

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2 Table of Contents Table of Contents... 1 I. Introduction... 3 A. ASP.NET Website... 3 B. SQL Server Database... 3 C. Administrative

More information

SharePoint Server for Business Intelligence

SharePoint Server for Business Intelligence SharePoint Server for Business Intelligence SharePoint Business Intelligence Content Team Summary: Step-by-step, learn how to install and configure SharePoint Server 2010 and SQL Server 2008 to create

More information

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

AD RMS Step-by-Step Guide

AD RMS Step-by-Step Guide AD RMS Step-by-Step Guide Microsoft Corporation Published: March 2008 Author: Brian Lich Editor: Carolyn Eller Abstract This step-by-step guide provides instructions for setting up a test environment to

More information

In the Active Directory Domain Services Window, click Active Directory Domain Services.

In the Active Directory Domain Services Window, click Active Directory Domain Services. Installing the Active Directory Domain Services Role Press the Ctrl-Alt-Del on the xxrwdc computer. Log in as the default administrator of the local computer with the username Administrator and cisisthebest!

More information

ProjectWise Mobile Access Server, Product Preview v1.1

ProjectWise Mobile Access Server, Product Preview v1.1 ProjectWise Mobile Access Server, Product Preview v1.1 BENTLEY SYSTEMS, INCORPORATED www.bentley.com Copyright Copyright (c) 2011, Bentley Systems, Incorporated. All Rights Reserved. Trademark Notice Bentley

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Installation of MicroSoft Active Directory

Installation of MicroSoft Active Directory Installation of MicroSoft Active Directory Before you start following this article you must be aware this is simply a lab setup and you need to assign relevant ip address, hostnames & domain names which

More information

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide

Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide Microsoft Corporation Published: October 2006 Author: Brian Lich Editor: Carolyn Eller Abstract This step-by-step guide

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

Trial environment setup. Exchange Server Archiver - 3.0

Trial environment setup. Exchange Server Archiver - 3.0 Trial environment setup Exchange Server Archiver - 3.0 Introduction This document describes how you can set up a trial environment for using Exchange Server Archiver with Exchange Server 2007. You do not

More information

Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2

Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2 Password Reset Server Installation Guide Windows 8 / 8.1 Windows Server 2012 / R2 Last revised: November 12, 2014 Table of Contents Table of Contents... 2 I. Introduction... 4 A. ASP.NET Website... 4 B.

More information

File Auditor for NAS, Net App Edition

File Auditor for NAS, Net App Edition File Auditor for NAS, Net App Edition Installation Guide Revision 1.2 - July 2015 This guide provides a short introduction to the installation and initial configuration of NTP Software File Auditor for

More information

USING DELL POWEREDGE 11G SERVERS TO ENABLE MICROSOFT COLLABORATION TOOLS IN A SMALL BUSINESS ENVIRONMENT

USING DELL POWEREDGE 11G SERVERS TO ENABLE MICROSOFT COLLABORATION TOOLS IN A SMALL BUSINESS ENVIRONMENT USING DELL POWEREDGE 11G SERVERS TO ENABLE MICROSOFT COLLABORATION TOOLS IN A SMALL BUSINESS ENVIRONMENT A collaboration deployment guide commissioned by Dell Inc. Table of contents Table of contents...

More information

USING DELL POWEREDGE 11G SERVERS TO ENABLE MICROSOFT COLLABORATION TOOLS IN AN ENTERPRISE BUSINESS ENVIRONMENT

USING DELL POWEREDGE 11G SERVERS TO ENABLE MICROSOFT COLLABORATION TOOLS IN AN ENTERPRISE BUSINESS ENVIRONMENT USING DELL POWEREDGE 11G SERVERS TO ENABLE MICROSOFT COLLABORATION TOOLS IN AN ENTERPRISE BUSINESS ENVIRONMENT A collaboration deployment guide commissioned by Dell Inc. Table of contents Table of contents...

More information

USING DELL POWEREDGE 11G SERVERS TO ENABLE MICROSOFT COLLABORATION TOOLS IN A MEDIUM-SIZED BUSINESS ENVIRONMENT

USING DELL POWEREDGE 11G SERVERS TO ENABLE MICROSOFT COLLABORATION TOOLS IN A MEDIUM-SIZED BUSINESS ENVIRONMENT USING DELL POWEREDGE 11G SERVERS TO ENABLE MICROSOFT COLLABORATION TOOLS IN A MEDIUM-SIZED BUSINESS ENVIRONMENT A collaboration deployment guide commissioned by Dell Inc. Table of contents Table of contents...

More information

SQL Server Business Intelligence

SQL Server Business Intelligence SQL Server Business Intelligence Setup and Configuration Guide Himanshu Gupta Technology Solutions Professional Data Platform Contents 1. OVERVIEW... 3 2. OBJECTIVES... 3 3. ASSUMPTIONS... 4 4. CONFIGURE

More information

Installing and Configuring Login PI

Installing and Configuring Login PI Installing and Configuring Login PI Login PI Hands-on lab In this lab, you will configure Login PI to provide performance insights for a Windows Server 2012 R2 Remote Desktop Services installation. To

More information

RSA Authentication Manager 8.1 Virtual Appliance Getting Started

RSA Authentication Manager 8.1 Virtual Appliance Getting Started RSA Authentication Manager 8.1 Virtual Appliance Getting Started Thank you for purchasing RSA Authentication Manager 8.1, the world s leading two-factor authentication solution. This document provides

More information

Using IIS Application Request Routing to Publish Lync Server 2013 Web Services

Using IIS Application Request Routing to Publish Lync Server 2013 Web Services Using IIS Application Request Routing to Publish Lync Server 2013 Web Services DISCLAIMER 2014 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Hyper-V, Internet Explorer, Lync,

More information

Microsoft SQL Server 2014. Installation Guide

Microsoft SQL Server 2014. Installation Guide Microsoft SQL Server 2014 Installation Guide Notices 2015 XMPie Inc. All rights reserved. U.S. Patents 6948115, 7406194, 7548338, 7757169 and pending patents. JP Patent 4406364B and pending patents. Microsoft

More information

Setting Up SSL on IIS6 for MEGA Advisor

Setting Up SSL on IIS6 for MEGA Advisor Setting Up SSL on IIS6 for MEGA Advisor Revised: July 5, 2012 Created: February 1, 2008 Author: Melinda BODROGI CONTENTS Contents... 2 Principle... 3 Requirements... 4 Install the certification authority

More information

DEPLOY A SINGLE-SERVER OFFICE WEB APPS SERVER FARM THAT USES HTTPS

DEPLOY A SINGLE-SERVER OFFICE WEB APPS SERVER FARM THAT USES HTTPS DEPLOY A SINGLE-SERVER OFFICE WEB APPS SERVER FARM THAT USES HTTPS Introduced in Lync Server 2013 is the requirement of Office Web Apps Server to support the use of PowerPoint Presentations in Lync Online

More information

BusinessObjects Enterprise XI Release 2

BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 How to configure an Internet Information Services server as a front end to a WebLogic application server Overview Contents This document describes the process of

More information

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE Contents Introduction... 3 Step 1 Create Azure Components... 5 Step 1.1 Virtual Network... 5 Step 1.1.1 Virtual Network Details... 6 Step 1.1.2 DNS Servers

More information

FTP, IIS, and Firewall Reference and Troubleshooting

FTP, IIS, and Firewall Reference and Troubleshooting FTP, IIS, and Firewall Reference and Troubleshooting Although Cisco VXC Manager automatically installs and configures everything you need for use with respect to FTP, IIS, and the Windows Firewall, the

More information

Kaseya 2. Installation guide. Version 7.0. English

Kaseya 2. Installation guide. Version 7.0. English Kaseya 2 Kaseya Server Setup Installation guide Version 7.0 English September 4, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

This How To guide will take you through configuring Network Load Balancing and deploying MOSS 2007 in SharePoint Farm.

This How To guide will take you through configuring Network Load Balancing and deploying MOSS 2007 in SharePoint Farm. Quick Brief This How To guide will take you through configuring Network Load Balancing and deploying MOSS 2007 in SharePoint Farm. This document will serve as prerequisite for Enterprise Portal deployment

More information

Team Foundation Server 2013 Installation Guide

Team Foundation Server 2013 Installation Guide Team Foundation Server 2013 Installation Guide Page 1 of 164 Team Foundation Server 2013 Installation Guide Benjamin Day benday@benday.com v1.1.0 May 28, 2014 Team Foundation Server 2013 Installation Guide

More information

Microsoft.Braindumps.70-664.v2013-12-31.by.Toni.75q

Microsoft.Braindumps.70-664.v2013-12-31.by.Toni.75q Microsoft.Braindumps.70-664.v2013-12-31.by.Toni.75q Number: 70-664 Passing Score: 700 Time Limit: 120 min File Version: 12.5 http://www.gratisexam.com/ Exam Code: 70-664 Exam Name: TS: Microsoft Lync Server

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2 DocAve 6 Service Pack 1 Installation Guide Revision C Issued September 2012 1 Table of Contents About the Installation Guide... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin...

More information

4.0 SP1 (4.0.1.0) November 2014 702P03296. Xerox FreeFlow Core Installation Guide: Windows Server 2008 R2

4.0 SP1 (4.0.1.0) November 2014 702P03296. Xerox FreeFlow Core Installation Guide: Windows Server 2008 R2 4.0 SP1 (4.0.1.0) November 2014 702P03296 Installation Guide: Windows Server 2008 R2 2014 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, FreeFlow, and VIPP are trademarks of Xerox Corporation

More information

Installation Instruction STATISTICA Enterprise Server

Installation Instruction STATISTICA Enterprise Server Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of

More information

ArcMail Technology Defender Mail Server Configuration Guide for Microsoft Exchange Server 2003 / 2000

ArcMail Technology Defender Mail Server Configuration Guide for Microsoft Exchange Server 2003 / 2000 ArcMail Technology Defender Mail Server Configuration Guide for Microsoft Exchange Server 2003 / 2000 Version 3.2 ArcMail Technology 401 Edwards Street, Suite 1601 Shreveport, LA 71101 Support: (888) 790-9252

More information

Enabling Users for Lync services

Enabling Users for Lync services Enabling Users for Lync services 1) Login to collaborate.widevoice Server as admin user 2) Open Lync Server control Panel as Run As Administrator 3) Click on Users option and click Enable Users option

More information

Burst Technology bt-loganalyzer SE

Burst Technology bt-loganalyzer SE Burst Technology bt-loganalyzer SE Burst Technology Inc. 9240 Bonita Beach Rd, Bonita Springs, FL 34135 CONTENTS WELCOME... 3 1 SOFTWARE AND HARDWARE REQUIREMENTS... 3 2 SQL DESIGN... 3 3 INSTALLING BT-LOGANALYZER...

More information

Configuring Windows Server Clusters

Configuring Windows Server Clusters Configuring Windows Server Clusters In Enterprise network, group of servers are often used to provide a common set of services. For example, Different physical computers can be used to answer request directed

More information

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015

Metalogix SharePoint Backup. Advanced Installation Guide. Publication Date: August 24, 2015 Metalogix SharePoint Backup Publication Date: August 24, 2015 All Rights Reserved. This software is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this

More information

Setup and configuration for Intelicode. SQL Server Express

Setup and configuration for Intelicode. SQL Server Express Setup and configuration for Intelicode SQL Server Express Due to overwhelming demand and the increased load on support, we are providing a complete SQL Server installation walkthrough document. SQL Server

More information

AD RMS Windows Server 2008 to Windows Server 2008 R2 Migration and Upgrade Guide... 2 About this guide... 2

AD RMS Windows Server 2008 to Windows Server 2008 R2 Migration and Upgrade Guide... 2 About this guide... 2 Contents AD RMS Windows Server 2008 to Windows Server 2008 R2 Migration and Upgrade Guide... 2 About this guide... 2 Preparing for the migration or upgrade of an AD RMS cluster... 2 Checklist: Preparing

More information

Quick Start Guide for Parallels Virtuozzo

Quick Start Guide for Parallels Virtuozzo PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

Microsoft Corporation. Project Server 2010 Installation Guide

Microsoft Corporation. Project Server 2010 Installation Guide Microsoft Corporation Project Server 2010 Installation Guide Office Asia Team 11/4/2010 Table of Contents 1. Prepare the Server... 2 1.1 Install KB979917 on Windows Server... 2 1.2 Creating users and groups

More information

Application Notes for Microsoft Office Communicator Clients with Avaya Communication Manager Phones - Issue 1.1

Application Notes for Microsoft Office Communicator Clients with Avaya Communication Manager Phones - Issue 1.1 Avaya Solution & Interoperability Test Lab Application Notes for Microsoft Office Communicator Clients with Avaya Communication Manager Phones - Issue 1.1 Abstract These Application Notes describe the

More information

Desktop Surveillance Help

Desktop Surveillance Help Desktop Surveillance Help Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating from Desktop Surveillance 2.6 to Desktop Surveillance 3.2... 13 Program Structure... 14 Getting

More information

RSA Security Analytics

RSA Security Analytics RSA Security Analytics Event Source Log Configuration Guide Microsoft Windows using Eventing Collection Last Modified: Thursday, July 30, 2015 Event Source Product Information: Vendor: Microsoft Event

More information

Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud

Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud Implementing Microsoft Windows Server Failover Clustering (WSFC) and SQL Server 2012 AlwaysOn Availability Groups in the AWS Cloud David Pae, Ulf Schoo June 2013 (Please consult http://aws.amazon.com/windows/

More information

Configuring a SQL Server Reporting Services scale-out deployment to run on a Network Load Balancing cluster

Configuring a SQL Server Reporting Services scale-out deployment to run on a Network Load Balancing cluster Microsoft Dynamics AX Configuring a SQL Server Reporting Services scale-out deployment to run on a Network Load Balancing cluster White Paper A SQL Server Reporting Services (SSRS) scale-out deployment

More information

PaperPort PSP Server 3 SERVER ADMINISTRATOR S GUIDE

PaperPort PSP Server 3 SERVER ADMINISTRATOR S GUIDE PaperPort PSP Server 3 SERVER ADMINISTRATOR S GUIDE 1. Third party licenses and notices 5 2. Welcome 6 3. Installation requirements 7 3.1. System requirements 7 3.2. Installing prerequisites 7 3.3. Pre-installation

More information

PROXY SETUP WITH IIS USING URL REWRITE, APPLICATION REQUEST ROUTING AND WEB FARM FRAMEWORK OR APACHE HTTP SERVER FOR EMC DOCUMENTUM EROOM

PROXY SETUP WITH IIS USING URL REWRITE, APPLICATION REQUEST ROUTING AND WEB FARM FRAMEWORK OR APACHE HTTP SERVER FOR EMC DOCUMENTUM EROOM White Paper PROXY SETUP WITH IIS USING URL REWRITE, APPLICATION REQUEST ROUTING AND WEB FARM FRAMEWORK OR APACHE HTTP SERVER FOR EMC DOCUMENTUM EROOM Abstract This white paper explains how to setup Proxy

More information

Microsoft Dynamics GP 2010. SQL Server Reporting Services Guide

Microsoft Dynamics GP 2010. SQL Server Reporting Services Guide Microsoft Dynamics GP 2010 SQL Server Reporting Services Guide April 4, 2012 Copyright Copyright 2012 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information

More information

Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008

Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Nature of Document: Guideline Product(s): IBM Cognos Express Area of Interest: Infrastructure 2 Copyright and Trademarks Licensed Materials

More information

Step-by-Step Guide for Creating and Testing Connection Manager Profiles in a Test Lab

Step-by-Step Guide for Creating and Testing Connection Manager Profiles in a Test Lab Step-by-Step Guide for Creating and Testing Connection Manager Profiles in a Test Lab Microsoft Corporation Published: May, 2005 Author: Microsoft Corporation Abstract This guide describes how to create

More information

ilaw Installation Procedure

ilaw Installation Procedure ilaw Installation Procedure This guide will provide a reference for a full installation of ilaw Case Management Software. Contents ilaw Overview How ilaw works Installing ilaw Server on a PC Installing

More information

Crestron Fusion Version 9.3 Enterprise Management Platform Installation Guide

Crestron Fusion Version 9.3 Enterprise Management Platform Installation Guide Crestron Fusion Version 9.3 Enterprise Management Platform Installation Guide The specific patents that cover Crestron products are listed at patents.crestron.com. Crestron, the Crestron logo, Capture

More information

Preparing an IIS Server for EmpowerID installation

Preparing an IIS Server for EmpowerID installation Preparing an IIS Server for EmpowerID installation By: Jamis Eichenauer Last Updated: October 7, 2014 Contents Hardware preparation... 3 Software preparation... 3 IIS preparation... 4 Disabling User Account

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

How To Install And Configure Windows Server 2003 On A Student Computer

How To Install And Configure Windows Server 2003 On A Student Computer Course: WIN310 Student Lab Setup Guide Microsoft Windows Server 2003 Network Infrastructure (70-291) ISBN: 0-470-06887-6 STUDENT COMPUTER SETUP Hardware Requirements All hardware must be on the Microsoft

More information

Barracuda Message Archiver Vx Deployment. Whitepaper

Barracuda Message Archiver Vx Deployment. Whitepaper Barracuda Message Archiver Vx Deployment Whitepaper Document Scope This document provides guidance on designing and deploying Barracuda Message Archiver Vx on VMware vsphere Document Scope, and Microsoft

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Microsoft Lync Server 2010

Microsoft Lync Server 2010 Microsoft Lync Server 2010 Scale to a Load Balanced Enterprise Edition Pool with WebMux Walkthrough Published: March. 2012 For the most up to date version of the Scale to a Load Balanced Enterprise Edition

More information

Kaseya Server Instal ation User Guide June 6, 2008

Kaseya Server Instal ation User Guide June 6, 2008 Kaseya Server Installation User Guide June 6, 2008 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations. Kaseya's

More information

Microsoft Business Intelligence 2012 Single Server Install Guide

Microsoft Business Intelligence 2012 Single Server Install Guide Microsoft Business Intelligence 2012 Single Server Install Guide Howard Morgenstern Business Intelligence Expert Microsoft Canada 1 Table of Contents Microsoft Business Intelligence 2012 Single Server

More information

Using LifeSize systems with Microsoft Office Communications Server 2007. Server Setup

Using LifeSize systems with Microsoft Office Communications Server 2007. Server Setup Using LifeSize systems with Microsoft Office Communications Server 2007 This technical note describes the steps to integrate a LifeSize video communications device with Microsoft Office Communication Server

More information

Load Balancing Exchange 2007 SP1 Hub Transport Servers using Windows Network Load Balancing Technology

Load Balancing Exchange 2007 SP1 Hub Transport Servers using Windows Network Load Balancing Technology Load Balancing Exchange 2007 SP1 Hub Transport Servers using Windows Network Load Balancing Technology Introduction Exchange Server 2007 (RTM and SP1) Hub Transport servers are resilient by default. This

More information

Smart Auditor 1.3 Installation and Configuration

Smart Auditor 1.3 Installation and Configuration WHITE PAPER XenApp 6 Smart Auditor 1.3 Installation and Configuration XenApp6 www.citrix.com Table of Contents Smart Auditor Overview...3 Components...3 Communication...3 Deployment Notes...3 Provisioning

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

WhatsUp Gold v16.2 Installation and Configuration Guide WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

Microsoft Dynamics GP Release

Microsoft Dynamics GP Release Microsoft Dynamics GP Release Workflow Installation and Upgrade Guide February 17, 2011 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is.

More information

How To Manage Storage With Novell Storage Manager 3.X For Active Directory

How To Manage Storage With Novell Storage Manager 3.X For Active Directory www.novell.com/documentation Installation Guide Novell Storage Manager 4.1 for Active Directory September 10, 2015 Legal Notices Condrey Corporation makes no representations or warranties with respect

More information

ILTA 2013 - HAND 6B. Upgrading and Deploying. Windows Server 2012. In the Legal Environment

ILTA 2013 - HAND 6B. Upgrading and Deploying. Windows Server 2012. In the Legal Environment ILTA 2013 - HAND 6B Upgrading and Deploying Windows Server 2012 In the Legal Environment Table of Contents Purpose of This Lab... 3 Lab Environment... 3 Presenter... 3 Exercise 1 Add Roles and Features...

More information

Appendix B Lab Setup Guide

Appendix B Lab Setup Guide JWCL031_appB_467-475.indd Page 467 5/12/08 11:02:46 PM user-s158 Appendix B Lab Setup Guide The Windows Server 2008 Applications Infrastructure Configuration title of the Microsoft Official Academic Course

More information

Velocity Web Services Client 1.0 Installation Guide and Release Notes

Velocity Web Services Client 1.0 Installation Guide and Release Notes Velocity Web Services Client 1.0 Installation Guide and Release Notes Copyright 2014-2015, Identiv. Last updated June 24, 2015. Overview This document provides the only information about version 1.0 of

More information

Smart Cloud Integration Pack. For System Center Operation Manager. v1.1.0. User's Guide

Smart Cloud Integration Pack. For System Center Operation Manager. v1.1.0. User's Guide Smart Cloud Integration Pack For System Center Operation Manager v1.1.0 User's Guide Table of Contents 1. INTRODUCTION... 6 1.1. Overview... 6 1.2. Feature summary... 7 1.3. Supported Microsoft System

More information

Installation and Deployment

Installation and Deployment Installation and Deployment Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Installation and Deployment SmarterStats

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information