Created "install the reporting server on a standalone computer" and "app-v deployment checklist" edits

This commit is contained in:
Heidi Lohr
2018-02-15 11:00:26 -08:00
parent ff5098f020
commit 5248df3f37
2 changed files with 121 additions and 0 deletions

View File

@ -0,0 +1,74 @@
---
title: App-V Deployment Checklist (Windows 10)
description: App-V Deployment Checklist
author: MaggiePucciEvans
ms.pagetype: mdop, appcompat, virtualization
ms.mktglfcycl: deploy
ms.sitesec: library
ms.prod: w10
ms.date: 04/19/2017
---
# App-V Deployment Checklist
>Applies to Windows 10, version 1607.
This checklist outlines the recommended steps and items to consider when deploying App-V features. Use it to organize your priorites while you deploy App-V. You can copy this checklist into a spreadsheet program and customize it for your use.
<table>
<colgroup>
<col width="25%" />
<col width="25%" />
<col width="25%" />
<col width="25%" />
</colgroup>
<thead>
<tr class="header">
<th align="left"></th>
<th align="left">Task</th>
<th align="left">References</th>
<th align="left">Notes</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="left"><img src="images/checklistbox.gif" alt="Checklist box" /></td>
<td align="left"><p>Prepare the computing environment for App-V deployment during your planning phase.</p></td>
<td align="left"><p>[App-V planning checklist](appv-planning-checklist.md)</p></td>
<td align="left"><p></p></td>
</tr>
<tr class="even">
<td align="left"><img src="images/checklistbox.gif" alt="Checklist box" /></td>
<td align="left"><p>Review App-V's supported configurations.</p></td>
<td align="left"><p>[App-V supported configurations](appv-supported-configurations.md)</p></td>
<td align="left"><p></p></td>
</tr>
<tr class="odd">
<td align="left"><img src="images/checklistbox.gif" alt="Checklist box" /></td>
<td align="left"><p>Run App-V Setup to deploy the required App-V features for your environment.</p>
<div class="alert">
<strong>Note</strong>
<p>Keep track of the server names and associated URLs created during installation. You'll need this information throughout the installation process.</p>
</div>
<div>
 
</div></td>
<td align="left"><p></p>
<ul>
<li><p>[How to install the sequencer](appv-install-the-sequencer.md)</p></li>
<li><p>[Enable the App-V desktop client](appv-enable-the-app-v-desktop-client.md)</p></li>
<li><p>[How to deploy the App-V server](appv-deploy-the-appv-server.md)</p></li>
</ul></td>
<td align="left"><p></p></td>
</tr>
</tbody>
</table>
## Have a suggestion for App-V?
Add or vote on suggestions on the [Application Virtualization feedback site](http://appv.uservoice.com/forums/280448-microsoft-application-virtualization).
For App-V issues, use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-US/home?forum=mdopappv).
## Related topics
* [Deploying App-V](appv-deploying-appv.md)

View File

@ -0,0 +1,47 @@
---
title: How to install the Reporting Server on a Standalone Computer and Connect it to the Database (Windows 10)
description: How to install the App-V Reporting Server on a Standalone Computer and Connect it to the Database
author: MaggiePucciEvans
ms.pagetype: mdop, appcompat, virtualization
ms.mktglfcycl: deploy
ms.sitesec: library
ms.prod: w10
ms.date: 04/19/2017
---
# How to install the reporting server on a standalone computer and connect it to the database
>Applies to Windows Server 2016.
Use the following procedure to install the reporting server on a standalone computer and connect it to the database.
>[!IMPORTANT]
>Before performing the following procedure you should read and understand [About App-V reporting](appv-reporting.md).
**To install the reporting server on a standalone computer and connect it to the database**
1. Copy the App-V server installation files to the computer you plan to install it on. To start the App-V server installation, run **appv\_server\_setup.exe** as an administrator, then select **Install**.
2. On the **Getting started** page, review and accept the license terms, then select **Next**.
3. On the **Use Microsoft Update to help keep your computer secure and up-to-date** page, to enable Microsoft Update, select **Use Microsoft Update when I check for updates (recommended)**. To disable Microsoft Update, select **I dont want to use Microsoft Update**. Select **Next**.
4. On the **Feature selection** page, select the **Reporting Server** checkbox, then select **Next**.
5. On the **Installation location** page, accept the default location and select **Next**.
6. On the **Configure existing reporting database** page, select **Use a remote SQL Server**, then enter the machine name of the computer running Microsoft SQL Server. For example, you can name your computer **SqlServerMachine**.
>[!NOTE]
>If the Microsoft SQL Server is deployed on the same server, select **Use local SQL Server**. For the SQL Server instance, select **Use the default instance**. If you're using a custom Microsoft SQL Server instance, select **Use a custom instance**, then enter the name of your custom instance. Specify the **SQL Server Database name** that this reporting server will use; for example, you can name the server **AppvReporting**.
7. On the **Configure reporting server configuration** page.
* Specify the website name you want to use for the reporting service. Leave the default unchanged if you do not have a custom name.
* For the **Port binding**, specify a unique, five-digit port number for App-V to use, such as **55555**. Make sure that the specified port isn't being used by another website.
8. Select **Install**.
## Have a suggestion for App-V?
Add or vote on suggestions on the [Application Virtualization feedback site](http://appv.uservoice.com/forums/280448-microsoft-application-virtualization).
For App-V issues, use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-US/home?forum=mdopappv).
## Related topics
* [About App-V reporting](appv-reporting.md)
* [Deploying App-V](appv-deploying-appv.md)
* [How to enable reporting on the App-V client by using Windows PowerShell](appv-enable-reporting-on-the-appv-client-with-powershell.md)