More revision

This commit is contained in:
Heidi Lohr
2018-06-19 10:30:38 -07:00
parent d32b2e106e
commit b0a003d6a3
3 changed files with 42 additions and 52 deletions

View File

@ -1,6 +1,6 @@
---
title: How to Configure the Client to Receive Package and Connection Groups Updates From the Publishing Server (Windows 10)
description: How to Configure the Client to Receive Package and Connection Groups Updates From the Publishing Server
title: How to configure the client to receive package and connection groups updates from the publishing server (Windows 10)
description: How to configure the client to receive package and connection groups updates from the publishing server.
author: MaggiePucciEvans
ms.pagetype: mdop, appcompat, virtualization
ms.mktglfcycl: deploy
@ -8,7 +8,7 @@ ms.sitesec: library
ms.prod: w10
ms.date: 04/19/2017
---
# How to Configure the Client to Receive Package and Connection Groups Updates From the Publishing Server
# How to configure the client to receive package and connection groups updates from the publishing server
>Applies to: Windows 10, version 1607
@ -17,25 +17,25 @@ The App-V publishing server's single-point management and high scalability lets
This article will tell you how to configure the App-V client to receive updates from the publishing server.
>[!NOTE]
>The following example has the management server installed on a computer named **MyMgmtSrv**, and the publishing server installed on a computer named **MyPubSrv**. If the computers you'll be configuring the App-V client on have different names, please replace the example's names with your computer's names.
>The following example has the management server installed on a computer named **MyMgmtSrv**, and the publishing server installed on a computer named **MyPubSrv**. If the computers you'll be configuring the App-V client on have different names, you should replace the example's names with your computer's names.
## Configure the App-V client to receive updates from the publishing server
1. Deploy the App-V management and publishing servers, and add the required packages and connection groups. For more information about adding packages and connection groups, see [How to add or upgrade packages by using the Management Console](appv-add-or-upgrade-packages-with-the-management-console.md) and [How to create a connection group](appv-create-a-connection-group.md).
2. To open the management console click the following link, open a browser and type the following: http://MyMgmtSrv/AppvManagement/Console.html in a web browser, and import, publish, and entitle all the packages and connection groups which will be necessary for a particular set of users.
2. To open the management console, open a web browser and enter the following URL: <https://MyMgmtSrv/AppvManagement/Console.html>. Import, publish, and entitle all packages and connection groups that your users will need.
3. On the computer running the App-V client, open an elevated Windows PowerShell command prompt, and run the following command:
```PowerShell
Add-AppvPublishingServer -Name ABC -URL http://MyPubSrv/AppvPublishing
Add-AppvPublishingServer -Name ABC -URL https://MyPubSrv/AppvPublishing
```
This command will configure the specified publishing server. You should see output similar to the following:
```
```PowerShell
Id                        : 1
SetByGroupPolicy          : False
Name                      : ABC
URL                       : http:// MyPubSrv/AppvPublishing
URL                       : https://MyPubSrv/AppvPublishing
GlobalRefreshEnabled      : False
GlobalRefreshOnLogon      : False
GlobalRefreshInterval     : 0
@ -46,13 +46,13 @@ This article will tell you how to configure the App-V client to receive updates
UserRefreshIntervalUnit   : Day
```
4. On the computer running the App-V client, open a Windows PowerShell command prompt, and type the following command:
4. On the computer running the App-V client, open a Windows PowerShell command prompt and enter the following cmdlet:
```PowerShell
Sync-AppvPublishingServer -ServerId 1
```
The command will query the publishing server for the packages and connection groups that need to be added or removed for this particular client based on the entitlements for the packages and connection groups as configured on the management server.
This cmdlet will query the publishing server for which packages and connection groups need to be added or removed for this particular client based on your configured entitlements for the packages and connection groups on the management server.
## Have a suggestion for App-V?

View File

@ -1,6 +1,6 @@
---
title: How to Connect to the Management Console (Windows 10)
description: How to Connect to the Management Console
title: How to connect to the Management Console (Windows 10)
description: How to Connect to the App-V Management Console.
author: MaggiePucciEvans
ms.pagetype: mdop, appcompat, virtualization
ms.mktglfcycl: deploy
@ -8,23 +8,21 @@ ms.sitesec: library
ms.prod: w10
ms.date: 04/19/2017
---
# How to connect to the Management Console
# How to Connect to the Management Console
**Applies to**
- Windows 10, version 1607
>Applies to: Windows 10, version 1607
Use the following procedure to connect to the App-V Management Console.
**To connect to the App-V Management Console**
## Connect to the App-V Management Console
1. Open Internet Explorer browser and type the address for the App-V Management server. For example, **https://\<_management server name_\>:\<_management service port number_\>/console.html**.
1. Open your web browser and enter the address for the App-V Management server. For example, **https://\<_management server name_\>:\<_management service port number_\>/console.html**.
2. To view different sections of the console, click the desired section in the navigation pane.
2. To view different sections of the console, click the desired section in the navigation pane.
## Have a suggestion for App-V?
Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).<br>For App-V issues, use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-US/home?forum=mdopappv).
Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).
## Related topics

View File

@ -8,24 +8,21 @@ ms.sitesec: library
ms.prod: w10
ms.date: 04/19/2017
---
# About the connection group file
>Applies to: Windows 10, version 1607
# About the Connection Group File
## Connection group file overview
**Applies to**
- Windows 10, version 1607
### What is a connection group?
**In this topic:**
A connection group is an App-V feature that can group packages together to create a virtual environment where applications within that package group can interact with each other.
- [Connection group file purpose and location](#bkmk-cg-purpose-loc)
For example, let's say you want to use plug-ins with Microsoft Office. You can create one package that contains the plug-ins and another package that contains Office, then add both packages to a connection group to enable Office to use those plug-ins.
- [Structure of the connection group XML file](#bkmk-define-cg-5-0sp3)
### How a connection group file works
- [Configuring the priority of packages in a connection group](#bkmk-config-pkg-priority-incg)
- [Supported virtual application connection configurations](#bkmk-va-conn-configs)
## <a href="" id="bkmk-cg-purpose-loc"></a>Connection group file purpose and location
When you apply an App-V connection group file, the packages that are enumerated in the file will be combined at runtime into a single virtual environment. Use the Microsoft Application Virtualization (App-V) connection group file to configure existing App-V connection groups.
<table>
@ -50,23 +47,20 @@ ms.date: 04/19/2017
</tbody>
</table>
 
## Structure of the connection group XML file
## <a href="" id="bkmk-define-cg-5-0sp3"></a>Structure of the connection group XML file
**In this section:**
- [Parameters that define the connection group](#bkmk-params-define-cg)
- [Parameters that define the packages in the connection group](#bkmk-params-define-pkgs-incg)
- [App-V example connection group XML file](#bkmk-50sp3-exp-cg-xml)
### <a href="" id="bkmk-params-define-cg"></a>Parameters that define the connection group
### Parameters that define the connection group
The following table describes the parameters in the XML file that define the connection group itself, not the packages.
|Field|Description|
|-----|-----------|
|Schema name|Name of the schema.</br>If you want to use the “optional packages” and “use any version” features that are described in this table, you must specify the following schema in the XML file:</br>`xmlns="https://schemas.microsoft.com/appv/2014/virtualapplicationconnectiongroup"`|
|AppConnectionGroupId|Unique GUID identifier for this connection group. The connection group state is associated with this identifier. Specify this identifier only when you create the connection group.</br>You can create a new GUID by entering **[Guid]::NewGuid()**.|
|VersionId|Version GUID identifier for this version of the connection group.</br>When you update a connection group (for example, by adding or updating a new package), you must update the version GUID to reflect the new version.|
|DisplayName|Display name of the connection group.|
|Priority|Optional priority field for the connection group.</br>A value of **0** indicates the highest priority.</br>If a priority is required, but has not been configured, the package will fail because the correct connection group to use cannot be determined.|
<table>
<colgroup>
<col width="50%" />
@ -108,9 +102,7 @@ The following table describes the parameters in the XML file that define the con
</tbody>
</table>
 
### <a href="" id="bkmk-params-define-pkgs-incg"></a>Parameters that define the packages in the connection group
### Parameters that define the packages in the connection group
In the &lt;Packages&gt; section of the connection group XML file, you list the member packages in the connection group by specifying each packages unique package identifier and version identifier, as described in the following table. The first package in the list has the highest precedence.
@ -149,7 +141,7 @@ In the &lt;Packages&gt; section of the connection group XML file, you list the m
 
### <a href="" id="bkmk-50sp3-exp-cg-xml"></a>App-V example connection group XML file
### App-V example connection group XML file
The following example connection group XML file shows examples of the fields in the previous tables.
@ -176,7 +168,7 @@ xmlns:appv="http://schemas.microsoft.com/appv/2014/virtualapplicationconnectiong
</appv:Packages>
```
## <a href="" id="bkmk-config-pkg-priority-incg"></a>Configuring the priority of packages in a connection group
## Configuring the priority of packages in a connection group
Package precedence is configured using the package list order. The first package in the document has the highest precedence. Subsequent packages in the list have descending priority.
@ -202,7 +194,7 @@ If a virtual application is opened using another virtual application the virtual
The virtual application Microsoft Outlook is running in virtual environment **XYZ**. When you open an attached Microsoft Word document, a virtualized version Microsoft Word opens in the virtual environment **XYZ**, regardless of the virtualized Microsoft Words associated connection groups or runtime priorities.
## <a href="" id="bkmk-va-conn-configs"></a>Supported virtual application connection configurations
## Supported virtual application connection configurations
The following application connection configurations are supported.
@ -261,8 +253,8 @@ The following application connection configurations are supported.
## Have a suggestion for App-V?
Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).<br>For App-V issues, use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/en-US/home?forum=mdopappv).
Add or vote on suggestions on the [Application Virtualization feedback site](https://appv.uservoice.com/forums/280448-microsoft-application-virtualization).
## Related topics
[Managing Connection Groups](appv-managing-connection-groups.md)
- [Managing Connection Groups](appv-managing-connection-groups.md)