windows-itpro-docs/mdop/appv-v5/how-to-enable-reporting-on-the-app-v-51-client-by-using-powershell.md
2019-05-30 09:52:44 -03:00

4.1 KiB

title, description, author, ms.assetid, ms.reviewer, manager, ms.author, ms.pagetype, ms.mktglfcycl, ms.sitesec, ms.prod, ms.date
title description author ms.assetid ms.reviewer manager ms.author ms.pagetype ms.mktglfcycl ms.sitesec ms.prod ms.date
How to Enable Reporting on the App-V 5.1 Client by Using PowerShell How to Enable Reporting on the App-V 5.1 Client by Using PowerShell dansimp c4c58be6-cc50-44f6-bf4f-8346fc5d0c0e dansimp dansimp mdop, appcompat, virtualization deploy library w10 06/16/2016

How to Enable Reporting on the App-V 5.1 Client by Using PowerShell

Use the following procedure to configure the App-V 5.1 for reporting.

To configure the computer running the App-V 5.1 client for reporting

  1. Install the App-V 5.1 client. For more information about installing the client see How to Deploy the App-V Client.

  2. After you have installed the App-V 5.1 client, use the Set-AppvClientConfiguration PowerShell to configure appropriate Reporting Configuration settings:

    Setting Description

    ReportingEnabled

    Enables the client to return information to a reporting server. This setting is required for the client to collect the reporting data on the client.

    ReportingServerURL

    Specifies the location on the reporting server where client information is saved. For example, http://<reportingservername>:<reportingportnumber>.

    Note  

    This is the port number that was assigned during the Reporting Server setup

     

    Reporting Start Time

    This is set to schedule the client to automatically send the data to the server. This setting will indicate the hour at which the reporting data will start to send. It is in the 24 hour format and will take a number between 0-23.

    ReportingRandomDelay

    Specifies the maximum delay (in minutes) for data to be sent to the reporting server. When the scheduled task is started, the client generates a random delay between 0 and ReportingRandomDelay and will wait the specified duration before sending data.

    ReportingInterval

    Specifies the retry interval that the client will use to resend data to the reporting server.

    ReportingDataCacheLimit

    Specifies the maximum size in megabytes (MB) of the XML cache for storing reporting information. The size applies to the cache in memory. When the limit is reached, the log file will roll over.

    ReportingDataBlockSize

    Specifies the maximum size in megabytes (MB) of the XML cache for storing reporting information. The size applies to the cache in memory. When the limit is reached, the log file will roll over.

     

  3. After the appropriate settings have been configured, the computer running the App-V 5.1 client will automatically collect data and will send the data back to the reporting server.

    Additionally, administrators can manually send the data back in an on-demand manner using the Send-AppvClientReport PowerShell cmdlet.

    Got a suggestion for App-V? Add or vote on suggestions here. Got an App-V issue? Use the App-V TechNet Forum.

Administering App-V 5.1 by Using PowerShell