Book Image

Microsoft Application Virtualization Cookbook

Book Image

Microsoft Application Virtualization Cookbook

Overview of this book

Table of Contents (17 chapters)
Microsoft Application Virtualization Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Analyzing client-side logs


Just like in server-side logging, the App-V logs are consolidated in Event Viewer, and not all of the logging features are enabled by default. In this recipe, you will learn how to enable and analyze these additional logs.

Getting ready

To complete these steps, you will need to have the App-V client installed on a Windows 8.1 PC.

How to do it...

The following list shows you the high-level steps involved in this recipe and the tasks required to complete this recipe (all of the actions in this recipe will take place on the server DC):

  • Launch Event Viewer and view the App-V logs

  • Enable Analytic and Debug logging

The implementation of the preceding tasks is as follows:

  1. On your Windows 8.1 client, launch Event Viewer.

  2. Navigate to Applications and Services Logs | Microsoft | AppV | Client and note the Admin, Operational and Virtual Applications logs, which are enabled by default.

  3. To show the additional logging, navigate to View | Show Analytic and Debug Logs.

  4. A significant quantity...