--- title: How to Enable Reporting on the App-V 5.0 Client by Using PowerShell description: How to Enable Reporting on the App-V 5.0 Client by Using PowerShell author: jamiejdt ms.assetid: a7aaf553-0f83-4cd0-8df8-93a5f1ebe497 ms.pagetype: mdop, appcompat, virtualization ms.mktglfcycl: deploy ms.sitesec: library ms.prod: w10 ms.date: 06/16/2016 --- # How to Enable Reporting on the App-V 5.0 Client by Using PowerShell Use the following procedure to configure the App-V 5.0 for reporting. **To configure the computer running the App-V 5.0 client for reporting** 1. Install the App-V 5.0 client. For more information about installing the client see [How to Deploy the App-V Client](how-to-deploy-the-app-v-client-gb18030.md). 2. After you have installed the App-V 5.0 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. |