mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +00:00
Merge pull request #135 from JanKeller1/8442312
Took unviewable table out of table fmt; updated URL info
This commit is contained in:
commit
9f02d91f8f
@ -11,137 +11,66 @@ ms.prod: w10
|
||||
|
||||
# Viewing App-V Server Publishing Metadata
|
||||
|
||||
Applies to: Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, and Windows Server 2008 R2
|
||||
Applies to: Windows Server 2016
|
||||
|
||||
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.
|
||||
Use this procedure to view App-V Server 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 requirements for viewing publishing metadata](#bkmk-51-reqs-pub-meta)
|
||||
- [Definition of publishing metadata](#bkmk-whatis-pub-metadata)
|
||||
|
||||
- [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)
|
||||
- [Query values for client operating system](#bkmk-values-query-pub-meta)
|
||||
|
||||
- [Definition of publishing metadata](#bkmk-whatis-pub-metadata)
|
||||
## <a href="" id="bkmk-whatis-pub-metadata"></a>Definition of publishing metadata
|
||||
|
||||
## <a href="" id="bkmk-51-reqs-pub-meta"></a>App-V requirements for viewing publishing metadata
|
||||
When packages are published to a computer that is running the App-V client, metadata is sent to that computer indicating which packages and connection groups are being published. The App-V Client makes two separate requests for the following:
|
||||
|
||||
- Packages and connection groups that are entitled to the client computer.
|
||||
|
||||
In App-V, you must provide the following values in the address when you query the App-V Publishing server for metadata:
|
||||
- Packages and connection groups that are entitled to the current user.
|
||||
|
||||
<table>
|
||||
<colgroup>
|
||||
<col width="50%" />
|
||||
<col width="50%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr class="header">
|
||||
<th align="left">Value</th>
|
||||
<th align="left">Additional details</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd">
|
||||
<td align="left"><p><strong>ClientVersion</strong></p></td>
|
||||
<td align="left"><p>If you omit the <strong>ClientVersion</strong> parameter from the query, the metadata excludes the features that were new in App-V 5.0 SP3.</p></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left"><p><strong>ClientOS</strong></p></td>
|
||||
<td align="left"><p>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.</p>
|
||||
<p>If you omit the <strong>ClientOS</strong> parameter from the query, only the packages that were sequenced to support any operating system appear in the metadata.</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
The Publishing server communicates with the Management server to determine which packages and connection groups are available to the requester. The Publishing server must be registered with the Management server in order for the metadata to be generated.
|
||||
|
||||
|
||||
You can view the metadata for each request in an Internet browser by using a query that is in the context of the specific user or computer.
|
||||
|
||||
## <a href="" id="bkmk-syntax-view-pub-meta"></a>Query syntax for viewing publishing metadata
|
||||
|
||||
This section provides information about queries for viewing publishing metadata for App-V 5.0 SP3 Server and App-V 5.1 server. The App-V server components have not changed since App-V 5.0 was released, so App-V 5.x Server is the version of the server used with App-V for Windows 10.
|
||||
|
||||
The following table provides the syntax and query examples.
|
||||
**Query syntax**
|
||||
|
||||
<table>
|
||||
<colgroup>
|
||||
<col width="25%" />
|
||||
<col width="25%" />
|
||||
<col width="25%" />
|
||||
<col width="25%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr class="header">
|
||||
<th align="left">Version of App-V</th>
|
||||
<th align="left">Query syntax</th>
|
||||
<th align="left">Parameter descriptions</th>
|
||||
<th align="left">Example</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd">
|
||||
<td align="left"><p>App-V 5.0 SP3 and App-V</p></td>
|
||||
<td align="left"><p><code>http://<PubServer>:<Publishing Port#>/?ClientVersion=<AppvClientVersion>&ClientOS=<OSStringValue></code></p></td>
|
||||
<td align="left"><table>
|
||||
<colgroup>
|
||||
<col width="50%" />
|
||||
<col width="50%" />
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr class="header">
|
||||
<th align="left">Parameter</th>
|
||||
<th align="left">Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr class="odd">
|
||||
<td align="left"><p><PubServer></p></td>
|
||||
<td align="left"><p>Name of the App-V Publishing server.</p></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left"><p><Publishing Port#></p></td>
|
||||
<td align="left"><p>Port to the App-V Publishing server, which you defined when you configured the Publishing server.</p></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left"><p>ClientVersion=<AppvClientVersion></p></td>
|
||||
<td align="left"><p>Version of the App-V client. Refer to the following table for the correct value to use.</p></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left"><p>ClientOS=<OSStringValue></p></td>
|
||||
<td align="left"><p>Operating system of the computer that is running the App-V client. Refer to the following table for the correct value to use.</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p> </p>
|
||||
<p>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 <strong>Get-AppvPublishingServer</strong> PowerShell cmdlet.</p></td>
|
||||
<td align="left"><p><code>http://pubsvr01:2718/?clientversion=5.0.10066.0&clientos=WindowsClient_6.2_x64</code></p>
|
||||
<p>In the example:</p>
|
||||
<ul>
|
||||
<li><p>A Windows Server 2012 R2 named “pubsvr01” hosts the Publishing service.</p></li>
|
||||
<li><p>The Windows client is Windows 8.1 64-bit.</p></li>
|
||||
</ul></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left"><p>App-V 5.0 through App-V 5.0 SP2</p></td>
|
||||
<td align="left"><p><code>http://<PubServer>:<Publishing Port#>/ </code></p>
|
||||
<div class="alert">
|
||||
<strong>Note</strong>
|
||||
<p><strong>ClientVersion</strong> and <strong>ClientOS</strong> are supported only in App-V 5.0 SP3 and App-V.</p>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
</div></td>
|
||||
<td align="left"><p>See the information for App-V 5.0 SP3 and App-V.</p></td>
|
||||
<td align="left"><p><code>http://pubsvr01:2718</code></p>
|
||||
<p>In the example, A Windows Server 2012 R2 named “pubsvr01” hosts the Management and Publishing services.</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
`http://<PubServer>:<Publishing Port#>/?ClientVersion=<BuildNumber>&ClientOS=<OSStringValue>`
|
||||
|
||||
|
||||
For information about the variables in this syntax, see the table that follows.
|
||||
|
||||
## <a href="" id="bkmk-values-query-pub-meta"></a>Query values for client operating system and version
|
||||
**Query example**
|
||||
|
||||
`http://pubsvr01:2718/?ClientVersion=10.0.14393&ClientOS=WindowsClient_10.0_x64`
|
||||
|
||||
In your publishing metadata query, enter the string values that correspond to the client operating system and version that you’re using.
|
||||
In this example:
|
||||
|
||||
- A computer running Windows Server 2016 named “pubsvr01” hosts the Publishing service.
|
||||
|
||||
- The Windows client is Windows 10, 64-bit.
|
||||
|
||||
**Query parameter descriptions**
|
||||
|
||||
The following table describes the parameters shown in the preceding **Query syntax**.
|
||||
|
||||
| Parameter | Description |
|
||||
|------------|---------------|
|
||||
| `<PubServer>` | Name of the App-V Publishing server. |
|
||||
| `<Publishing Port#>` | Port to the App-V Publishing server, which you defined when you configured the Publishing server. |
|
||||
| `ClientVersion=<BuildNumber>` | Windows 10 build number. You can obtain this number by running the following Windows PowerShell command:<br>`(Get-CimInstance Win32_OperatingSystem).version` |
|
||||
| `ClientOS=<OSStringValue>` | Operating system of the computer that is running the App-V client. Refer to the table that follows for the correct value.<br>You can omit this parameter, with the result that only the packages that were sequenced to support all operating systems will appear in the metadata. |
|
||||
|
||||
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 <strong>Get-AppvPublishingServer</strong> Windows PowerShell cmdlet.
|
||||
|
||||
## <a href="" id="bkmk-values-query-pub-meta"></a>Query values for client operating system
|
||||
|
||||
In your publishing metadata query, enter the string values that correspond to the client operating system that you’re using.
|
||||
|
||||
<table>
|
||||
<colgroup>
|
||||
@ -208,16 +137,6 @@ In your publishing metadata query, enter the string values that correspond to th
|
||||
<td align="left"><p>WindowsServer_6.2_x86</p></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left"><p>Windows 7</p></td>
|
||||
<td align="left"><p>64-bit</p></td>
|
||||
<td align="left"><p>WindowsClient_6.1_x64</p></td>
|
||||
</tr>
|
||||
<tr class="even">
|
||||
<td align="left"><p>Windows 7</p></td>
|
||||
<td align="left"><p>32-bit</p></td>
|
||||
<td align="left"><p>WindowsClient_6.1_x86</p></td>
|
||||
</tr>
|
||||
<tr class="odd">
|
||||
<td align="left"><p>Windows Server 2008 R2</p></td>
|
||||
<td align="left"><p>64-bit</p></td>
|
||||
<td align="left"><p>WindowsServer_6.1_x64</p></td>
|
||||
@ -230,36 +149,11 @@ In your publishing metadata query, enter the string values that correspond to th
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
## <a href="" id="bkmk-whatis-pub-metadata"></a>Definition of publishing metadata
|
||||
|
||||
|
||||
When packages are published to a computer that is running the App-V client, metadata is sent to that computer indicating which packages and connection groups are being published. The App-V Client makes two separate requests for the following:
|
||||
|
||||
- Packages and connection groups that are entitled to the client computer.
|
||||
|
||||
- Packages and connection groups that are entitled to the current user.
|
||||
|
||||
The Publishing server communicates with the Management server to determine which packages and connection groups are available to the requester. The Publishing server must be registered with the Management server in order for the metadata to be generated.
|
||||
|
||||
You can view the metadata for each request in an Internet browser by using a query that is in the context of the specific user or computer.
|
||||
|
||||
## Have a suggestion for App-V?
|
||||
|
||||
|
||||
Add or vote on suggestions [here](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
|
||||
|
||||
|
||||
[Technical Reference for App-V](appv-technical-reference.md)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user