Microsoft.ApplicationVirtualization.5.Server.MP.ManagementServiceApplication Virtualization Management Server

Microsoft.ApplicationVirtualization.5.Server.MP.ManagementService (ClassType)

Provides overall management functionality for the App-V 5.0 infrastructure.

Knowledge Base article:

Summary

The App-V 5.0 Management Server provides overall management functionality for the App-V 5.0 Infrastructure. It contains the repository of packages and their assigned configurations.

Configuration

You can install more than one instance of the management server in your environment which provides the following benefits:

Fault Tolerance and High Availability – Installing and configuring the App-V 5.0 Management server on two separate computers can help in situations when one of the servers is unavailable or offline.

You can also help increase App-V 5.0 availability by installing the Management server on multiple computers. In this scenario, a network load balancer should also be considered so that server requests are balanced.

Scalability – You can add additional management servers as necessary to support a high load, for example you can install multiple servers behind a load balancer.

Element properties:

Base ClassMicrosoft.ApplicationVirtualization.5.Server.MP.ServerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId769dc966-dd20-c769-4832-31986b15df10

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.ApplicationVirtualization.5.Server.MP.ManagementService:
MgmtAdminAccount  string  Management Admin Account false 256  False 
MgmtConsoleURL  string  Management Console URL false 256  False 
MgmtDBSQLServerName  string  Management DB SQL Server false 256  False 
MgmtDBName  string  Management Database Name false 256  False 
MgmtWebsiteName  string  Management Website Name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.ApplicationVirtualization.5.Server.MP.ManagementService" Accessibility="Public" Abstract="false" Base="Microsoft.ApplicationVirtualization.5.Server.MP.ServerRole" Hosted="true" Singleton="false">
<Property ID="MgmtAdminAccount" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MgmtConsoleURL" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MgmtDBSQLServerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MgmtDBName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MgmtWebsiteName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>