--- title: Viewing App-V Server Publishing Metadata description: Viewing App-V Server Publishing Metadata author: jamiejdt ms.assetid: 048dd42a-24d4-4cc4-81f6-7a919aadd9b2 ms.pagetype: mdop, appcompat, virtualization ms.mktglfcycl: deploy ms.sitesec: library ms.prod: w10 ms.date: 06/16/2016 --- # Viewing App-V Server Publishing Metadata Use this procedure to view publishing metadata, which can help you resolve publishing-related issues. You must be using the App-V Management server to use this procedure. This article contains the following information: - [App-V 5.0 SP3 requirements for viewing publishing metadata](#bkmk-50sp3-reqs-pub-meta) - [Syntax to use for viewing publishing metadata](#bkmk-syntax-view-pub-meta) - [Query values for client operating system and version](#bkmk-values-query-pub-meta) - [Definition of publishing metadata](#bkmk-whatis-pub-metadata) ## App-V 5.0 SP3 requirements for viewing publishing metadata In App-V 5.0 SP3, you must provide the following values in the address when you query the App-V Publishing server for metadata:
Value | Additional details |
---|---|
ClientVersion |
If you omit the ClientVersion parameter from the query, the metadata excludes the new App-V 5.0 SP3 features. |
ClientOS |
You have to provide this value only if you select specific client operating systems when you sequence the package. If you select the default (all operating systems), do not specify this value in the query. If you omit the ClientOS parameter from the query, only the packages that were sequenced to support any operating system appear in the metadata. |
Version of App-V | Query syntax | Parameter descriptions | Example | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
App-V 5.0 SP3 |
|
To get the name of the Publishing server and the port number (http://<PubServer>:<Publishing Port#>) from the App-V Client, look at the URL configuration of the Get-AppvPublishingServer PowerShell cmdlet. |
In the example:
|
||||||||||
App-V 5.0 through App-V 5.0 SP2 |
Note
ClientVersion and ClientOS are supported only in App-V 5.0 SP3. |
See the information for App-V 5.0 SP3. |
In the example, A Windows Server 2012 R2 named “pubsvr01” hosts the Management and Publishing services. |
Operating system | Architecture | Operating string string value |
---|---|---|
Windows 8.1 |
64-bit |
WindowsClient_6.2_x64 |
Windows 8.1 |
32-bit |
WindowsClient_6.2_x86 |
Windows 8 |
64-bit |
WindowsClient_6.2_x64 |
Windows 8 |
32-bit |
WindowsClient_6.2_x86 |
Windows Server 2012 R2 |
64-bit |
WindowsServer_6.2_x64 |
Windows Server 2012 R2 |
32-bit |
WindowsServer_6.2_x86 |
Windows Server 2012 |
64-bit |
WindowsServer_6.2_x64 |
Windows Server 2012 |
32-bit |
WindowsServer_6.2_x86 |
Windows 7 |
64-bit |
WindowsClient_6.1_x64 |
Windows 7 |
32-bit |
WindowsClient_6.1_x86 |
Windows Server 2008 R2 |
64-bit |
WindowsServer_6.1_x64 |
Windows Server 2008 R2 |
32-bit |
WindowsServer_6.1_x86 |