From 5248df3f3796a36e22239c1ac13f02c9cd7fc271 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Thu, 15 Feb 2018 11:00:26 -0800 Subject: [PATCH] Created "install the reporting server on a standalone computer" and "app-v deployment checklist" edits --- .../appv-deployment-checklist.md | 74 +++++++++++++++++++ ...porting-server-on-a-standalone-computer.md | 47 ++++++++++++ 2 files changed, 121 insertions(+) create mode 100644 windows/application-management/app-v/revision-heidi/appv-deployment-checklist.md create mode 100644 windows/application-management/app-v/revision-heidi/appv-install-the-reporting-server-on-a-standalone-computer.md diff --git a/windows/application-management/app-v/revision-heidi/appv-deployment-checklist.md b/windows/application-management/app-v/revision-heidi/appv-deployment-checklist.md new file mode 100644 index 0000000000..9625a2f278 --- /dev/null +++ b/windows/application-management/app-v/revision-heidi/appv-deployment-checklist.md @@ -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. + + ++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TaskReferencesNotes
Checklist box

Prepare the computing environment for App-V deployment during your planning phase.

[App-V planning checklist](appv-planning-checklist.md)

Checklist box

Review App-V's supported configurations.

[App-V supported configurations](appv-supported-configurations.md)

Checklist box

Run App-V Setup to deploy the required App-V features for your environment.

+
+Note +

Keep track of the server names and associated URLs created during installation. You'll need this information throughout the installation process.

+
+
+  +

+
    +
  • [How to install the sequencer](appv-install-the-sequencer.md)

  • +
  • [Enable the App-V desktop client](appv-enable-the-app-v-desktop-client.md)

  • +
  • [How to deploy the App-V server](appv-deploy-the-appv-server.md)

  • +

+ +## 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) diff --git a/windows/application-management/app-v/revision-heidi/appv-install-the-reporting-server-on-a-standalone-computer.md b/windows/application-management/app-v/revision-heidi/appv-install-the-reporting-server-on-a-standalone-computer.md new file mode 100644 index 0000000000..90ae60dedd --- /dev/null +++ b/windows/application-management/app-v/revision-heidi/appv-install-the-reporting-server-on-a-standalone-computer.md @@ -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 don’t 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) \ No newline at end of file