Microsoft.KnowledgeServices.SharePoint.Foundation.2010.SPInstallationSharePoint Installation Environment

Microsoft.KnowledgeServices.SharePoint.Foundation.2010.SPInstallation (ClassType)

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3182a94b-1f71-385a-9f8b-4c81d6aa02da

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.KnowledgeServices.SharePoint.Foundation.2010.SPInstallation:
AdvisorAgentMajorVersion  int  Advisor Agent Major Version Major Version of the Advisor Agent false 255   
AdvisorAgentMinorVersion  int  Advisor Agent Minor Version Minor Version of the Advisor Agent false 255   
AgentAccountConfigured  bool  AgentAccountConfigured Flag indicating if the agent account has been configured successfully false 256   
SharepointPowershellExtensionsInstalled  bool  SharepointPowershellExtensionsInstalled Flag indicating if the Sharepoint powershell cmdlets are installed false 256   
SharepointPowershellError  string  Sharepoint Powershell Error Error returned when running Sharepoint powershell cmdlets false 256  False 
SPVersion  string  SharePoint Product Version SharePoint Product Version false 256  False 
SPMajorVersion  int  SharePoint Product Major Version SharePoint Product Major Version false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.KnowledgeServices.SharePoint.Foundation.2010.SPInstallation" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="AdvisorAgentMajorVersion" Type="int" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="AdvisorAgentMinorVersion" Type="int" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="AgentAccountConfigured" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SharepointPowershellExtensionsInstalled" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SharepointPowershellError" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SPVersion" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SPMajorVersion" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>