en/Microsoft.EnterpriseManagement.Core.Cmdlets.dll-Help.xml

<?xml version="1.0" encoding="utf-8" ?>
 
<helpItems xmlns="http://msh" schema="maml">
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Export-SCManagementPack</command:name><maml:description><maml:para>Exports a management pack as an unsealed, valid XML-formatted file that you can later import into Operations Manager.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Export</command:verb><command:noun>SCOMManagementPack</command:noun><dev:version /></command:details><maml:description><maml:para>The Export-SCOMManagementPack cmdlet exports a management pack as an unsealed, valid XML-formatted file that you can later import into Operations Manager. All of the management pack’s information is included in the file as XML data. You can use this cmdlet to save or archive management pack information.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Export-SCOMManagementPack</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management packs to export. You can obtain a ManagementPack object by using the Get-SCOMManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Specifies the output object that represents the management pack. This output object can be passed to other cmdlets.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Path</maml:name><maml:description><maml:para>Specifies the folder into which exported management pack files will be stored. The specified folder must exist before you run the cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management packs to export. You can obtain a ManagementPack object by using the Get-SCOMManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue><dev:type><maml:name>ManagementPack[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Specifies the output object that represents the management pack. This output object can be passed to other cmdlets.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Path</maml:name><maml:description><maml:para>Specifies the folder into which exported management pack files will be stored. The specified folder must exist before you run the cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.EnterpiseManagement.Configuration.ManagementPack</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a management pack to the ManagementPack parameter of the Export-SCOMManagementPack cmdlet, for example, the object that is returned by the Get-SCOMManagementPack cmdlet.
</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>Microsoft.EnterpiseManagement.Configuration.ManagementPack</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>
When you use the PassThru parameter, the Export-SCOMManagementPack cmdlet returns a ManagementPack object.
</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMManagementPack -Name snmp | Export-SCOMManagementPack -Path C:\temp;dir C:\temp\*snmp*
 
 
 
 
</dev:code><dev:remarks><maml:para>The command in this example exports all management packs with a name that is similar to '*snmp*'.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225398</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Import-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementPackBundle</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Protect-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Test-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Get-SCClass</command:name><maml:description><maml:para>Retrieves a class.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMClass</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMClass cmdlet retrieves a class defined by Operations Manager or an imported management pack.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMClass</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMClass</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the class to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMClass</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the Id of the class to retrieve. This may be a Guid or a string that will be converted to a Guid.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMClass</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Specifies an instance of a class to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementObject[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMClass</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management packs containing the classes to retrieve.</maml:para><maml:para>You can enter a ManagementPack object that is returned by the Get-SCOMManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMClass</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of a class to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue>localhost</dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue>Current user context</dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the class to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the Id of the class to retrieve. This may be a Guid or a string that will be converted to a Guid.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue><dev:type><maml:name>Guid[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Specifies an instance of a class to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementObject[]</command:parameterValue><dev:type><maml:name>EnterpriseManagementObject[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management packs containing the classes to retrieve.</maml:para><maml:para>You can enter a ManagementPack object that is returned by the Get-SCOMManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue><dev:type><maml:name>ManagementPack[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of a class to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Common.EnterpriseManagementObject</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe an instance of a management pack to the Instance parameter of the Get-SCOMClass cmdlet. The Microsoft.EnterpriseManagement.Common.EnterpriseManagementObject object is one the properties of the output object of the Get-SCOMClassinstance cmdlet.</maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>System.Guid</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a Guid to the Id parameter of the Get-SCOMClass cmdlets.</maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.ManagementPackManagementPack</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a management pack to the ManagementPack parameter of the Get-SCOMClass cmdlet. This management pack object should contain the class to retrieve.</maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>System.String</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a name to the Name parameter of the Get-SCOMClass cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.ManagementPackClass</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet generates a management pack object.</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMClass -name *user
 
 
 
</dev:code><dev:remarks><maml:para>The command in this example retrieves all classes that end with 'user'.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMClass -DisplayName "User"
 
 
 
</dev:code><dev:remarks><maml:para>The command in this example retrieves the class in which DisplayName equals "User".</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225399</maml:uri></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Get-SCClassInstance</command:name><maml:description><maml:para>Retrieves class instances.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMClassInstance</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMClassInstance cmdlet retrieves class instances.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMClassInstance</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMClassInstance</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Class</maml:name><maml:description><maml:para>Specifies the name of one or more classes to retrieve. You can specify a ManagementPackClass object that is returned by the Get-SCOMClass cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Filter</maml:name><maml:description><maml:para>Filters the results set. The syntax of the filter is the &lt;property&gt; operator &lt;value&gt;, where valid operators are -eq, -ne, -gt, -ge, -lt, -le, -like, and -notlike. Using a filter is efficient because the filter limits the results that are retrieved from the management server, rather than being applied after the results are returned to Windows PowerShell.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMClassInstance</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Criteria</maml:name><maml:description><maml:para>Specifies a criteria object that restricts the set of class instances that are returned from the management server.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">EnterpriseManagementObjectCriteria</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMClassInstance</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the class instance to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMClassInstance</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Group</maml:name><maml:description><maml:para>Specifies an instance of a group that contains the class instances to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementObject[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMClassInstance</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the Id of the class instances to retrieve. This may be a Guid or a string that will be converted to a Guid. </maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMClassInstance</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of the class instances to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Class</maml:name><maml:description><maml:para>Specifies the name of one or more classes to retrieve. You can specify a ManagementPackClass object that is returned by the Get-SCOMClass cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue><dev:type><maml:name>ManagementPackClass[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue>localhost</dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue>Current user context</dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Criteria</maml:name><maml:description><maml:para>Specifies a criteria object that restricts the set of class instances that are returned from the management server.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">EnterpriseManagementObjectCriteria</command:parameterValue><dev:type><maml:name>EnterpriseManagementObjectCriteria</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the class instance to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Filter</maml:name><maml:description><maml:para>Filters the results set. The syntax of the filter is the &lt;property&gt; operator &lt;value&gt;, where valid operators are -eq, -ne, -gt, -ge, -lt, -le, -like, and -notlike. Using a filter is efficient because the filter limits the results that are retrieved from the management server, rather than being applied after the results are returned to Windows PowerShell.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Group</maml:name><maml:description><maml:para>Specifies an instance of a group that contains the class instances to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementObject[]</command:parameterValue><dev:type><maml:name>EnterpriseManagementObject[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the Id of the class instances to retrieve. This may be a Guid or a string that will be converted to a Guid. </maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue><dev:type><maml:name>Guid[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of the class instances to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.ManagementPackClass</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a class to the Class parameter of the Get-SCOMClassInstance cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>EnterpriseManagementObject#&lt;classtype&gt;</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet generates an EnterpriseManagementObject#&lt;classtype&gt; object.
</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$MP = Get-SCOMManagementPack -name Microsoft.Windows.Library$CriteriaFormat = @'
&lt;Criteria xmlns="http://Microsoft.EnterpriseManagement.Core.Criteria/"&gt;
&lt;Reference Id="Microsoft.Windows.Library" Version="{0}" PublicKeyToken='{1}' Alias="myMP" /&gt;
&lt;Expression&gt;
&lt;SimpleExpression&gt;
&lt;ValueExpressionLeft&gt;
&lt;Property&gt;$Target/Property[Type='myMP!Microsoft.Windows.Computer']/NetbiosDomainName$&lt;/Property&gt;
&lt;/ValueExpressionLeft&gt;
&lt;Operator&gt;Equal&lt;/Operator&gt;
&lt;ValueExpressionRight&gt;
&lt;Value&gt;WOODGROVE&lt;/Value&gt;
&lt;/ValueExpressionRight&gt;
&lt;/SimpleExpression&gt;
&lt;/Expression&gt;
&lt;/Criteria&gt;
'@
PS C:\&gt;$CriteriaType = "Microsoft.EnterpriseManagement.Common.EnterpriseManagementObjectCriteria
PS C:\&gt;$criteriaString = $criteriaFormat -f $MP.Version, $MP.KeyToken
PS C:\&gt;$class = Get-SCOMClass -name microsoft.windows.computer
PS C:\&gt;$criteria = new-object $CriteriaType $CriteriaString,$class,$class.ManagementGroup
PS C:\&gt;Get-SCOMClassInstance -criteria $criteria
 
 
</dev:code><dev:remarks><maml:para>The commands in this example retrieve computers using the criteria of NetbiosDomainName equals WOODGROVE. The first commands define the parameters that are then used in the final Get-SCOMClassInstance cmdlet.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$class = Get-SCOMClass -name microsoft.windows.computer
PS C:\&gt;Get-SCOMClassInstance -class $class -filter 'NetBiosDomainName -eq "WOODGROVE"'
 
 
 
</dev:code><dev:remarks><maml:para>The command in this example retrieves class instance objects from the Operations Manager database using a filter.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$class = Get-SCOMClass -name microsoft.windows.computer
PS C:\&gt;Get-SCOMClassInstance -class $class
 
</dev:code><dev:remarks><maml:para>The commands in this example retrieve all class instance objects from the Operations Manager database.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225400</maml:uri></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Get-SCDiscovery</command:name><maml:description><maml:para>Retrieves discovery information from Operations Manager.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMDiscovery</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMDiscovery cmdlet retrieves discovery information from Operations Manager.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMDiscovery</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMDiscovery</maml:name><command:parameter required="true" variableLength="true" globbing="true" pipelineInput="false" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the discovery object to be retrieved.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMDiscovery</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the Id (guid) of the discovery object to be retrieved. This may be a Guid or a string that will be converted to a Guid.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMDiscovery</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management packs containing the discovery objects to retrieve.</maml:para><maml:para>You can enter a ManagementPack object that is returned by the Get-SCOMManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMDiscovery</maml:name><command:parameter required="true" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of a discovery object to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMDiscovery</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Target</maml:name><maml:description><maml:para>Specifies the management pack that contains the classes that are targeted by the discovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue>Current user context </dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="true" pipelineInput="false" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the discovery object to be retrieved.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the Id (guid) of the discovery object to be retrieved. This may be a Guid or a string that will be converted to a Guid.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue><dev:type><maml:name>Guid[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management packs containing the discovery objects to retrieve.</maml:para><maml:para>You can enter a ManagementPack object that is returned by the Get-SCOMManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue><dev:type><maml:name>ManagementPack[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of a discovery object to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Target</maml:name><maml:description><maml:para>Specifies the management pack that contains the classes that are targeted by the discovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue><dev:type><maml:name>ManagementPackClass[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.ManagementPack</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a management pack object to the ManagementPack parameter of the Get-SCOMDiscovery cmdlet.</maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>System.String</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a discovery name to the Name parameter of the Get-SCOMDiscovery cmdlet.</maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>System.Guid</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a Guid of a discovery object to the Id parameter of the Get-SCOMDiscovery cmdlet.</maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.ManagementPackClass</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a management pack to the Target parameter of the Get-SCOMDiscovery cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.ManagementPackDiscovery</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlets generates a discovery object.</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMDiscovery
 
 
</dev:code><dev:remarks><maml:para>The command in this example retrieves the discoveries that are defined in Operations Manager.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMDiscovery -Name *PopulateRootM*|format-list
 
 
</dev:code><dev:remarks><maml:para>Gets the discovery that is named '*PopulateRootM*' and formats the output as a list.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225401</maml:uri></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Get-SCGroup</command:name><maml:description><maml:para>Retrieves groups from Operations Manager.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMGroup</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMGroup cmdlet retrieves groups from Operations Manager. The output of this cmdlet may be used by other cmdlets, such as the New-SCOMUserRole cmdlet.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMGroup</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMGroup</maml:name><command:parameter required="true" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the groups to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMGroup</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>The Id of the groups to retrieve. This may be a Guid or a string that will be converted to a Guid.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the groups to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>The Id of the groups to retrieve. This may be a Guid or a string that will be converted to a Guid.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue><dev:type><maml:name>Guid[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>System.Guid</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a group Guid to the Id parameter of the Get-SCOMGroup cmdlet.</maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>System.String</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a name of a group to the DisplayName parameter of the Get-SCOMGroup cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>Microsoft.EnterpriseManagement.Common.EnterpriseManagementObject</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>The output of this cmdlets is a group object.</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMGroup
 
 
</dev:code><dev:remarks><maml:para>The command in this example retrieves groups from Operations Manager and from Operations Manager.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMGroup |ft fullname,displayname
 
 
</dev:code><dev:remarks><maml:para>The command in this example retrieves groups and then displays their FullName and DisplayName properties.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMGroup -DisplayName "All Windows Computers"
 
 
 
 
 
</dev:code><dev:remarks><maml:para>The command in this example retrieves the 'All Windows Computers' group.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMGroup -DisplayName "All Windows Computers"|fl
 
</dev:code><dev:remarks><maml:para>The command in this example retrieves the 'All Windows Computers' group and then displays all of its properties.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225402</maml:uri></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Get-SCManagementGroupConnection</command:name><maml:description><maml:para>Retrieves all management group connections, including the IsActive state of these connections. Only one connection will have its IsActive state set to True because only one connection can be active at any time.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMManagementGroupConnection</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMManagementGroupConnection cmdlet retrieves all management group connections, including the IsActive state of these connections. Only one connection will have its IsActive state set to True, because only one connection can be active at any time.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMManagementGroupConnection</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMManagementGroupConnection</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the ID of a management group for which to retrieve connections.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMManagementGroupConnection</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementGroupName</maml:name><maml:description><maml:para>Specifies the names of the management groups for which to retrieve connections.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue>localhost</dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the ID of a management group for which to retrieve connections.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue><dev:type><maml:name>Guid[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementGroupName</maml:name><maml:description><maml:para>Specifies the names of the management groups for which to retrieve connections.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>System.String</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a computer name to the ComputerName parameter of the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>SessionObject</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet generates a SessionObject object.</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMManagementGroupConnection
 
 
 
 
 
</dev:code><dev:remarks><maml:para>The command in this example retrieves all the available management group connections.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225403</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementGroupConnection</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMManagementGroupConnection</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SCOMManagementGroupConnection</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Get-SCManagementPack</command:name><maml:description><maml:para>Retrieves management packs that have been imported into a management group; that exist in management pack files (.mp, .xml); or that reside within a management pack bundle (.mpb) file.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMManagementPack</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMManagementPack cmdlet retrieves management packs that have been imported into a management group; that exist in management pack files (.mp, .xml); or that reside within a management pack bundle (.mpb) file.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMManagementPack</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMManagementPack</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>BundleFile</maml:name><maml:description><maml:para>Specifies the names of the management pack bundle files (.mpb) from which to retrieve management packs.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMManagementPack</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the management packs to retrieve. This parameter is interpreted as a regular expression.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>Recurse</maml:name><maml:description><maml:para>Recursively retrieves all management packs that depend on the management packs that are specified to be retrieved.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMManagementPack</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the Id of the management packs to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>Recurse</maml:name><maml:description><maml:para>Recursively retrieves all management packs that depend on the management packs that are specified to be retrieved.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMManagementPack</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>ManagementPackFile</maml:name><maml:description><maml:para>Specifies the file name (.xml or .mp) of the management packs to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMManagementPack</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the names of the management packs to retrieve. This parameter is interpreted as a regular expression.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>Recurse</maml:name><maml:description><maml:para>Recursively retrieves all management packs that depend on the management packs that are specified to be retrieved.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>BundleFile</maml:name><maml:description><maml:para>Specifies the names of the management pack bundle files (.mpb) from which to retrieve management packs.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue>localhost</dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue>The user account of the current context</dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the management packs to retrieve. This parameter is interpreted as a regular expression.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the Id of the management packs to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue><dev:type><maml:name>Guid[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>ManagementPackFile</maml:name><maml:description><maml:para>Specifies the file name (.xml or .mp) of the management packs to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the names of the management packs to retrieve. This parameter is interpreted as a regular expression.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue>.*</dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>Recurse</maml:name><maml:description><maml:para>Recursively retrieves all management packs that depend on the management packs that are specified to be retrieved.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>System.Guid</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe the Guid of a management pack to the Id parameter of the Get-SCOMManagementPack cmdlet.</maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>System.String</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe the name of a management pack to the Name parameter of the Get-SCOMManagementPack cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>Microsoft.EnterpiseManagement.Configuration.ManagementPack</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>The management pack object contains the management pack and its properties.
</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMManagementPack
 
 
 
 
 
</dev:code><dev:remarks><maml:para>The command in this example retrieves all imported management packs.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMManagementPack -Name System.Library
 
 
 
 
</dev:code><dev:remarks><maml:para>The command in this example retrieves only the System.Library management pack.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225404</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Import-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementPackBundle</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Export-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Protect-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Test-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Get-SCObjectTemplate</command:name><maml:description><maml:para>Retrieves an object template.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMObjectTemplate</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMObjectTemplate cmdlet retrieves an object template that is defined in Operations Manager.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMObjectTemplate</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMObjectTemplate</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the object template to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMObjectTemplate</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the ID of the object template to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMObjectTemplate</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies the management pack containing the object templates to retrieve. You can enter a ManagementPack object that is returned by the Get-SCOMManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMObjectTemplate</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the Name of the object template to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue>Current user context </dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the object template to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the ID of the object template to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue><dev:type><maml:name>Guid[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies the management pack containing the object templates to retrieve. You can enter a ManagementPack object that is returned by the Get-SCOMManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue><dev:type><maml:name>ManagementPack[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the Name of the object template to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>System.Guid</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a Guid of an object template to the Id parameter of the Get-SCOMObjectTemplate cmdlet.</maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.ManagementPack</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a management pack object to the ManagementPack parameter of the Get-SCOMObjectTemplate cmdlet.</maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>System.String</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a name of a template to the Name parameter of the Get-SCOMObjectTemplate cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.ManagementPackObjectTemplate</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet retrieves all template objects.</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMObjectTemplate
 
 
 
 
 
</dev:code><dev:remarks><maml:para>The command in this example retrieves all object templates that are defined in Operations Manager.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMObjectTemplate –name StandardChangeRequest
 
 
 
</dev:code><dev:remarks><maml:para>The command in this example retrieves the object template with the name 'StandardChangeRequest'</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225405</maml:uri></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Get-SCRelationship</command:name><maml:description><maml:para>Retrieves information about relationship objects from Operations Manager.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMRelationship</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMRelationship cmdlet retrieves information about relationship objects from Operations Manager.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMRelationship</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Source</maml:name><maml:description><maml:para>Specifies the classes that represent the source of the relationship. If more than one class is specified, any relationship that has one of those classes as a source is returned. The source class of the relationship must be an exact match of the specified class type.</maml:para><maml:para>If you specify classes for both the Target and the Source parameters, the cmdlet returns all relationships in which the target class is one of the specified target classes and the source class is one of the specified source classes.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Target</maml:name><maml:description><maml:para>Specifies the classes that represent the target of the relationship. If more than one class is specified, any relationship that has one of those classes as a target is returned. The target class of the relationship must be an exact match of the specified class type.</maml:para><maml:para>If you specify classes for both the Target and the Source parameters, the cmdlet returns all relationships in which the target class is one of the specified target classes and the source class is one of the specified source classes.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRelationship</maml:name><command:parameter required="true" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the relationship object to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Source</maml:name><maml:description><maml:para>Specifies the classes that represent the source of the relationship. If more than one class is specified, any relationship that has one of those classes as a source is returned. The source class of the relationship must be an exact match of the specified class type.</maml:para><maml:para>If you specify classes for both the Target and the Source parameters, the cmdlet returns all relationships in which the target class is one of the specified target classes and the source class is one of the specified source classes.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Target</maml:name><maml:description><maml:para>Specifies the classes that represent the target of the relationship. If more than one class is specified, any relationship that has one of those classes as a target is returned. The target class of the relationship must be an exact match of the specified class type.</maml:para><maml:para>If you specify classes for both the Target and the Source parameters, the cmdlet returns all relationships in which the target class is one of the specified target classes and the source class is one of the specified source classes.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRelationship</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the ID of the relationship object to retrieve. This may be a Guid or a string that will be converted to a Guid.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRelationship</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management packs containing the relationships to retrieve.</maml:para><maml:para>You can enter a ManagementPack object that is returned by the Get-SCOMManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Source</maml:name><maml:description><maml:para>Specifies the classes that represent the source of the relationship. If more than one class is specified, any relationship that has one of those classes as a source is returned. The source class of the relationship must be an exact match of the specified class type.</maml:para><maml:para>If you specify classes for both the Target and the Source parameters, the cmdlet returns all relationships in which the target class is one of the specified target classes and the source class is one of the specified source classes.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Target</maml:name><maml:description><maml:para>Specifies the classes that represent the target of the relationship. If more than one class is specified, any relationship that has one of those classes as a target is returned. The target class of the relationship must be an exact match of the specified class type.</maml:para><maml:para>If you specify classes for both the Target and the Source parameters, the cmdlet returns all relationships in which the target class is one of the specified target classes and the source class is one of the specified source classes.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRelationship</maml:name><command:parameter required="true" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of the relationship object to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Source</maml:name><maml:description><maml:para>Specifies the classes that represent the source of the relationship. If more than one class is specified, any relationship that has one of those classes as a source is returned. The source class of the relationship must be an exact match of the specified class type.</maml:para><maml:para>If you specify classes for both the Target and the Source parameters, the cmdlet returns all relationships in which the target class is one of the specified target classes and the source class is one of the specified source classes.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Target</maml:name><maml:description><maml:para>Specifies the classes that represent the target of the relationship. If more than one class is specified, any relationship that has one of those classes as a target is returned. The target class of the relationship must be an exact match of the specified class type.</maml:para><maml:para>If you specify classes for both the Target and the Source parameters, the cmdlet returns all relationships in which the target class is one of the specified target classes and the source class is one of the specified source classes.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue>Current user context</dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the relationship object to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the ID of the relationship object to retrieve. This may be a Guid or a string that will be converted to a Guid.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue><dev:type><maml:name>Guid[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management packs containing the relationships to retrieve.</maml:para><maml:para>You can enter a ManagementPack object that is returned by the Get-SCOMManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue><dev:type><maml:name>ManagementPack[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of the relationship object to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Source</maml:name><maml:description><maml:para>Specifies the classes that represent the source of the relationship. If more than one class is specified, any relationship that has one of those classes as a source is returned. The source class of the relationship must be an exact match of the specified class type.</maml:para><maml:para>If you specify classes for both the Target and the Source parameters, the cmdlet returns all relationships in which the target class is one of the specified target classes and the source class is one of the specified source classes.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue><dev:type><maml:name>ManagementPackClass[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Target</maml:name><maml:description><maml:para>Specifies the classes that represent the target of the relationship. If more than one class is specified, any relationship that has one of those classes as a target is returned. The target class of the relationship must be an exact match of the specified class type.</maml:para><maml:para>If you specify classes for both the Target and the Source parameters, the cmdlet returns all relationships in which the target class is one of the specified target classes and the source class is one of the specified source classes.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue><dev:type><maml:name>ManagementPackClass[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.ManagementPackClass</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a source class to the Source parameter of the Get-SCOMRelationship cmdlet. </maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.ManagementPackClass</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a target class to the Target parameter of the Get-SCOMRelationship cmdlet.</maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>System.Guid</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a GUID to the Id parameter of the Get-SCOMRelationship cmdlet. </maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.ManagementPack</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a management pack to the ManagementPack parameter of the Get-SCOMRelationship cmdlet. </maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>System.String</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a name to the Name parameter of the Get-SCOMRelationship cmdlet. </maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet does not generate any output.
</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMRelationship | select-object -first 3
 
</dev:code><dev:remarks><maml:para>The command in this example retrieves information about three relationship objects.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$x = Get-SCOMClass -name "system.configitem"
PS C:\&gt;Get-SCOMRelationship –Target $x
 
 
</dev:code><dev:remarks><maml:para>The commands in this example retrieve relationships that target configuration items.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt; $x = Get-SCOMClass -name "system.configitem"
PS C:\&gt;$y = @($x; $x.GetDerivedTypes())
PS C:\&gt;Get-SCOMRelationship –Target $y
 
 
 
</dev:code><dev:remarks><maml:para>The commands in this example retrieve relationships that target configuration items, and any types that are derived from these configuration items.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225406</maml:uri></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Get-SCRelationshipInstance</command:name><maml:description><maml:para>Retrieves the instances of relationships from Operations Manager.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMRelationshipInstance</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMRelationshipInstance cmdlet retrieves the instances of relationships from Operations Manager. These relationships describe the relationship of one ClassInstance to another ClassInstance.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMRelationshipInstance</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified.</maml:para><maml:para>The default value is the current user. You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRelationshipInstance</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the ID of the relationship object to retrieve. This may be a Guid or a string that will be converted to a Guid.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified.</maml:para><maml:para>The default value is the current user. You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRelationshipInstance</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>SourceInstance</maml:name><maml:description><maml:para>Specifies the instances that represent the source class of the relationships to be retrieved.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementObject[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>TargetInstance</maml:name><maml:description><maml:para>Specifies the instances that represent the target class of the relationships to be retrieved.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementObject[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified.</maml:para><maml:para>The default value is the current user. You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified.</maml:para><maml:para>The default value is the current user. You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue>Current user context</dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the ID of the relationship object to retrieve. This may be a Guid or a string that will be converted to a Guid.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue><dev:type><maml:name>Guid[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>SourceInstance</maml:name><maml:description><maml:para>Specifies the instances that represent the source class of the relationships to be retrieved.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementObject[]</command:parameterValue><dev:type><maml:name>EnterpriseManagementObject[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>TargetInstance</maml:name><maml:description><maml:para>Specifies the instances that represent the target class of the relationships to be retrieved.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementObject[]</command:parameterValue><dev:type><maml:name>EnterpriseManagementObject[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>System.Guid</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a GUID of a relationship object to the Id parameter of the Get-SCOMRelationshipInstance cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>EnterpriseManagementRelationshipObject</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet generates a relationship object.</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$healthService = Get-SCOMClassInstance -Class (Get-SCOMClass -name Microsoft.SystemCenter.HealthService)
PS C:\&gt;Get-SCOMRelationshipInstance -SourceInstance $healthService -TargetInstance $HealthService | format-Table
</dev:code><dev:remarks><maml:para>The commands in this example retrieve all relationship instances for which the source instance and the target instance is the Health Service class.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225407</maml:uri></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Get-SCRunAsAccount</command:name><maml:description><maml:para>Retrieves RunAs accounts.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMRunAsAccount</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMRunAsAccount cmdlet retrieves Run As accounts. Run As accounts contain the user credentials under which workflows run. They make it possible for Operations Manager to act on behalf of a specific user. If the Name parameter, the DisplayName parameter, or the Domain parameter and the UserName parameter are omitted, all Run As accounts are returned. The Name or DisplayName parameters support wildcard matching.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMRunAsAccount</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1"><maml:name>Domain</maml:name><maml:description><maml:para>Specifies the domain of the Run As account to be retrieved.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>UserName</maml:name><maml:description><maml:para>Specifies the UserName to use for the Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection. </maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default is the current management group connection.</maml:para><maml:para>Enter a ManagementGroupConnection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the Run As account profile name to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection. </maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default is the current management group connection.</maml:para><maml:para>Enter a ManagementGroupConnection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the Id of the SecureReference property of the RunAsAccount object. This may be a Guid or a string that will be converted to a Guid.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection. </maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default is the current management group connection.</maml:para><maml:para>Enter a ManagementGroupConnection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the Name of the Run As account to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection. </maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default is the current management group connection.</maml:para><maml:para>Enter a ManagementGroupConnection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection. </maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue>localhost</dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue>User account of the current context</dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the Run As account profile name to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1"><maml:name>Domain</maml:name><maml:description><maml:para>Specifies the domain of the Run As account to be retrieved.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the Id of the SecureReference property of the RunAsAccount object. This may be a Guid or a string that will be converted to a Guid.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue><dev:type><maml:name>Guid[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the Name of the Run As account to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default is the current management group connection.</maml:para><maml:para>Enter a ManagementGroupConnection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>UserName</maml:name><maml:description><maml:para>Specifies the UserName to use for the Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>System.Guid</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a Guid of a RunAsAccount to the Id parameter of the Get-SCOMRunAsAccount cmdlet.</maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>System.String</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a name of a RunAsAccount to the Name parameter of the Get-SCOMRunAsAccount cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>Microsoft.EnterpriseManagement.Core.SdkUtilities.Security.UserAccount</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>The object that encapsulates the Run As account name and the credentials that are associated with that Run As account.</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><maml:alertSet><maml:title /><maml:alert><maml:para>This cmdlet is likely to be used in conjunction with the Set-SMSCRunAsAccount cmdlet.</maml:para></maml:alert><maml:alert></maml:alert></maml:alertSet><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMRunAsAccount
</dev:code><dev:remarks><maml:para>The command in this example retrieves the Run As accounts information from Operations Manager.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225408</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMRunAsAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMRunAsAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Update-SCOMRunAsAccount</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Import-SCManagementPack</command:name><maml:description><maml:para>Imports management packs.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Import</command:verb><command:noun>SCOMManagementPack</command:noun><dev:version /></command:details><maml:description><maml:para>The Import-SCOMManagementPack cmdlet imports management packs.</maml:para><maml:para>Operations Manager attempts to validate the XML code of the management packs before the import. If the management pack contains XML code that is not valid, the management pack is not imported, and an error is returned.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Import-SCOMManagementPack</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Fullname</maml:name><maml:description><maml:para>Specifies the full paths and file names of the management packs to import. The list must contain files that are management packs (*.xml, *.mp) or management pack bundles (*.mpb). If you specify a management pack bundle, all management packs from that bundle are imported.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Passes the newly imported management pack to the pipeline. By default, this cmdlet does not generate any output.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Import-SCOMManagementPack</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management packs to import. You can enter a ManagementPack object that is returned by the Get-SCManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Passes the newly imported management pack to the pipeline. By default, this cmdlet does not generate any output.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue>localhost</dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue>User account of the current context.</dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Fullname</maml:name><maml:description><maml:para>Specifies the full paths and file names of the management packs to import. The list must contain files that are management packs (*.xml, *.mp) or management pack bundles (*.mpb). If you specify a management pack bundle, all management packs from that bundle are imported.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management packs to import. You can enter a ManagementPack object that is returned by the Get-SCManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue><dev:type><maml:name>ManagementPack[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Passes the newly imported management pack to the pipeline. By default, this cmdlet does not generate any output.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.ManagementPack</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a management pack to the ManagementPack parameter of the Import-SCOMManagementPack cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.ManagementPack</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>
An object that represents the management pack. It is available only when you use the -PassThru parameter.
</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><maml:alertSet><maml:title /><maml:alert><maml:para>If you specify multiple management packs, the order in which those management packs are imported will satisfy management pack interdependencies. As a result, management packs might be imported in an order that differs from the order that is provided at the command prompt.</maml:para><maml:para></maml:para></maml:alert><maml:alert></maml:alert></maml:alertSet><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Import-SCOMManagementPack c:\temp\mymanagementpack.xml
 
 
</dev:code><dev:remarks><maml:para>This command imports the management pack file c:\temp\mymanagementpack.xml.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Import-SCOMManagementPack c:\temp\mymanagementpackbundle.mpb -name Woodgrove.ManagementPack
 
 
 
</dev:code><dev:remarks><maml:para>This command imports only the Woodgrove.ManagementPack management pack that is included in the c:\temp\mymanagementpackbundle.mpb management pack bundle file.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Import-SCOMManagementPack c:\temp\mymanagementpackbundle.mpb -name Woodgrove.ManagementPack -passthru
 
 
 
 
</dev:code><dev:remarks><maml:para>This command imports only the Woodgrove.ManagementPack management pack that is included in the c:\temp\mymanagementpackbundle.mpb management pack bundle file, and displays information about the imported management pack.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225396</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementPackBundle</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Export-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Protect-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Test-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>New-SCClassInstance</command:name><maml:description><maml:para>Adds a class instance to the database.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SCOMClassInstance</command:noun><dev:version /></command:details><maml:description><maml:para>The New-SCOMClassInstance cmdlet adds a class instance to the database.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>New-SCOMClassInstance</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Class</maml:name><maml:description><maml:para>Specifies the class on which the new instance is based. You can use the Get-SCOMClass cmdlet to obtain the ManagementPackClass object that is required for this parameter.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackClass</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>Property</maml:name><maml:description><maml:para>A hashtable of property-value pairs representing the property values of the new instance. Each key of the hashtable must be the name of a valid property within the class that is specified in the Class parameter; each value must be a valid object that can be stored in the property of its corresponding key.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Specifies the output object that represents the new class instance object. This output object can be passed to other cmdlets.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Class</maml:name><maml:description><maml:para>Specifies the class on which the new instance is based. You can use the Get-SCOMClass cmdlet to obtain the ManagementPackClass object that is required for this parameter.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackClass</command:parameterValue><dev:type><maml:name>ManagementPackClass</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue>localhost</dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue>Current user context </dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Specifies the output object that represents the new class instance object. This output object can be passed to other cmdlets.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>Property</maml:name><maml:description><maml:para>A hashtable of property-value pairs representing the property values of the new instance. Each key of the hashtable must be the name of a valid property within the class that is specified in the Class parameter; each value must be a valid object that can be stored in the property of its corresponding key.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue><dev:type><maml:name>Hashtable</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.ManagementPackClass</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a class to the Class parameter of the New-SCOMClassInstance cmdlet, for example, the object that is returned by the Get-SCOMClass cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet does not generate any output.
</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 -------------------------- </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;0..9 | foreach-object {
new-SCOMClassInstance (get-scomclass –name Microsoft.Ad.Printer) @{
UNCName = "\\PrintServer\Printer$_"
ServerName = "PrintServer"
PrinterName = "Printer$_"
Location = "Seattle"
Notes = "Added by PowerShell script"
}
}
</dev:code><dev:remarks><maml:para>The script in this example creates a set of 10 new printer class instances named Printer0 through Printer9. The location is set to “Seattle”, and they are all associated with the ServerName “PrintServer”.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225409</maml:uri></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>New-SCManagementGroupConnection</command:name><maml:description><maml:para>Creates a new connection for the specified management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SCOMManagementGroupConnection</command:noun><dev:version /></command:details><maml:description><maml:para>The New-SCOMManagementGroupConnection cmdlet creates a new connection for the specified management group. The last connection that is created with the New-SCOMManagementGroupConnection cmdlet becomes the active connection that is used by the Get- cmdlets when no –ComputerName or –SCSession parameter is specified. You can use the Set-SCOMManagementGroupConnection cmdlet to set a different active connection. If a connection already exists, this cmdlet does not create a new connection.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>New-SCOMManagementGroupConnection</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Specifies the output object that represents the new session. This output object can be passed to other cmdlets.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue>localhost</dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue>Current user context </dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Specifies the output object that represents the new session. This output object can be passed to other cmdlets.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>System.String</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a computer name to the ComputerName parameter of the New-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>Connection object.</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet can generate a connection object when it is used with the –PassThru parameter.</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;New-SCOMManagementGroupConnection -ComputerName localhost -Credential (Get-Credential WOODGROVE\Administrator)
PS C:\&gt;Get-SCOMManagementGroupConnection
</dev:code><dev:remarks><maml:para>The commands in this example create a new management group connection.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225410</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementGroupConnection</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMManagementGroupConnection</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SCOMManagementGroupConnection</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>New-SCManagementPack</command:name><maml:description><maml:para>Creates a new management pack.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SCOMManagementPack</command:noun><dev:version /></command:details><maml:description><maml:para>The New-SCOMManagementPack cmdlet creates a new management pack. The name of the new management pack is generated automatically.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>New-SCOMManagementPack</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the DisplayName of the management pack to create.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The description of the new management pack</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Specifies the output object that represents the new management pack. This output object can be passed to other cmdlets.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue>localhost</dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The description of the new management pack</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the DisplayName of the management pack to create.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Specifies the output object that represents the new management pack. This output object can be passed to other cmdlets.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>System.String</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a management pack name to the DisplayName parameter of the New-SCOMManagementPack cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet does not generate any output.
</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;New-SCOMManagementPack -DisplayName MyNewMP -Description "A new management pack"
 
 
 
</dev:code><dev:remarks><maml:para>The command in this example creates a new management pack.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225411</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Import-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementPackBundle</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Export-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Protect-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Test-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>New-SCManagementPackBundle</command:name><maml:description><maml:para>Bundles individual management packs and their resources, creating a new management pack bundle.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SCOMManagementPackBundle</command:noun><dev:version /></command:details><maml:description><maml:para>The New-SCOMManagementPackBundle cmdlet bundles individual management packs and their resources, creating a new management pack bundle.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>New-SCOMManagementPackBundle</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the file path and the file name of the management pack bundle. The file extension must be mpb, for example, folder1\file2.mpb.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management packs to be included in the new management pack bundle.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="3"><maml:name>Resource</maml:name><maml:description><maml:para>Specifies the resources that are required by the management packs in the bundle, which are therefore included in the management pack bundle.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Force</maml:name><maml:description><maml:para>Forces the creation of the management pack bundle. This ensures that a new management pack bundle file is created even if one already exists in the location that is specified in the Name parameter.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Force</maml:name><maml:description><maml:para>Forces the creation of the management pack bundle. This ensures that a new management pack bundle file is created even if one already exists in the location that is specified in the Name parameter.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management packs to be included in the new management pack bundle.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the file path and the file name of the management pack bundle. The file extension must be mpb, for example, folder1\file2.mpb.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="3"><maml:name>Resource</maml:name><maml:description><maml:para>Specifies the resources that are required by the management packs in the bundle, which are therefore included in the management pack bundle.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You cannot pipe input to this cmdlet. </maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet does not generate any output. </maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$mpbPath = "Resources\GroupQueueMP.xml"
PS C:\&gt;New-SCOMManagementPackBundle -Name Test1.mpb -ManagementPack $mpbPath
 
 
</dev:code><dev:remarks><maml:para>The script in this example creates a management pack bundle from a management pack that has no resources.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$mpbPath = "Test7.mpb"
PS C:\&gt;$mp1 = "Resources\GroupQueueMP.xml"
PS C:\&gt;$mp2 = "Resources\DeviceProjectionMP.mp"
PS C:\&gt;$mp3 = "Resources\ResourceMP.xml"
PS C:\&gt;$r1 = "Resources\LinkingFrameworkUnitTest.dll"
PS C:\&gt;New-SCOMManagementPackBundle -Name $mpbPath -ManagementPack $mp1, $mp2, $mp3 -Resource $r1
 
 
</dev:code><dev:remarks><maml:para>The script in this example creates a management pack bundle from a management pack that has resources.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225397</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Import-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Export-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Protect-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Test-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>New-SCRelationshipInstance</command:name><maml:description><maml:para>Creates an instance of a relationship.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SCOMRelationshipInstance</command:noun><dev:version /></command:details><maml:description><maml:para>The New-SCOMRelationshipInstance cmdlet creates an instance of a relationship.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>New-SCOMRelationshipInstance</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>RelationshipClass</maml:name><maml:description><maml:para>Specifies the class of the relationship to be created.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackRelationship</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>Source</maml:name><maml:description><maml:para>Specifies the source of the relationship.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">EnterpriseManagementObject</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3"><maml:name>TargetClass</maml:name><maml:description><maml:para>Specifies the class of the target of the relationship.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackClass</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4"><maml:name>TargetProperty</maml:name><maml:description><maml:para>A Hashtable that specifies the properties and the values of the target class.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of the computer on which the System Center Data Access service is running. The user account that is specified in the Credential parameter must have access rights to the specified computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies the credentials to be used when you are connecting to the server on which the System Center Data Access service is running. The specified user account must have access rights to that server.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Passes the newly created relationship instance to the pipeline. By default, this cmdlet does not generate any output.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>An object that represents the session to a management server.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>New-SCOMRelationshipInstance</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>RelationshipClass</maml:name><maml:description><maml:para>Specifies the class of the relationship to be created.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackRelationship</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"><maml:name>Source</maml:name><maml:description><maml:para>Specifies the source of the relationship.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">EnterpriseManagementObject</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3"><maml:name>Target</maml:name><maml:description><maml:para>Specifies the target of the relationship.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">EnterpriseManagementObject</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of the computer on which the System Center Data Access service is running. The user account that is specified in the Credential parameter must have access rights to the specified computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies the credentials to be used when you are connecting to the server on which the System Center Data Access service is running. The specified user account must have access rights to that server.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Passes the newly created relationship instance to the pipeline. By default, this cmdlet does not generate any output.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>An object that represents the session to a management server.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>New-SCOMRelationshipInstance</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>RelationshipClass</maml:name><maml:description><maml:para>Specifies the class of the relationship to be created.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackRelationship</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"><maml:name>SourceClass</maml:name><maml:description><maml:para>Specifies the class of the source.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackClass</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3"><maml:name>SourceProperty</maml:name><maml:description><maml:para>A Hashtable that specifies the properties and the values of the source class.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4"><maml:name>Target</maml:name><maml:description><maml:para>Specifies the target of the relationship.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">EnterpriseManagementObject</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of the computer on which the System Center Data Access service is running. The user account that is specified in the Credential parameter must have access rights to the specified computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies the credentials to be used when you are connecting to the server on which the System Center Data Access service is running. The specified user account must have access rights to that server.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Passes the newly created relationship instance to the pipeline. By default, this cmdlet does not generate any output.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>An object that represents the session to a management server.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>New-SCOMRelationshipInstance</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>RelationshipClass</maml:name><maml:description><maml:para>Specifies the class of the relationship to be created.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackRelationship</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>SourceClass</maml:name><maml:description><maml:para>Specifies the class of the source.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackClass</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3"><maml:name>SourceProperty</maml:name><maml:description><maml:para>A Hashtable that specifies the properties and the values of the source class.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4"><maml:name>TargetClass</maml:name><maml:description><maml:para>Specifies the class of the target of the relationship.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackClass</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="5"><maml:name>TargetProperty</maml:name><maml:description><maml:para>A Hashtable that specifies the properties and the values of the target class.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of the computer on which the System Center Data Access service is running. The user account that is specified in the Credential parameter must have access rights to the specified computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies the credentials to be used when you are connecting to the server on which the System Center Data Access service is running. The specified user account must have access rights to that server.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Passes the newly created relationship instance to the pipeline. By default, this cmdlet does not generate any output.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>An object that represents the session to a management server.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of the computer on which the System Center Data Access service is running. The user account that is specified in the Credential parameter must have access rights to the specified computer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies the credentials to be used when you are connecting to the server on which the System Center Data Access service is running. The specified user account must have access rights to that server.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Passes the newly created relationship instance to the pipeline. By default, this cmdlet does not generate any output.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>RelationshipClass</maml:name><maml:description><maml:para>Specifies the class of the relationship to be created.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackRelationship</command:parameterValue><dev:type><maml:name>ManagementPackRelationship</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>An object that represents the session to a management server.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>Source</maml:name><maml:description><maml:para>Specifies the source of the relationship.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">EnterpriseManagementObject</command:parameterValue><dev:type><maml:name>EnterpriseManagementObject</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"><maml:name>SourceClass</maml:name><maml:description><maml:para>Specifies the class of the source.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackClass</command:parameterValue><dev:type><maml:name>ManagementPackClass</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3"><maml:name>SourceProperty</maml:name><maml:description><maml:para>A Hashtable that specifies the properties and the values of the source class.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue><dev:type><maml:name>Hashtable</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3"><maml:name>Target</maml:name><maml:description><maml:para>Specifies the target of the relationship.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">EnterpriseManagementObject</command:parameterValue><dev:type><maml:name>EnterpriseManagementObject</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3"><maml:name>TargetClass</maml:name><maml:description><maml:para>Specifies the class of the target of the relationship.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackClass</command:parameterValue><dev:type><maml:name>ManagementPackClass</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4"><maml:name>TargetProperty</maml:name><maml:description><maml:para>A Hashtable that specifies the properties and the values of the target class.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue><dev:type><maml:name>Hashtable</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para></maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para></maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title></maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$Rel = Get-SCOMRelationship -Name "System.ConfigItemRelatesToConfigItem"
PS C:\&gt;$Class = Get-SCOMClass -Name "Microsoft.Windows.Computer"
PS C:\&gt;$Computers = Get-SCOMClassInstance -Class $Class
PS C:\&gt;New-SCOMRelationshipInstance -RelationshipClass $Rel -Source $Computers[0] -Target $Computers[1]
 
</dev:code><dev:remarks><maml:para>The commands in this example create a new instance of a relationship.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/?LinkId=238800</maml:uri></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>New-SCRunAsAccount</command:name><maml:description><maml:para>Creates a new Run As account.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SCOMRunAsAccount</command:noun><dev:version /></command:details><maml:description><maml:para>The New-SCOMRunAsAccount cmdlet creates a new RunAs account.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>New-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies the management pack in which the Run As account will be stored. You can provide a ManagementPack object that is returned by the Get-SCOMManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified.</maml:para><maml:para>The default value is the current user. You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Description</maml:name><maml:description><maml:para>Provides the description of the Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Specifies the output object that represents the new Run As account. This output object can be passed to other cmdlets.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the RunAs account to create.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Domain</maml:name><maml:description><maml:para>Specifies the domain of the user that is being used in the RunAs account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Password</maml:name><maml:description><maml:para>Specifies the password to be used with the Run As account that is being created. Use Read-Host -assecurestring to provide the password.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>UserName</maml:name><maml:description><maml:para>Specifies the user name to associate with the RunAs account that is being created.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified.</maml:para><maml:para>The default value is the current user. You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue>Current user context</dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Description</maml:name><maml:description><maml:para>Provides the description of the Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the RunAs account to create.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Domain</maml:name><maml:description><maml:para>Specifies the domain of the user that is being used in the RunAs account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies the management pack in which the Run As account will be stored. You can provide a ManagementPack object that is returned by the Get-SCOMManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue><dev:type><maml:name>ManagementPack</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Specifies the output object that represents the new Run As account. This output object can be passed to other cmdlets.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Password</maml:name><maml:description><maml:para>Specifies the password to be used with the Run As account that is being created. Use Read-Host -assecurestring to provide the password.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue><dev:type><maml:name>SecureString</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>UserName</maml:name><maml:description><maml:para>Specifies the user name to associate with the RunAs account that is being created.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You cannot pipe input to this cmdlet.
</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet does not generate any output.
</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$arguments = @{
ManagementPack = Get-SCOMManagementPack -DisplayName Default*
Password = ConvertTo-SecureString -AsPlainText -Force Unix2Panic
UserName = "Administrator"
Domain = "WOODGROVE"
DisplayName = "Test1Account"
Description = "Test1Description"
}
PS C:\&gt;New-SCOMRunAsAccount @arguments
PS C:\&gt;Get-SCOMRunAsAccount -DisplayName Test1Account
 
 
</dev:code><dev:remarks><maml:para>The commands in this example create a new RunAs account.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225408</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMRunAsAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMRunAsAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Update-SCOMRunAsAccount</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Protect-SCManagementPack</command:name><maml:description><maml:para>Seals a management pack, preventing it from being modified.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Protect</command:verb><command:noun>SCOMManagementPack</command:noun><dev:version /></command:details><maml:description><maml:para>The Protect-SCOMManagementPack cmdlet seals a management pack, preventing it from being modified. The sealed management pack is stored in the folder that is specified by the OutputDirectory parameter. The sealed management pack can be imported into Operations Manager.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Protect-SCOMManagementPack</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies the management pack to seal. You can enter a ManagementPack object that is returned by the Get-SCOMManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Copyright</maml:name><maml:description><maml:para>Specifies the copyright string that will be used in the signature of the sealed management pack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Specifies the output object that represents the sealed management pack. This output object can be passed to other cmdlets.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>CompanyName</maml:name><maml:description><maml:para>Specifies the company name that will be used as part of the signature of the sealed management pack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>KeyFilePath</maml:name><maml:description><maml:para>Specifies the path to the file that contains the key for the signature of the sealed management pack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>OutputDirectory</maml:name><maml:description><maml:para>Specifies the folder where the sealed management pack will be stored.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Protect-SCOMManagementPack</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPackFile</maml:name><maml:description><maml:para>Specifies the name of the management pack file.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Copyright</maml:name><maml:description><maml:para>Specifies the copyright string that will be used in the signature of the sealed management pack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>CompanyName</maml:name><maml:description><maml:para>Specifies the company name that will be used as part of the signature of the sealed management pack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>KeyFilePath</maml:name><maml:description><maml:para>Specifies the path to the file that contains the key for the signature of the sealed management pack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>OutputDirectory</maml:name><maml:description><maml:para>Specifies the folder where the sealed management pack will be stored.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>CompanyName</maml:name><maml:description><maml:para>Specifies the company name that will be used as part of the signature of the sealed management pack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Copyright</maml:name><maml:description><maml:para>Specifies the copyright string that will be used in the signature of the sealed management pack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>KeyFilePath</maml:name><maml:description><maml:para>Specifies the path to the file that contains the key for the signature of the sealed management pack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies the management pack to seal. You can enter a ManagementPack object that is returned by the Get-SCOMManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue><dev:type><maml:name>ManagementPack[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPackFile</maml:name><maml:description><maml:para>Specifies the name of the management pack file.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>OutputDirectory</maml:name><maml:description><maml:para>Specifies the folder where the sealed management pack will be stored.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Specifies the output object that represents the sealed management pack. This output object can be passed to other cmdlets.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>System.String</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a management pack file name to the ManagementPackFIle parameter of the Protect-SCOMManagementPack cmdlet.</maml:para></maml:description></command:inputType><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.ManagementPackManagement pack object.</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a management pack object to the ManagementPack parameter of the Protect-SCOMManagementPack cmdlet, for example, the object that is returned by the Get-SCOMManagementPack cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>Management pack object.</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet generates a management pack object when it is used with the –PassThru parameter.</maml:para></maml:description></command:returnValue><command:returnValue><dev:type><maml:name>Sealed management pack.</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet generates a sealed management pack that is stored in the folder that is specified by the OutputDirectory parameter.</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$mp = Get-SCManagementPack -ManagementPackFile Resources\FormTest.xml
PS C:\&gt;$arguments = @{
ManagementPack = $mp
OutputDirectory = $PWD
KeyFilePath = "Resources\keyfile.snk"
CompanyName = "Fabrikam"
Copyright = "2011"
}
PS C:\&gt;Protect-SCOMManagementPack @arguments
 
 
</dev:code><dev:remarks><maml:para>The commands in this example seal the management pack FormTest.xml.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225413</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Import-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementPackBundle</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Export-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Test-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Remove-SCClassInstance</command:name><maml:description><maml:para>Permanently removes a class instance.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMClassInstance</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMClassInstance cmdlet permanently removes a class instance.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMClassInstance</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Specifies an instance of a configuration item object to be removed.</maml:para><maml:para>You can specify an EnterpriseManagementObject that is returned by the Get-SCOMClassInstance cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementInstance[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Specifies an instance of a configuration item object to be removed.</maml:para><maml:para>You can specify an EnterpriseManagementObject that is returned by the Get-SCOMClassInstance cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementInstance[]</command:parameterValue><dev:type><maml:name>EnterpriseManagementInstance[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Core.Cmdlets.Instances.EnterpriseManagementInstance</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a class instance to the Instance parameter of the Remove-SCOMClassInstance cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>None.</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet does not generate any output.</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>Example 1</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$c = Get-SCOMClass -name Microsoft.Windows.computer
PS C:\&gt;Get-SCOMClassInstance -class $c|format-Table PrincipalName,DisplayName
 
PS C:\&gt;Get-SCOMClassInstance -class $c -Filter 'DisplayName -like "C%"'
 
PS C:\&gt;Get-SCOMClassInstance -class $c -Filter 'DisplayName -like "Computer1%"' | Remove-SCOMClassInstance
PS C:\&gt;Get-SCOMClassInstance -class $c|format-Table PrincipalName,DisplayName
</dev:code><dev:remarks><maml:para>The commands in the following example remove all class instances in which the first letter is “c”, and then verify the removal.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225414</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Update-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Remove-SCManagementGroupConnection</command:name><maml:description><maml:para>Removes a management group connection.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMManagementGroupConnection</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMManagementGroupConnection cmdlet removes a management group connection.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMManagementGroupConnection</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Connection</maml:name><maml:description><maml:para>Specifies the connection, originating from the Get-SCOMManagementGroupConnection cmdlet, to be removed.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Connection</maml:name><maml:description><maml:para>Specifies the connection, originating from the Get-SCOMManagementGroupConnection cmdlet, to be removed.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.SystemCenter.Core.Connection.Connection</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a management group connection to the Connection parameter of the cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet does not generate any output.
</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMManagementGroupConnection
 
PS C:\&gt;Get-SCOMManagementGroupConnection |?{$_.IsActive } | Remove-SCOMManagementGroupConnection
PS C:\&gt;Get-SCOMManagementGroupConnection
</dev:code><dev:remarks><maml:para>The script in this example displays management server sessions (management group connections), removes the active management server session, and then displays available sessions to verify the removal.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225415</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementGroupConnection</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementGroupConnection</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SCOMManagementGroupConnection</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Remove-SCManagementPack</command:name><maml:description><maml:para>Removes management packs.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMManagementPack</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMManagementPack cmdlet removes management packs, along with all instances of types that are included in those management packs. You cannot remove a management pack on which other management packs, which are not being removed, are dependent.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMManagementPack</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies the management pack to remove. You can specify a ManagementPack object that is returned by the Get-SCOMManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies the management pack to remove. You can specify a ManagementPack object that is returned by the Get-SCOMManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue><dev:type><maml:name>ManagementPack[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.ManagementPack</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a management pack to the ManagementPack parameter of the Remove-SCOMManagementPack cmdlet, for example, the object that is returned by the Get-SCOMManagementPack cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>None.</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet does not generate any output.
</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMManagementPack | ?{ $_.name -match "Woodgrove" } | Remove-SCOMManagementPack
 
 
</dev:code><dev:remarks><maml:para>The pipelined command in this example removes all management packs in which the name matches the string "woodgrove".</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$mps = Get-SCOMManagementPack | ?{ $_.name -match "Woodgrove" }; Remove-SCOMManagementPack $mps
 
 
</dev:code><dev:remarks><maml:para>The command in this example removes all management packs in which the name matches the string "Woodgrove".</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225416</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Import-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementPackBundle</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Export-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Protect-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Test-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Remove-SCRelationshipInstance</command:name><maml:description><maml:para>Removes an instance of a relationship.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMRelationshipInstance</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMRelationshipInstance cmdlet removes an instance of a relationship.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMRelationshipInstance</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Specifies an instance of a relationship.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementRelationshipObject`1[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Specifies an instance of a relationship.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementRelationshipObject`1[]</command:parameterValue><dev:type><maml:name>EnterpriseManagementRelationshipObject`1[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Common.EnterpriseManagementRelationshipObject</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a relationship instance to the Instance parameter of the Remove-SCOMRelationshipInstance cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>None.</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para></maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title></maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;
</dev:code><dev:remarks><maml:para></maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title></maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>
PS C:\&gt;
</dev:code><dev:remarks><maml:para></maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/?LinkId=238801</maml:uri></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Remove-SCRunAsAccount</command:name><maml:description><maml:para>Removes a RunAs account.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMRunAsAccount</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMRunAsAccount cmdlet removes a RunAs account.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>RunAsAccount</maml:name><maml:description><maml:para>Specifies the RunAs account to be removed. Input to this parameter can be a ManagementPackSecureReference object or a UserAccount object that, for example, you can obtain from the Get-SCOMRunAsAccount cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">UserAccount[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>RunAsAccount</maml:name><maml:description><maml:para>Specifies the RunAs account to be removed. Input to this parameter can be a ManagementPackSecureReference object or a UserAccount object that, for example, you can obtain from the Get-SCOMRunAsAccount cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">UserAccount[]</command:parameterValue><dev:type><maml:name>UserAccount[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Core.SdkUtilities.Security.UserAccount</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a RunAsAccount object to the RunAsAccount parameter of the Remove-SCOMRunAsAccount cmdlet, for example, the object that is retrieved by the Get-SCOMRunAsAccount cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>None.</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet does not generate any output.
</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMRunAsAccount | ?{$_.UserName -eq "WOODGROVE\Administrator"} | Remove-SCOMRunAsAccount
</dev:code><dev:remarks><maml:para>The command in this example removes all RunAs accounts in which the user name is "WOODGROVE\Administrator". Note that this may cause certain workflows and other operations to fail.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225417</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMRunAsAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMRunAsAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Update-SCOMRunAsAccount</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Set-SCManagementGroupConnection</command:name><maml:description><maml:para>Sets the specified connection as the active connection. The active connection is the connection that is implicitly used when you run a Get- cmdlet without specifying both a –ComputerName parameter and a –Credential parameter, or a –SCSession parameter. Only one connection can be active at any time. By default, the active connection is the last connection that was created by using the New-SCManagementGroupConnection cmdlet.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMManagementGroupConnection</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMManagementGroupConnection cmdlet sets the specified connection as the active connection. The active connection is the connection that is implicitly used when you run a Get- cmdlet without specifying both a –ComputerName parameter and a –Credential parameter, or a –SCSession parameter. Only one connection can be active at any time. By default, the active connection is the last connection that was created by using the New-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMManagementGroupConnection</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Connection</maml:name><maml:description><maml:para>Specifies the connection to activate. You can specify only one connection.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Connection</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Connection</maml:name><maml:description><maml:para>Specifies the connection to activate. You can specify only one connection.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Connection</command:parameterValue><dev:type><maml:name>Connection</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.SystemCenter.Core.Connection.Connection</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a management group connection to the Connection parameter of the Set-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>None.</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet does not generate any output.
</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMManagementGroupConnection
 
PS C:\&gt;Get-SCOMManagementGroupConnection | Set-SCOMManagementGroupConnection
PS C:\&gt;Get-SCOMManagementGroupConnection
</dev:code><dev:remarks><maml:para>The commands in this example activate a management group connection. The first command displays the IsActive state of the connection (False), and then the second command activates the connection. The final command verifies the activation by displaying the IsActive state of the connection, which has now changed to True.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225418</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementGroupConnection</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementGroupConnection</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMManagementGroupConnection</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Test-SCManagementPack</command:name><maml:description><maml:para>Tests the validity of a management pack.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Test</command:verb><command:noun>SCOMManagementPack</command:noun><dev:version /></command:details><maml:description><maml:para>The Test-SCOMManagementPack cmdlet tests the validity of a management pack. This cmdlet replaces the MPVerify.exe utility, which verifies a management pack by using the software development kit (SDK) method ManagementPack.Verify(). This cmdlet requires that the user specify the path to the management pack file and the name of the computer to use for resolving dependencies. For management pack bundle files (.mpb), all the management packs in the bundle will be tested for validity.</maml:para><maml:para>All issues that are found during the test are written as nonterminating errors, one error per issue. The output of the cmdlet is an object consisting of the management pack name, the path of the management pack, and a property named Verified, which equals true if no errors are found and false if errors were found.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Test-SCOMManagementPack</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>FullName</maml:name><maml:description><maml:para>Specifies the full name and path of the management pack. The management pack can be a sealed, unsealed, or bundled management pack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies a computer to establish a connection with. The computer must be running the System Center Data Access service. The default value is the computer for the current management group connection.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name (FQDN). To specify the local computer, type the computer name, "localhost", or a dot (.).</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue><dev:type><maml:name>String[]</maml:name><maml:uri /></dev:type><dev:defaultValue>localhost</dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. The account must have access to the server that is specified in the ComputerName parameter, if the server is specified. The default value is the current user.</maml:para><maml:para>You can enter a PSCredential object that is returned by the Get-Credential cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue><dev:type><maml:name>PSCredential</maml:name><maml:uri /></dev:type><dev:defaultValue>Current user context</dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>FullName</maml:name><maml:description><maml:para>Specifies the full name and path of the management pack. The management pack can be a sealed, unsealed, or bundled management pack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue><dev:type><maml:name>String</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default value is the current management group connection.</maml:para><maml:para>You can enter a management group connection object that is returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue><dev:type><maml:name>Connection[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>System.String</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a management pack full name to the FullName parameter of the Test-SCOMManagementPack cmdlet. The FullName parameter accepts propertyname values, which are the output of Get-ChildItem and of any other commands that produce System.IO.FileInfo objects.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>Microsoft.SystemCenter.Core.Commands.ManagementPackVerificationResult</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>An object that represents a management pack verification result.</maml:para><maml:para></maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Test-SCOMManagementPack C:\temp\Woodgrove.MP.xml
</dev:code><dev:remarks><maml:para>The commands in this example test a management pack for validity.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225419</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Import-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementPackBundle</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Export-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Protect-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Update-SCClassInstance</command:name><maml:description><maml:para>Updates property values of a class instance.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Update</command:verb><command:noun>SCOMClassInstance</command:noun><dev:version /></command:details><maml:description><maml:para>The Update-SCOMClassInstance cmdlet updates property values of a class instance.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Update-SCOMClassInstance</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Specifies an instance of a class to update.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementInstance[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Specifies that the class instance should be returned to the current Windows PowerShell session after the update is complete. This output object can then be passed to other cmdlets.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Specifies an instance of a class to update.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementInstance[]</command:parameterValue><dev:type><maml:name>EnterpriseManagementInstance[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Specifies that the class instance should be returned to the current Windows PowerShell session after the update is complete. This output object can then be passed to other cmdlets.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Core.Cmdlets.Instances.EnterpriseManagementInstance</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a class instance to the Instance parameter of the Update-SCOMClassInstance cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>None.</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet does not generate any output.
</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMClassInstance (get-SCOMClass –Name "class01") | %{ $_.ObjectStatus = ”pending delete” ; $_ } | update-SCOMClassinstance
 
 
</dev:code><dev:remarks><maml:para>The following example shows how to update all configuration item instances of class ‘foo’ so that they are marked for deletion.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMClassInstance -class (get-SCOMClass -name microsoft.ad.printer) -filter 'Location -eq "Seattle"'
</dev:code><dev:remarks><maml:para>The commands in this example change the location value of an Operations Manager configuration item instance.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225420</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command><command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"><command:details><command:name>Update-SCRunAsAccount</command:name><maml:description><maml:para>Updates the credentials that are associated with a RunAs account.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Update</command:verb><command:noun>SCOMRunAsAccount</command:noun><dev:version /></command:details><maml:description><maml:para>The Update-SCOMRunAsAccount cmdlet updates the credentials that are associated with a RunAs account. Use this cmdlet to change the stored credentials for a RunAs account when that account's user name or password changes. Passwords are securely stored so that impersonation can take place for workflows and other operations.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Update-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>RunAsAccount</maml:name><maml:description><maml:para>Specifies the object that represents the RunAs account. It contains the RunAs account name and the credentials that are associated with that account.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">UserAccount[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Specifies the output object that represents the RunAs account to update. This output object can be passed to other cmdlets.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Specifies the output object that represents the RunAs account to update. This output object can be passed to other cmdlets.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>RunAsAccount</maml:name><maml:description><maml:para>Specifies the object that represents the RunAs account. It contains the RunAs account name and the credentials that are associated with that account.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">UserAccount[]</command:parameterValue><dev:type><maml:name>UserAccount[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Confirm</maml:name><maml:description><maml:para>Prompts you for confirmation before executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>WhatIf</maml:name><maml:description><maml:para>Describes what would happen if you executed the command without actually executing the command.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue><dev:type><maml:name>SwitchParameter</maml:name><maml:uri /></dev:type></command:parameter></command:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Core.SdkUtilities.Security.UserAccount</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>You can pipe a RunAs account object to the RunAsAccount parameter of the Update-SCOMRunAsAccount cmdlet, for example, the object that is returned by the Get-SCOMRunAsAccount cmdlet.</maml:para></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>None.</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>This cmdlet does not generate any output.
</maml:para></maml:description></command:returnValue></command:returnValues><command:terminatingErrors /><command:nonTerminatingErrors /><command:examples><command:example><maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$Credential = Get-Credential
PS C:\&gt;Get-SCOMRunAsAccount "Domain Admin" | Update-SCOMRunAsAccount -RunAsAccountCredential $Credential
</dev:code><dev:remarks><maml:para>The commands in this example set the RunAs account password according to the specified credential object.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$Credential = Get-Credential
PS C:\&gt;Get-SCOMRunAsAccount "Domain Admin" | Update-SCOMRunAsAccount -Credential $Credential -passthru
</dev:code><dev:remarks><maml:para>The commands in this example set the RunAs account password according to the supplied credential object, and then pipe the RunAs account object as a result.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example></command:examples><maml:relatedLinks><maml:navigationLink><maml:linkText>Online Version:</maml:linkText><maml:uri>http://go.microsoft.com/fwlink/p/?LinkId=225421</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMRunAsAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMRunAsAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMRunAsAccount</maml:linkText><maml:uri /></maml:navigationLink></maml:relatedLinks></command:command></helpItems>