en/Microsoft.SystemCenter.OperationsManagerV10.Commands.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>Add-SCAdvisorAgent</command:name>
      <maml:description>
        <maml:para>Adds Windows computers or instance groups to the group of agents reporting to the Advisor Connector.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Add</command:verb>
      <command:noun>SCAdvisorAgent</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>The Add-SCAdvisorAgent cmdlet adds one or more agent(s) to the group of agents reporting to the Advisor Connector.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Add-SCAdvisorAgent</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>InputObjects</maml:name>
          <maml:description>
            <maml:para>Specifies an array of PartialMonitoringObject to be opted in to the Advisor Connector.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="true">PartialMonitoringObject[]</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 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="true" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="true">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. Specify a Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts the user for confirmation before execution the command.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false"></command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Describes what would happen if user executed the command without actually executing the command.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false"></command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>InputObjects</maml:name>
        <maml:description>
          <maml:para>Specifies a list of computer names to be opted in to the Advisor Connector.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PartialMonitoringObject[]</command:parameterValue>
        <dev:defaultValue>none</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="true" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>PSCredential</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>none</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. Specify a Management group connection object, such as one returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>Connection[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>the current management group connection</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts the user for confirmation before execution the command.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false"></command:parameterValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Describes what would happen if user executed the command without actually executing the command.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false"></command:parameterValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name />
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description />
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <command:examples>
      <command:example>
        <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
        <maml:introduction>
          <maml:para />
        </maml:introduction>
        <dev:code>
          PS C:\> $windowsComputers = Get-SCOMclass -name Microsoft.windows.computer | Get-SCOMClassInstance
PS C:\> Add-SCAdvisorAgent -InputObjects $windowsComputers
        </dev:code>
        <dev:remarks>
          <maml:para>Description</maml:para>
          <maml:para>-----------</maml:para>
          <maml:para>The first command gets all the Windows computers. The second command adds all these Windows computers to the group of agents reporting to the Advisor Connector.</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:introduction>
        <dev:code>
          PS C:\> $windowsComputers = Get-SCOMclass -name Microsoft.windows.computer | Get-SCOMClassInstance -ComputerName "Contoso"
PS C:\> Add-SCAdvisorAgent -InputObjects $windowsComputers -ComputerName "Contoso"
        </dev:code>
        <dev:remarks>
          <maml:para>Description</maml:para>
          <maml:para>-----------</maml:para>
          <maml:para>The first command connects to "Contoso" and gets all the Windows computers. The second command adds all these Windows computers to the group of agents reporting to the Advisor Connector.</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=303943</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-SCAdvisorAgent</command:name>
      <maml:description>
        <maml:para>Gets the computers and groups that are reporting to the Advisor Connector.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>SCAdvisorAgent</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>The Get-SCAdvisorAgent cmdlet gets the agents that are reporting to the Advisor Connector.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-SCAdvisorAgent</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="true" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="true">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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="true" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>PSCredential</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>none</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. Specify a Management group connection object, such as one returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>Connection[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>the current management group connection</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name />
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description />
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>Microsoft.EnterpriseManagement.Monitoring.PartialMonitoringObject[]</maml:name>
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <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:introduction>
        <dev:code>PS C:\> Get-SCAdvisorAgent</dev:code>
        <dev:remarks>
          <maml:para>Description</maml:para>
          <maml:para>-----------</maml:para>
          <maml:para>This command gets the agents that are reporting to the Advisor Connector.</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:introduction>
        <dev:code>PS C:\> Get-SCAdvisorAgent -ComputerName "Contoso"</dev:code>
        <dev:remarks>
          <maml:para>Description</maml:para>
          <maml:para>-----------</maml:para>
          <maml:para>This command connects to "Contoso" and gets the agents that are reporting to the Advisor Connector.</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=303943</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-SCAdvisorProxy</command:name>
      <maml:description>
        <maml:para>Gets the proxy server for connecting to the Advisor Service.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Get</command:verb>
      <command:noun>SCAdvisorProxy</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>The Get-SCAdvisorProxy cmdlet gets the proxy server for connecting to the Advisor Service.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-SCAdvisorProxy</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="true" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="true">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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="true" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>PSCredential</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>none</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. Specify a Management group connection object, such as one returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>Connection[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>the current management group connection</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name />
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description />
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
      </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <command:examples>
      <command:example>
        <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
        <maml:introduction>
          <maml:para />
        </maml:introduction>
        <dev:code>PS C:\> Get-SCadvisorProxy</dev:code>
        <dev:remarks>
          <maml:para>Description</maml:para>
          <maml:para>-----------</maml:para>
          <maml:para>This command gets the name of the proxy servers used to connect to the Advisor Service.</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:introduction>
        <dev:code>PS C:\> Get-SCadvisorProxy -ComputerName "Contoso"</dev:code>
        <dev:remarks>
          <maml:para>Description</maml:para>
          <maml:para>-----------</maml:para>
          <maml:para>This command connects to "Contoso" and gets the name of the proxy servers used to connect to the Advisor Service.</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=303943</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>Register-SCAdvisor</command:name>
      <maml:description>
        <maml:para>Registers an Operations Manager management group to a System Center Advisor account.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Register</command:verb>
      <command:noun>SCAdvisor</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>The Register-SCAdvisor cmdlet registers an Operations Manager management group to a System Center Advisor account.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Register-SCAdvisor</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>CertificatePath</maml:name>
          <maml:description>
            <maml:para>Specifies a directory under which the registration certificate is located.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="true" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="true">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. Specify a Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts the user for confirmation before execution the command.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false"></command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Describes what would happen if user executed the command without actually executing the command.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false"></command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>CertificatePath</maml:name>
        <maml:description>
          <maml:para>Specifies the path of the certificate that will be used to register to Advisor service.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
        <dev:defaultValue>none</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="true" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>PSCredential</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>none</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. Specify a Management group connection object, such as one returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>Connection[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>the current management group connection</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts the user for confirmation before execution the command.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false"></command:parameterValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Describes what would happen if user executed the command without actually executing the command.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false"></command:parameterValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name />
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description />
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <command:examples>
      <command:example>
        <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
        <maml:introduction>
          <maml:para />
        </maml:introduction>
        <dev:code>PS C:\> Register-SCAdvisor -CertificatePath "C:\RegistrationCert.pfx" </dev:code>
        <dev:remarks>
          <maml:para>Description</maml:para>
          <maml:para>-----------</maml:para>
          <maml:para>This command registers the current management group to the establishes a connection an Advisor 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/?LinkId=303943</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-SCAdvisorAgent</command:name>
      <maml:description>
        <maml:para>Removes Windows computers and instance groups from the group of agents reporting to the Advisor Connector.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Remove</command:verb>
      <command:noun>SCAdvisorAgent</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>The Remove-SCAdvisorAgent cmdlet removes one or more agent(s) from the group of agents reporting to the Advisor Connector.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-SCAdvisorAgent</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>InputObjects</maml:name>
          <maml:description>
            <maml:para>Specifies an array of PartialMonitoringObject to be opted out from the Advisor Connector.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="true">PartialMonitoringObject[]</command:parameterValue>
          <dev:defaultValue>none</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="true" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="true">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. Specify a Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts the user for confirmation before execution the command.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false"></command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Describes what would happen if user executed the command without actually executing the command.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false"></command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>InputObjects</maml:name>
        <maml:description>
          <maml:para>Specifies a list of computer names to be opted out from the Advisor Connector.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PartialMonitoringObject[]</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 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="true" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>PSCredential</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>none</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. Specify a Management group connection object, such as one returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>Connection[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>the current management group connection</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts the user for confirmation before execution the command.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false"></command:parameterValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Describes what would happen if user executed the command without actually executing the command.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false"></command:parameterValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name />
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description />
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <command:examples>
      <command:example>
        <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
        <maml:introduction>
          <maml:para />
        </maml:introduction>
        <dev:code>
          PS C:\> $windowsComputers = Get-SCOMclass -name Microsoft.windows.computer | Get-SCOMClassInstance | where {$_.Name.Contains("ContosoAgent")}
PS C:\> Remove-SCAdvisorAgent -InputObjects $windowsComputers
        </dev:code>
        <dev:remarks>
          <maml:para>Description</maml:para>
          <maml:para>-----------</maml:para>
          <maml:para>This command removes all the Windows computers whose name contain ContosoAgent from the group of agents reporting to the Advisor Connector.</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:introduction>
        <dev:code>
          PS C:\> $windowsComputers = Get-SCOMclass -name Microsoft.windows.computer | Get-SCOMClassInstance -ComputerName "Contoso" | where {$_.Name.Contains("ContosoAgents")}
PS C:\> Remove-SCAdvisorAgent -InputObjects $windowsComputers -ComputerName "Contoso"
        </dev:code>
        <dev:remarks>
          <maml:para>Description</maml:para>
          <maml:para>-----------</maml:para>
          <maml:para>This command connects to "Contoso" and removes all the Windows computers whose name contain ContosoAgent from the group of agents reporting to the Advisor Connector.</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=303943</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-SCAdvisorProxy</command:name>
      <maml:description>
        <maml:para>Sets the proxy server for connecting to the Advisor Service.</maml:para>
      </maml:description>
      <maml:copyright>
        <maml:para />
      </maml:copyright>
      <command:verb>Set</command:verb>
      <command:noun>SCAdvisorProxy</command:noun>
      <dev:version />
    </command:details>
    <maml:description>
      <maml:para>The Set-SCAdvisorProxy cmdlet sets the proxy server for connecting to the Advisor Service.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-SCAdvisorProxy</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>URI</maml:name>
          <maml:description>
            <maml:para>Specifies the URI of a proxy server in http://proxy_server:port format.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="true" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="true">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. Specify a Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>Confirm</maml:name>
          <maml:description>
            <maml:para>Prompts the user for confirmation before execution the command.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false"></command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
          <maml:name>WhatIf</maml:name>
          <maml:description>
            <maml:para>Describes what would happen if user executed the command without actually executing the command.</maml:para>
          </maml:description>
          <command:parameterValue required="false" variableLength="false"></command:parameterValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>URI</maml:name>
        <maml:description>
          <maml:para>Specifies the URI of a proxy server in format http://proxy_server:port/ format.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
        <dev:defaultValue>none</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="true" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>PSCredential</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>none</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. Specify a Management group connection object, such as one returned by the Get-SCOMManagementGroupConnection cmdlet.</maml:para>
        </maml:description>
        <command:parameterValue required="true" variableLength="true">PSCredential</command:parameterValue>
        <dev:type>
          <maml:name>Connection[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>the current management group connection</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>Confirm</maml:name>
        <maml:description>
          <maml:para>Prompts the user for confirmation before execution the command.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false"></command:parameterValue>
      </command:parameter>
      <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
        <maml:name>WhatIf</maml:name>
        <maml:description>
          <maml:para>Describes what would happen if user executed the command without actually executing the command.</maml:para>
        </maml:description>
        <command:parameterValue required="false" variableLength="false"></command:parameterValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name />
          <maml:uri />
          <maml:description>
            <maml:para />
          </maml:description>
        </dev:type>
        <maml:description />
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
    </command:returnValues>
    <command:terminatingErrors />
    <command:nonTerminatingErrors />
    <command:examples>
      <command:example>
        <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
        <maml:introduction>
          <maml:para />
        </maml:introduction>
        <dev:code>PS C:\> Set-SCAdvisorProxy -URI "http://www.contoso.com:80" </dev:code>
        <dev:remarks>
          <maml:para>Description</maml:para>
          <maml:para>-----------</maml:para>
          <maml:para>This command sets the current management group proxy for connecting to the Advisor Service to "http://www.contoso.com:80".</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=303943</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>Add-SCOMADAgentAssignment</command:name><maml:description><maml:para>Adds a new Active Directory agent assignment to the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SCOMADAgentAssignment</command:noun><dev:version /></command:details><maml:description><maml:para>The Add-SCOMADAgentAssignment cmdlet adds a new Active Directory agent assignment to the management group.
 
Before running this command, prepare the agent AD environment by executing the MOMADAdmin.exe utility from a computer in the agent domain.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Add-SCOMADAgentAssignment</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1"><maml:name>Domain</maml:name><maml:description><maml:para>The domain name or domain controller name for the domain in which the target agents reside.</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="2"><maml:name>PrimaryServer</maml:name><maml:description><maml:para>The management server which the target agents will report to.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3"><maml:name>LdapQuery</maml:name><maml:description><maml:para>The LDAP query in the domain which specifies the desired target agent computers.</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" position="named"><maml:name>Exclude</maml:name><maml:description><maml:para>A list of computer names which should be excluded from the agent assignment, even if they are returned by the LDAP query.</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="named"><maml:name>FailoverServer</maml:name><maml:description><maml:para>A list of 1 or more management servers used as failovers for the target agents
By default all non-gateway management servers will be used for failover</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>RunAsProfile</maml:name><maml:description><maml:para>The runas profile used when executing the AD query workflow.
 
The accounts specified in this profile should be the same as those specified when executing MOMADAdmin.exe.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackSecureReference</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 Management group connection object, such as one 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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" globbing="false" pipelineInput="false" position="1"><maml:name>Domain</maml:name><maml:description><maml:para>The domain name or domain controller name for the domain in which the target agents reside.</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>Exclude</maml:name><maml:description><maml:para>A list of computer names which should be excluded from the agent assignment, even if they are returned by the LDAP query.</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="false" position="named"><maml:name>FailoverServer</maml:name><maml:description><maml:para>A list of 1 or more management servers used as failovers for the target agents
By default all non-gateway management servers will be used for failover</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</command:parameterValue><dev:type><maml:name>ManagementServer[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3"><maml:name>LdapQuery</maml:name><maml:description><maml:para>The LDAP query in the domain which specifies the desired target agent computers.</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="2"><maml:name>PrimaryServer</maml:name><maml:description><maml:para>The management server which the target agents will report to.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</command:parameterValue><dev:type><maml:name>ManagementServer</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>RunAsProfile</maml:name><maml:description><maml:para>The runas profile used when executing the AD query workflow.
 
The accounts specified in this profile should be the same as those specified when executing MOMADAdmin.exe.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackSecureReference</command:parameterValue><dev:type><maml:name>ManagementPackSecureReference</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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;$primaryServer = Get-SCOMManagementServer "FabrikamMS.fabrikam.net"
PS C:\&gt;$ldap = '(&amp;amp;(sAMAccountType=805306369)(name=SQLServer*))'
PS C:\&gt;Add-SCOMADAgentAssignment -Domain 'fabrikam.net' -PrimaryServer $primaryServer -LdapQuery $ldap -Exclude 'SQLServer05.fabrikam.net'
 
</dev:code><dev:remarks><maml:para>This example adds a new AD agent assignment in the fabrikam.net domain for computers with names like SQLServer*.fabrikam.net but excludes SQLServer05.fabrikam.net</maml:para><maml:para></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;$primaryServer = Get-SCOMManagementServer "FabrikamMS.fabrikam.net"
PS C:\&gt;$failovers = Get-SCOMManagementServer "FabrikamSecondary*.fabrikam.net"
PS C:\&gt;$runAs = Get-SCOMRunAsProfile "Active Directory Based Agent Assignment Account"
PS C:\&gt;$ldap = '(&amp;amp;(sAMAccountType=805306369)(name=SQLServer*))'
PS C:\&gt;Add-SCOMADAgentAssignment -Domain 'fabrikam.net' -PrimaryServer $primaryServer -LdapQuery $ldap -FailoverServer $failovers -RunAsProfile $runas
 
</dev:code><dev:remarks><maml:para>This example adds a new AD agent assignment in the fabrikam.net domain for computers with names like SQLServer*.fabrikam.net and includes failover servers and uses a different Run as profile.</maml:para><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/p/?LinkId=239457</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>Add-SCOMAgentlessManagedComputer</command:name><maml:description><maml:para>Adds managed computers that do not have agents to a management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SCOMAgentlessManagedComputer</command:noun><dev:version /></command:details><maml:description><maml:para>The Add-SCOMAgentlessManagedComputer cmdlet adds managed computers that do not have agents to a management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Add-SCOMAgentlessManagedComputer</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>DNSHostName</maml:name><maml:description><maml:para>Specifies the name of a Domain Name System (DNS) host.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagedByAgent</maml:name><maml:description><maml:para>Specifies the agent which will perform the agentless management.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">AgentManagedComputer</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>Add-SCOMAgentlessManagedComputer</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>DNSHostName</maml:name><maml:description><maml:para>Specifies the name of a Domain Name System (DNS) host.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagedByManagementServer</maml:name><maml:description><maml:para>Specifies the management server that will perform the agentless management.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</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="2"><maml:name>ManagedByAgent</maml:name><maml:description><maml:para>Specifies the agent which will perform the agentless management.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">AgentManagedComputer</command:parameterValue><dev:type><maml:name>AgentManagedComputer</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagedByManagementServer</maml:name><maml:description><maml:para>Specifies the management server that will perform the agentless management.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</command:parameterValue><dev:type><maml:name>ManagementServer</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>DNSHostName</maml:name><maml:description><maml:para>Specifies the name of a Domain Name System (DNS) host.</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="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: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: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;Add-SCOMAgentlessManagedComputer -Name Server01.Contoso.com -ManagedByManagementServer (Get-SCOMManagementServer -Name MgmtServer01.Contoso.com) -Confirm
</dev:code><dev:remarks><maml:para>This command specifies that management server MgmtServer01 will perform agentless management for Server01. You will be prompted to confirm the operation before the command is run.</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=187736</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>Add-SCOMAlertResolutionState</command:name><maml:description><maml:para>Adds a custom alert resolution state.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SCOMAlertResolutionState</command:noun><dev:version /></command:details><maml:description><maml:para>The Add-SCOMAlertResolutionState cmdlet adds a custom alert resolution state.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Add-SCOMAlertResolutionState</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>ShortcutKey</maml:name><maml:description><maml:para>A shortcut key used for the resolution state.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>The friendly name of the alert resolution state.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>ResolutionStateCode</maml:name><maml:description><maml:para>The resolution state code. Two states are defined by the system: New (0) and Closed (255). Any other value can be used.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>The friendly name of the alert resolution state.</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 (ByPropertyName)" position="named"><maml:name>ResolutionStateCode</maml:name><maml:description><maml:para>The resolution state code. Two states are defined by the system: New (0) and Closed (255). Any other value can be used.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</command:parameterValue><dev:type><maml:name>Byte</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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>ShortcutKey</maml:name><maml:description><maml:para>A shortcut key used for the resolution state.</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: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: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;Add-SCOMAlertResolutionState -Name Investigating -ResolutionStateCode 10
 
</dev:code><dev:remarks><maml:para>This example adds a new alert resolution state called Investigating, with code 10</maml:para><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/p/?LinkId=239458</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>Add-SCOMConnector</command:name><maml:description><maml:para>Adds a connector.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SCOMConnector</command:noun><dev:version /></command:details><maml:description><maml:para>The Add-SCOMConnector cmdlet adds a connector. Operations Manager connectors are used to connect Operations Manager to other products.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Add-SCOMConnector</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of the connector</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>DisplayName</maml:name><maml:description><maml:para>The display name of the connector. Will default to the name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3"><maml:name>Description</maml:name><maml:description><maml:para>The description of the connector. Will default to the displayname.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4"><maml:name>Guid</maml:name><maml:description><maml:para>The GUID of the new connector.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>DiscoveryDataIsManaged</maml:name><maml:description><maml:para>If set, discovery data will be managed.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>DiscoveryDataIsShared</maml:name><maml:description><maml:para>If set, discovery data will be shared.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="3"><maml:name>Description</maml:name><maml:description><maml:para>The description of the connector. Will default to the displayname.</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="true (ByPropertyName)" position="named"><maml:name>DiscoveryDataIsManaged</maml:name><maml:description><maml:para>If set, discovery data will be managed.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>DiscoveryDataIsShared</maml:name><maml:description><maml:para>If set, discovery data will be shared.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>DisplayName</maml:name><maml:description><maml:para>The display name of the connector. Will default to the name.</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="true (ByPropertyName)" position="4"><maml:name>Guid</maml:name><maml:description><maml:para>The GUID of the new connector.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of the connector</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;Add-SCOMConnector -Name MyCustomConnector -DisplayName "Connector for shared data" -Description "Used to forward data to other programs"
 
</dev:code><dev:remarks><maml:para>This example adds a new connector.</maml:para><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/p/?LinkId=239459</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>Add-SCOMNotificationChannel</command:name><maml:description><maml:para>Adds a notification channel.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SCOMNotificationChannel</command:noun><dev:version /></command:details><maml:description><maml:para>The Add-SCOMNotification cmdlet adds a notification channel.
 
Notificaton channels inform individuals when an alert happens, or run automation in response to an alert.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Add-SCOMNotificationChannel</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of the notification channel.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>From</maml:name><maml:description><maml:para>The from field in a notification email.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Anonymous</maml:name><maml:description><maml:para>If set, will use an anonymous SMTP server.</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 (ByPropertyName)" position="named"><maml:name>BackupSmtpServer</maml:name><maml:description><maml:para>One or more backup SMTP servers.
 
Backup servers will use the same configuration as the primary server.</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 (ByPropertyName)" position="named"><maml:name>BodyAsHtml</maml:name><maml:description><maml:para>If set, the notification will be an HTML mail.</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 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. 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. It must have access to the server tat is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>A description for the notification channel. If not set, defaults to the displayname.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>DisplayName</maml:name><maml:description><maml:para>The display name for the notification channel. If not set, defaults to the name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Encoding</maml:name><maml:description><maml:para>The encoding to use for the notification.
 
SMTP channels default to 'utf-8' encoding.
 
IM channels default to 'utf-8' encoding.
 
SMS channels use 'Default' encoding by default, but can alternately use 'Unicode' encoding.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Header</maml:name><maml:description><maml:para>Any headers in a notification email.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>MaxPrimaryRecipientsPerMail</maml:name><maml:description><maml:para>The maximum number of recipients per notification mail.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>NoSubjectEncoding</maml:name><maml:description><maml:para>If set, will not use an encoding for the email subject.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Port</maml:name><maml:description><maml:para>The port used for the channel.
 
SMTP channels default to port 25
 
IM channels using TCP default to port 5060
 
IM channels using TLS default to port 5061</maml:para></maml:description><command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PrimaryRetryInterval</maml:name><maml:description><maml:para>The retry interval used to attempt to switch back to the primary SMTP server or SMS device. The default is 5 minutes.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>ReplyTo</maml:name><maml:description><maml:para>The reply-to field in a notification email.</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>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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Subject</maml:name><maml:description><maml:para>The subject of the notification mail.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Body</maml:name><maml:description><maml:para>The body or content of the notification.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Server</maml:name><maml:description><maml:para>The server used for SMTP and IM channels</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Add-SCOMNotificationChannel</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1"><maml:name>ApplicationPath</maml:name><maml:description><maml:para>The application path of a command channel.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of the notification channel.</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>Argument</maml:name><maml:description><maml:para>The string of arguments to a command channel.</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 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. 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. It must have access to the server tat is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>A description for the notification channel. If not set, defaults to the displayname.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>DisplayName</maml:name><maml:description><maml:para>The display name for the notification channel. If not set, defaults to the name.</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>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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="false" position="named"><maml:name>WorkingDirectory</maml:name><maml:description><maml:para>The working directory used for a command channel. Defaults to "%systemdrive%"</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Add-SCOMNotificationChannel</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of the notification channel.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>Device</maml:name><maml:description><maml:para>The primary SMS device.</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 (ByPropertyName)" position="3"><maml:name>BackupDevice</maml:name><maml:description><maml:para>Secondary SMS devices.</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 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. 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. It must have access to the server tat is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>A description for the notification channel. If not set, defaults to the displayname.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>DeviceEnumerationInterval</maml:name><maml:description><maml:para>The device enumeration interval, for SMS notifications.
 
The default is 10 seconds</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>DisplayName</maml:name><maml:description><maml:para>The display name for the notification channel. If not set, defaults to the name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Encoding</maml:name><maml:description><maml:para>The encoding to use for the notification.
 
SMTP channels default to 'utf-8' encoding.
 
IM channels default to 'utf-8' encoding.
 
SMS channels use 'Default' encoding by default, but can alternately use 'Unicode' encoding.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PrimaryRetryInterval</maml:name><maml:description><maml:para>The retry interval used to attempt to switch back to the primary SMTP server or SMS device. The default is 5 minutes.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection 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="true (ByPropertyName)" position="named"><maml:name>Body</maml:name><maml:description><maml:para>The body or content of the notification.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Sms</maml:name><maml:description><maml:para>If set, will send notifications using SMS</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Add-SCOMNotificationChannel</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of the notification channel.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>UserName</maml:name><maml:description><maml:para>The IM return address</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Uri</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 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. 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 (ByPropertyName)" position="named"><maml:name>ContentType</maml:name><maml:description><maml:para>The content type of the instant message. The default is 'text/plain'</maml:para></maml:description><command:parameterValue required="true" variableLength="false">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. It must have access to the server tat is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>A description for the notification channel. If not set, defaults to the displayname.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>DisplayName</maml:name><maml:description><maml:para>The display name for the notification channel. If not set, defaults to the name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Encoding</maml:name><maml:description><maml:para>The encoding to use for the notification.
 
SMTP channels default to 'utf-8' encoding.
 
IM channels default to 'utf-8' encoding.
 
SMS channels use 'Default' encoding by default, but can alternately use 'Unicode' encoding.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Port</maml:name><maml:description><maml:para>The port used for the channel.
 
SMTP channels default to port 25
 
IM channels using TCP default to port 5060
 
IM channels using TLS default to port 5061</maml:para></maml:description><command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PreferredUserName</maml:name><maml:description><maml:para>The preferred username in an IM channel. If not set, defaults to the username.</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>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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>SipAuthentication</maml:name><maml:description><maml:para>The SIP authentication mechanism (NTLM or Kerberos). Used for IM channels. The default is NTLM.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SipNotificationAuthenticationProtocols</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>SipProtocol</maml:name><maml:description><maml:para>The SIP transport protcol (TCP or TLS). Used for IM channels. The default is TCP.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SipTransportProtocol</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Body</maml:name><maml:description><maml:para>The body or content of the notification.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Server</maml:name><maml:description><maml:para>The server used for SMTP and IM channels</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Anonymous</maml:name><maml:description><maml:para>If set, will use an anonymous SMTP server.</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="1"><maml:name>ApplicationPath</maml:name><maml:description><maml:para>The application path of a command channel.</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="2"><maml:name>Argument</maml:name><maml:description><maml:para>The string of arguments to a command channel.</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 (ByPropertyName)" position="3"><maml:name>BackupDevice</maml:name><maml:description><maml:para>Secondary SMS devices.</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 (ByPropertyName)" position="named"><maml:name>BackupSmtpServer</maml:name><maml:description><maml:para>One or more backup SMTP servers.
 
Backup servers will use the same configuration as the primary server.</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="true (ByPropertyName)" position="named"><maml:name>Body</maml:name><maml:description><maml:para>The body or content of the notification.</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="true (ByPropertyName)" position="named"><maml:name>BodyAsHtml</maml:name><maml:description><maml:para>If set, the notification will be an HTML mail.</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>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 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. 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 (ByPropertyName)" position="named"><maml:name>ContentType</maml:name><maml:description><maml:para>The content type of the instant message. The default is 'text/plain'</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="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. It must have access to the server tat is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>A description for the notification channel. If not set, defaults to the displayname.</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="true (ByPropertyName)" position="2"><maml:name>Device</maml:name><maml:description><maml:para>The primary SMS device.</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="true (ByPropertyName)" position="named"><maml:name>DeviceEnumerationInterval</maml:name><maml:description><maml:para>The device enumeration interval, for SMS notifications.
 
The default is 10 seconds</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</command:parameterValue><dev:type><maml:name>TimeSpan</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>DisplayName</maml:name><maml:description><maml:para>The display name for the notification channel. If not set, defaults to the name.</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="true (ByPropertyName)" position="named"><maml:name>Encoding</maml:name><maml:description><maml:para>The encoding to use for the notification.
 
SMTP channels default to 'utf-8' encoding.
 
IM channels default to 'utf-8' encoding.
 
SMS channels use 'Default' encoding by default, but can alternately use 'Unicode' encoding.</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 (ByPropertyName)" position="2"><maml:name>From</maml:name><maml:description><maml:para>The from field in a notification email.</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="true (ByPropertyName)" position="named"><maml:name>Header</maml:name><maml:description><maml:para>Any headers in a notification email.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>MaxPrimaryRecipientsPerMail</maml:name><maml:description><maml:para>The maximum number of recipients per notification mail.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of the notification channel.</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="true (ByPropertyName)" position="named"><maml:name>NoSubjectEncoding</maml:name><maml:description><maml:para>If set, will not use an encoding for the email subject.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Port</maml:name><maml:description><maml:para>The port used for the channel.
 
SMTP channels default to port 25
 
IM channels using TCP default to port 5060
 
IM channels using TLS default to port 5061</maml:para></maml:description><command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue><dev:type><maml:name>UInt32</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PreferredUserName</maml:name><maml:description><maml:para>The preferred username in an IM channel. If not set, defaults to the username.</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="true (ByPropertyName)" position="named"><maml:name>PrimaryRetryInterval</maml:name><maml:description><maml:para>The retry interval used to attempt to switch back to the primary SMTP server or SMS device. The default is 5 minutes.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</command:parameterValue><dev:type><maml:name>TimeSpan</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>ReplyTo</maml:name><maml:description><maml:para>The reply-to field in a notification email.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Server</maml:name><maml:description><maml:para>The server used for SMTP and IM channels</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="true (ByPropertyName)" position="named"><maml:name>SipAuthentication</maml:name><maml:description><maml:para>The SIP authentication mechanism (NTLM or Kerberos). Used for IM channels. The default is NTLM.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SipNotificationAuthenticationProtocols</command:parameterValue><dev:type><maml:name>SipNotificationAuthenticationProtocols</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>SipProtocol</maml:name><maml:description><maml:para>The SIP transport protcol (TCP or TLS). Used for IM channels. The default is TCP.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SipTransportProtocol</command:parameterValue><dev:type><maml:name>SipTransportProtocol</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Sms</maml:name><maml:description><maml:para>If set, will send notifications using SMS</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Subject</maml:name><maml:description><maml:para>The subject of the notification mail.</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 (ByPropertyName)" position="2"><maml:name>UserName</maml:name><maml:description><maml:para>The IM return address</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Uri</command:parameterValue><dev:type><maml:name>Uri</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>WorkingDirectory</maml:name><maml:description><maml:para>The working directory used for a command channel. Defaults to "%systemdrive%"</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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;$subject = "SCOM alert `$Data[Default='Not Present']/Context/DataItem/AlertName`$"
PS C:\&gt;$body = "Owner is `$Data[Default='Not Present']/Context/DataItem/AlertOwner`$"
PS C:\&gt;Add-SCOMNotificationChannel -Name "Contoso.Email" -Server "mail.contoso.com" -From "scom@contoso.net" -Subject $subject -Body $body
 
</dev:code><dev:remarks><maml:para>This example adds a standard SMTP email channel.</maml:para><maml:para></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;$body = "SCOM alert `$Data[Default='Not Present']/Context/DataItem/AlertName`$"
PS C:\&gt;Add-SCOMNotificationChannel -Name "Contoso.IM" -Server "sipserver.contoso.com" -UserName 'sip:scomadmin' -Body $body
 
</dev:code><dev:remarks><maml:para>This example adds a new IM channel, with the return address of "scomadmin".</maml:para><maml:para></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;$body = "SCOM alert `$Data[Default='Not Present']/Context/DataItem/AlertName`$"
PS C:\&gt;Add-SCOMNotificationChannel -Sms -Name "Contoso.SMS" -Body $body -Encoding "Unicode"
 
</dev:code><dev:remarks><maml:para>This example adds a new SMS channel with unicode encoding.</maml:para><maml:para></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; $path = "C:\OnNotify.exe"
PS C:\&gt;$arg = "/notify /owner `"`$Data[Default='Not Present']/Context/DataItem/AlertOwner`$`""
PS C:\&gt;$workingDir = "C:\"
PS C:\&gt;Add-SCOMNotificationChannel -Name "Contoso.Command" -ApplicationPath $path -Argument $arg -WorkingDirectory $workingDir
 
</dev:code><dev:remarks><maml:para>This example adds a new command notification channel which runs the OnNotify.exe program.</maml:para><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/p/?LinkId=239460</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>Add-SCOMNotificationSubscriber</command:name><maml:description><maml:para>Adds a SCOM notification subscriber.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SCOMNotificationSubscriber</command:noun><dev:version /></command:details><maml:description><maml:para>The Add-SCOMNotificationSubscriber adds an Operations Manager notification subscriber.
 
Notificaton subscribers can receive notifications from SCOM.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Add-SCOMNotificationSubscriber</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of the notification subscriber.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>DeviceList</maml:name><maml:description><maml:para>The list of notification addresses for the subscriber.
 
Email addresses should be of the form 'username@domain.com'
 
SMS addresses should be of the form 'SMS:&lt;address&gt;'
 
IM addresses should be of the form 'SIP:&lt;address&gt;'
 
Command channels can be specified by specifying the name of the channel.</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 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. 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. It must have access to the server tat is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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>Add-SCOMNotificationSubscriber</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of the notification subscriber.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>DeviceTable</maml:name><maml:description><maml:para>A table of named addresses.
 
Email addresses should be of the form 'username@domain.com'
 
SMS addresses should be of the form 'SMS:&lt;address&gt;'
 
IM addresses should be of the form 'SIP:&lt;address&gt;'
 
Command channels can be specified by specifying the name of the channel.</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 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. 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. It must have access to the server tat is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server tat is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>DeviceList</maml:name><maml:description><maml:para>The list of notification addresses for the subscriber.
 
Email addresses should be of the form 'username@domain.com'
 
SMS addresses should be of the form 'SMS:&lt;address&gt;'
 
IM addresses should be of the form 'SIP:&lt;address&gt;'
 
Command channels can be specified by specifying the name of the channel.</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="true (ByPropertyName)" position="2"><maml:name>DeviceTable</maml:name><maml:description><maml:para>A table of named addresses.
 
Email addresses should be of the form 'username@domain.com'
 
SMS addresses should be of the form 'SMS:&lt;address&gt;'
 
IM addresses should be of the form 'SIP:&lt;address&gt;'
 
Command channels can be specified by specifying the name of the channel.</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="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of the notification subscriber.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;Add-SCOMNotificationSubscriber -Name 'John Doe' -DeviceList 'john@contoso.com','sms:2065551212','sip:johnd'
 
</dev:code><dev:remarks><maml:para>This example adds a new notification subscriber with email, SMS, and IM addresses.</maml:para><maml:para></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;$commandChannel = Get-SCOMNotificationChannel "OnNotify.exe"
PS C:\&gt;Add-SCOMNotificationSubscriber -Name 'Jane Doe' -DeviceTable @{"Cell"= 'sms:206555213'; "Command" = $commandChannel.Name }
 
</dev:code><dev:remarks><maml:para>This example adds a new notification subscriber with an SMS address and a command address</maml:para><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/p/?LinkId=239461</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>Add-SCOMNotificationSubscription</command:name><maml:description><maml:para>Adds a new notification subscription.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SCOMNotificationSubscription</command:noun><dev:version /></command:details><maml:description><maml:para>The Add-SCOMNotificationSubscription cmdlet adds a new notification subscription.
 
In this release there is no cmdlet support for scoping subscriptions based on a criteria. This can still be achieved via powershell by accessing the SCOM SDK directly.
 
See the examples for sample code which can aid with scoping subscriptions.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Add-SCOMNotificationSubscription</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of the subscription.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3"><maml:name>Criteria</maml:name><maml:description><maml:para>The criteria xml indicating how to filter alerts for this subscription. Criteria can be used to filter on particular rules or monitors, or propterties of the alert, but cannot be used to filter on classes or groups. In order to filter on classes or groups, see the examples.
 
The criteria xml can be manually specified or copied from an existing subscription. To obtain the criteria xml from an existing subscription, use this model: $subscription = Get-SCOMNotificationSubscription | Select-Object -First 1 $criteria = $subscription.Configuration.Criteria</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 (ByPropertyName)" position="named"><maml:name>BccSubscriber</maml:name><maml:description><maml:para>BCCed subscribers for this subscription.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">NotificationRecipient[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>CcSubscriber</maml:name><maml:description><maml:para>CCed subscribers for this subscription.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">NotificationRecipient[]</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Delay</maml:name><maml:description><maml:para>Delay sending notifications if conditions remain unchanged for this period of time.
By default, notifications will be sent immediately.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The descriptionof the subscription. Will use the displayname by default.</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>Disabled</maml:name><maml:description><maml:para>If set, the subscription will be created in a disabled state.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>DisplayName</maml:name><maml:description><maml:para>The display name of the subscription. Will use the name by default.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>OnlyOnResolutionChange</maml:name><maml:description><maml:para>If set, the notification will occur only when the resolution state of the alert changes.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PollingInterval</maml:name><maml:description><maml:para>The polling interval for alerts. The default is 1 minute.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Channel</maml:name><maml:description><maml:para>The notification channel(s) to use. To obtain a notification channel object, use Get-SCOMNotificationChannel.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Object[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Subscriber</maml:name><maml:description><maml:para>The subscribers for this subscription. To obtain a notification subscriber object, use Get-SCOMNotificationSubscriber.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">NotificationRecipient[]</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>BccSubscriber</maml:name><maml:description><maml:para>BCCed subscribers for this subscription.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">NotificationRecipient[]</command:parameterValue><dev:type><maml:name>NotificationRecipient[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>CcSubscriber</maml:name><maml:description><maml:para>CCed subscribers for this subscription.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">NotificationRecipient[]</command:parameterValue><dev:type><maml:name>NotificationRecipient[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Channel</maml:name><maml:description><maml:para>The notification channel(s) to use. To obtain a notification channel object, use Get-SCOMNotificationChannel.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Object[]</command:parameterValue><dev:type><maml:name>Object[]</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="3"><maml:name>Criteria</maml:name><maml:description><maml:para>The criteria xml indicating how to filter alerts for this subscription. Criteria can be used to filter on particular rules or monitors, or propterties of the alert, but cannot be used to filter on classes or groups. In order to filter on classes or groups, see the examples.
 
The criteria xml can be manually specified or copied from an existing subscription. To obtain the criteria xml from an existing subscription, use this model: $subscription = Get-SCOMNotificationSubscription | Select-Object -First 1 $criteria = $subscription.Configuration.Criteria</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="true (ByPropertyName)" position="named"><maml:name>Delay</maml:name><maml:description><maml:para>Delay sending notifications if conditions remain unchanged for this period of time.
By default, notifications will be sent immediately.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</command:parameterValue><dev:type><maml:name>TimeSpan</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The descriptionof the subscription. Will use the displayname by default.</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>Disabled</maml:name><maml:description><maml:para>If set, the subscription will be created in a disabled state.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>DisplayName</maml:name><maml:description><maml:para>The display name of the subscription. Will use the name by default.</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, ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of the subscription.</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="true (ByPropertyName)" position="named"><maml:name>OnlyOnResolutionChange</maml:name><maml:description><maml:para>If set, the notification will occur only when the resolution state of the alert changes.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PollingInterval</maml:name><maml:description><maml:para>The polling interval for alerts. The default is 1 minute.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</command:parameterValue><dev:type><maml:name>TimeSpan</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 Management group connection object, such as one 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="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Subscriber</maml:name><maml:description><maml:para>The subscribers for this subscription. To obtain a notification subscriber object, use Get-SCOMNotificationSubscriber.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">NotificationRecipient[]</command:parameterValue><dev:type><maml:name>NotificationRecipient[]</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: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: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;$subscriber = Get-SCOMNotificationSubscriber "Neven Sokec","Renee Lo"
PS C:\&gt;$channel = Get-SCOMNotificationChannel "EmailChannel"
PS C:\&gt;Add-SCOMNotificationSubscription -Name "NewSubscription1" -Subscriber $subscriber -Channel $channel
 
</dev:code><dev:remarks><maml:para>This example adds a new notification subscription for all alerts.</maml:para><maml:para></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;$subscriber = Get-SCOMNotificationSubscriber "Neven Sokec","Renee Lo"
PS C:\&gt;$channel = Get-SCOMNotificationChannel "EmailChannel"
PS C:\&gt;Add-SCOMNotificationSubscription -Name "NewSubscription2" -Subscriber $subscriber -Channel $channel -Delay "1:00:00" -Disabled
 
</dev:code><dev:remarks><maml:para>This example adds a new notification subscription for all alerts, but only notifies if conditions remain unchanged for 1 hour. The example creates the subscription in the disabled state.</maml:para><maml:para></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;$subscriber = Get-SCOMNotificationSubscriber "Neven Sokec","Renee Lo"
PS C:\&gt;$channel = Get-SCOMNotificationChannel "EmailChannel"
PS C:\&gt;$subscription = Add-SCOMNotificationSubscription -Name "NewSubscription3" -Subscriber $subscriber -Channel $channel
PS C:\&gt;$healthserivce = Get-SCOMClass -Name "Microsoft.SystemCenter.HealthService"
PS C:\&gt;$subscription.Configuration.MonitoringClassIds.Add( $healthservice.Id )
PS C:\&gt;$subscription.Update()
 
</dev:code><dev:remarks><maml:para>This example adds a new notification subscription for all alerts, then uses the Operations Manager SDK to scope the subscription to alerts raised by instances of the HealthService class.</maml:para><maml:para></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;$subscriber = Get-SCOMNotificationSubscriber "Neven Sokec","Renee Lo"
PS C:\&gt;$channel = Get-SCOMNotificationChannel "EmailChannel"
PS C:\&gt;$subscription = Add-SCOMNotificationSubscription -Name "NewSubscription4" -Subscriber $subscriber -Channel $channel
PS C:\&gt;$windowsComputers = Get-SCOMGroup -DisplayName "All Windows Computers"
PS C:\&gt;$subscription.Configuration.MonitoringObjectGroupIds.Add( $windowsComputers.Id )
PS C:\&gt;$subscription.Update()
 
</dev:code><dev:remarks><maml:para>This example adds a new notification subscription for all alerts, then uses the Operations Manager SDK to scope the subscription to alerts raised by instances in the All Windows Computers group.</maml:para><maml:para></maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
-------------------------- EXAMPLE 5 --------------------------
</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$subscriber = Get-SCOMNotificationSubscriber "Neven Sokec","Renee Lo"
PS C:\&gt;$channel = Get-SCOMNotificationChannel "EmailChannel"
PS C:\&gt;$monitor = Get-SCOMMonitor -Name "ContosoMonitor"
PS C:\&gt;$criteria = @"
PS C:\&gt;&lt;And xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
PS C:\&gt;&lt;Expression&gt;
PS C:\&gt;&lt;SimpleExpression&gt;
PS C:\&gt;&lt;ValueExpression&gt;
PS C:\&gt;&lt;Property&gt;ProblemId&lt;/Property&gt;
PS C:\&gt;&lt;/ValueExpression&gt;
PS C:\&gt;&lt;Operator&gt;Equal&lt;/Operator&gt;
PS C:\&gt;&lt;ValueExpression&gt;
PS C:\&gt;&lt;Value&gt;$($monitor.Id)&lt;/Value&gt;
PS C:\&gt;&lt;/ValueExpression&gt;
PS C:\&gt;&lt;/SimpleExpression&gt;
PS C:\&gt;&lt;/Expression&gt;
PS C:\&gt;&lt;Expression&gt;
PS C:\&gt;&lt;SimpleExpression&gt;
PS C:\&gt;&lt;ValueExpression&gt;
PS C:\&gt;&lt;Property&gt;Severity&lt;/Property&gt;
PS C:\&gt;&lt;/ValueExpression&gt;
PS C:\&gt;&lt;Operator&gt;Equal&lt;/Operator&gt;
PS C:\&gt;&lt;ValueExpression&gt;
PS C:\&gt;&lt;Value&gt;2&lt;/Value&gt;
PS C:\&gt;&lt;/ValueExpression&gt;
PS C:\&gt;&lt;/SimpleExpression&gt;
PS C:\&gt;&lt;/Expression&gt;
PS C:\&gt;&lt;/
 
</dev:code><dev:remarks><maml:para>This example adds a new notification subscription for all critical alerts raised by the "ContosoMonitor" monitor. </maml:para><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/p/?LinkId=239462</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>Add-SCOMRunAsProfile</command:name><maml:description><maml:para>Adds a new runas profile.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SCOMRunAsProfile</command:noun><dev:version /></command:details><maml:description><maml:para>The Add-SCOMRunAsProfile cmdlet adds a new Run as profile.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Add-SCOMRunAsProfile</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of the profile.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>DisplayName</maml:name><maml:description><maml:para>The display name of the profile. Will use the name by default.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3"><maml:name>Description</maml:name><maml:description><maml:para>The description of the profile. Will use the displayname by default.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4"><maml:name>Comment</maml:name><maml:description><maml:para>An administrative comment for the profile</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4"><maml:name>Guid</maml:name><maml:description><maml:para>The guid to use for the profile. If not set, a new GUID will be generated.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ManagementPack</maml:name><maml:description><maml:para>The management pack in which the runas profile will be saved.</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="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4"><maml:name>Comment</maml:name><maml:description><maml:para>An administrative comment for the profile</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>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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="3"><maml:name>Description</maml:name><maml:description><maml:para>The description of the profile. Will use the displayname by default.</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="true (ByPropertyName)" position="2"><maml:name>DisplayName</maml:name><maml:description><maml:para>The display name of the profile. Will use the name by default.</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="true (ByPropertyName)" position="4"><maml:name>Guid</maml:name><maml:description><maml:para>The guid to use for the profile. If not set, a new GUID will be generated.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">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="named"><maml:name>ManagementPack</maml:name><maml:description><maml:para>The management pack in which the runas profile will be saved.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of the profile.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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 "*DefaultUser"
PS C:\&gt;Add-SCOMRunAsProfile -Name "Contoso.MonitoringProfile" -ManagementPack $mp
 
</dev:code><dev:remarks><maml:para>This example adds a new runas profile to the default user management pack.</maml:para><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/p/?LinkId=239463</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>Add-SCOMSubscriberSchedule</command:name><maml:description><maml:para>Adds a new notification subscriber schedule entry.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SCOMSubscriberSchedule</command:noun><dev:version /></command:details><maml:description><maml:para>The Add-SCOMSubscriberSchedule cmdlet adds a new notification subscriber schedule entry.
 
If no entries are added to a subscriber's schedule, they will always receive notifications.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Add-SCOMSubscriberSchedule</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3"><maml:name>DayOfWeek</maml:name><maml:description><maml:para>Specifies the days of the week that the schedule entry is valid. By default the entry applies to all days of the week.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">NotificationRecipientScheduleEntryDaysOfWeek</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>EndDate</maml:name><maml:description><maml:para>The date to end the schedule entry. If no StartDate and EndDate are specified, the schedule entry will apply to all dates.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Exclude</maml:name><maml:description><maml:para>If set, the times provided will be excluded from the schedule. Otherwise, the schedule will only include the provided times.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If set, will pass though the subscriber object. In this way, many Add-SCOMSubscriberSchedule commands can be used in the same pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>StartDate</maml:name><maml:description><maml:para>The date to start the schedule entry. If no StartDate and EndDate are specified, the schedule entry will apply to all dates.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>TimeZone</maml:name><maml:description><maml:para>The time zone for the schedule entry. Defaults to the current user time zone. This parameter will do a wildcard match against TimeZone display names.
 
Examples of valid values are:
 
"*UTC+05:00*" United States Eastern time
 
"*Pacific Time*" United States Pacific time
 
"*Amsterdam*" Amsterdam, Berlin, Bern, Rome, Stockholm time</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AllDay</maml:name><maml:description><maml:para>If set, the schedule entry will be for the whole day.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named"><maml:name>Subscriber</maml:name><maml:description><maml:para>The notification subscriber. To get a notification subscriber object, use Get-SCOMNotificationSubscriber or create a new one with Add-SCOMNotificationSubscriber.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">NotificationRecipient</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Add-SCOMSubscriberSchedule</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>StartTime</maml:name><maml:description><maml:para>The start time of day for the schedule entry.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>EndTime</maml:name><maml:description><maml:para>The end time of the day for the schedule entry.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3"><maml:name>DayOfWeek</maml:name><maml:description><maml:para>Specifies the days of the week that the schedule entry is valid. By default the entry applies to all days of the week.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">NotificationRecipientScheduleEntryDaysOfWeek</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>EndDate</maml:name><maml:description><maml:para>The date to end the schedule entry. If no StartDate and EndDate are specified, the schedule entry will apply to all dates.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Exclude</maml:name><maml:description><maml:para>If set, the times provided will be excluded from the schedule. Otherwise, the schedule will only include the provided times.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If set, will pass though the subscriber object. In this way, many Add-SCOMSubscriberSchedule commands can be used in the same pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>StartDate</maml:name><maml:description><maml:para>The date to start the schedule entry. If no StartDate and EndDate are specified, the schedule entry will apply to all dates.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>TimeZone</maml:name><maml:description><maml:para>The time zone for the schedule entry. Defaults to the current user time zone. This parameter will do a wildcard match against TimeZone display names.
 
Examples of valid values are:
 
"*UTC+05:00*" United States Eastern time
 
"*Pacific Time*" United States Pacific time
 
"*Amsterdam*" Amsterdam, Berlin, Bern, Rome, Stockholm time</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named"><maml:name>Subscriber</maml:name><maml:description><maml:para>The notification subscriber. To get a notification subscriber object, use Get-SCOMNotificationSubscriber or create a new one with Add-SCOMNotificationSubscriber.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">NotificationRecipient</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AllDay</maml:name><maml:description><maml:para>If set, the schedule entry will be for the whole day.</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>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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="3"><maml:name>DayOfWeek</maml:name><maml:description><maml:para>Specifies the days of the week that the schedule entry is valid. By default the entry applies to all days of the week.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">NotificationRecipientScheduleEntryDaysOfWeek</command:parameterValue><dev:type><maml:name>NotificationRecipientScheduleEntryDaysOfWeek</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>EndDate</maml:name><maml:description><maml:para>The date to end the schedule entry. If no StartDate and EndDate are specified, the schedule entry will apply to all dates.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue><dev:type><maml:name>DateTime</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>EndTime</maml:name><maml:description><maml:para>The end time of the day for the schedule entry.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue><dev:type><maml:name>DateTime</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Exclude</maml:name><maml:description><maml:para>If set, the times provided will be excluded from the schedule. Otherwise, the schedule will only include the provided times.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If set, will pass though the subscriber object. In this way, many Add-SCOMSubscriberSchedule commands can be used in the same pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>StartDate</maml:name><maml:description><maml:para>The date to start the schedule entry. If no StartDate and EndDate are specified, the schedule entry will apply to all dates.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue><dev:type><maml:name>DateTime</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>StartTime</maml:name><maml:description><maml:para>The start time of day for the schedule entry.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue><dev:type><maml:name>DateTime</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="named"><maml:name>Subscriber</maml:name><maml:description><maml:para>The notification subscriber. To get a notification subscriber object, use Get-SCOMNotificationSubscriber or create a new one with Add-SCOMNotificationSubscriber.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">NotificationRecipient</command:parameterValue><dev:type><maml:name>NotificationRecipient</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>TimeZone</maml:name><maml:description><maml:para>The time zone for the schedule entry. Defaults to the current user time zone. This parameter will do a wildcard match against TimeZone display names.
 
Examples of valid values are:
 
"*UTC+05:00*" United States Eastern time
 
"*Pacific Time*" United States Pacific time
 
"*Amsterdam*" Amsterdam, Berlin, Bern, Rome, Stockholm time</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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMNotificationSubscriber "Katarina" | Add-SCOMSubscriberSchedule -StartTime "9:00 AM" -EndTime "5:00 PM" -DayOfWeek Monday, Wednesday, Friday
 
</dev:code><dev:remarks><maml:para>This example adds a schedule window from 9 AM to 5 PM on Mondays, Wednesdays, and Fridays in all date ranges to notification subscriber Katarina.</maml:para><maml:para></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-SCOMNotificationSubscriber "Cesar" | Add-SCOMSubscriberSchedule -StartTime "7:00 AM" -EndTime "4:00 PM" -DayOfWeek Monday, Wednesday, Friday -TimeZone "*UTC-06:00*" -PassThru | Add-SCOMSubscriberSchedule -StartDate '2012/1/1' -EndDate '2012/1/15' -TimeZone "*UTC-06:00*" -Exclude
 
</dev:code><dev:remarks><maml:para>This example adds two schedule entries to notification subscriber Cesar, in the USA central time zone.</maml:para><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/p/?LinkId=239464</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>Add-SCOMUserRole</command:name><maml:description><maml:para>Adds a new user role to the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SCOMUserRole</command:noun><dev:version /></command:details><maml:description><maml:para>The Add-SCOMUserRole cmdlet adds a new user role to the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Add-SCOMUserRole</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of the user role.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the user role. By default, name is used.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3"><maml:name>Description</maml:name><maml:description><maml:para>Specifies the description of the user role. By default, displayname is used.</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 (ByPropertyName)" position="4"><maml:name>Users</maml:name><maml:description><maml:para>A list of user names which are part of this user role.</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 (ByPropertyName)" position="named"><maml:name>GroupScope</maml:name><maml:description><maml:para>Specifies the groups that a user role has access to. If this parameter is left unspecified, the role is scoped to all groups. To indicate that no groups are in scope, specify $null or an empty array @().</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObjectGroup[]</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 Management group connection object, such as one 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="true (ByPropertyName)" position="named"><maml:name>TaskScope</maml:name><maml:description><maml:para>Specifies the tasks that an Author, Operator, or Advanced Operator role has access to. If this parameter is left unspecified, the role is scoped to all tasks. To indicate that no tasks are in scope, specify $null or an empty array @().</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackTask[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Operator</maml:name><maml:description><maml:para>Indicates that the new role is an Operator.</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:syntaxItem><maml:name>Add-SCOMUserRole</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of the user role.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the user role. By default, name is used.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3"><maml:name>Description</maml:name><maml:description><maml:para>Specifies the description of the user role. By default, displayname is used.</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 (ByPropertyName)" position="4"><maml:name>Users</maml:name><maml:description><maml:para>A list of user names which are part of this user role.</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 (ByPropertyName)" position="named"><maml:name>GroupScope</maml:name><maml:description><maml:para>Specifies the groups that a user role has access to. If this parameter is left unspecified, the role is scoped to all groups. To indicate that no groups are in scope, specify $null or an empty array @().</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObjectGroup[]</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 Management group connection object, such as one 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="true (ByPropertyName)" position="named"><maml:name>TaskScope</maml:name><maml:description><maml:para>Specifies the tasks that an Author, Operator, or Advanced Operator role has access to. If this parameter is left unspecified, the role is scoped to all tasks. To indicate that no tasks are in scope, specify $null or an empty array @().</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackTask[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AdvancedOperator</maml:name><maml:description><maml:para>Indicates that the new role is an Advanced Operator.</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:syntaxItem><maml:name>Add-SCOMUserRole</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of the user role.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the user role. By default, name is used.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3"><maml:name>Description</maml:name><maml:description><maml:para>Specifies the description of the user role. By default, displayname is used.</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 (ByPropertyName)" position="4"><maml:name>Users</maml:name><maml:description><maml:para>A list of user names which are part of this user role.</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 (ByPropertyName)" position="named"><maml:name>ClassScope</maml:name><maml:description><maml:para>Specifies the classes that an Author role has access to. If this parameter is left unspecified, the role will be scoped to all classes. To indicate that no classes are in scope, specify $null or an empty array @().</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 (ByPropertyName)" position="named"><maml:name>GroupScope</maml:name><maml:description><maml:para>Specifies the groups that a user role has access to. If this parameter is left unspecified, the role is scoped to all groups. To indicate that no groups are in scope, specify $null or an empty array @().</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObjectGroup[]</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 Management group connection object, such as one 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="true (ByPropertyName)" position="named"><maml:name>TaskScope</maml:name><maml:description><maml:para>Specifies the tasks that an Author, Operator, or Advanced Operator role has access to. If this parameter is left unspecified, the role is scoped to all tasks. To indicate that no tasks are in scope, specify $null or an empty array @().</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackTask[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Author</maml:name><maml:description><maml:para>Indicates that the new role is an Author.</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:syntaxItem><maml:name>Add-SCOMUserRole</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of the user role.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the user role. By default, name is used.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3"><maml:name>Description</maml:name><maml:description><maml:para>Specifies the description of the user role. By default, displayname is used.</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 (ByPropertyName)" position="4"><maml:name>Users</maml:name><maml:description><maml:para>A list of user names which are part of this user role.</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 (ByPropertyName)" position="named"><maml:name>GroupScope</maml:name><maml:description><maml:para>Specifies the groups that a user role has access to. If this parameter is left unspecified, the role is scoped to all groups. To indicate that no groups are in scope, specify $null or an empty array @().</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObjectGroup[]</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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection 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="true (ByPropertyName)" position="named"><maml:name>ReadOnlyOperator</maml:name><maml:description><maml:para>Indicates that the new role is a Read-Only Operator.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AdvancedOperator</maml:name><maml:description><maml:para>Indicates that the new role is an Advanced Operator.</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 (ByPropertyName)" position="named"><maml:name>Author</maml:name><maml:description><maml:para>Indicates that the new role is an Author.</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 (ByPropertyName)" position="named"><maml:name>ClassScope</maml:name><maml:description><maml:para>Specifies the classes that an Author role has access to. If this parameter is left unspecified, the role will be scoped to all classes. To indicate that no classes are in scope, specify $null or an empty array @().</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="3"><maml:name>Description</maml:name><maml:description><maml:para>Specifies the description of the user role. By default, displayname is used.</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="true (ByPropertyName)" position="2"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the user role. By default, name is used.</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 (ByPropertyName)" position="named"><maml:name>GroupScope</maml:name><maml:description><maml:para>Specifies the groups that a user role has access to. If this parameter is left unspecified, the role is scoped to all groups. To indicate that no groups are in scope, specify $null or an empty array @().</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObjectGroup[]</command:parameterValue><dev:type><maml:name>MonitoringObjectGroup[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of the user role.</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 (ByPropertyName)" position="named"><maml:name>Operator</maml:name><maml:description><maml:para>Indicates that the new role is an Operator.</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 (ByPropertyName)" position="named"><maml:name>ReadOnlyOperator</maml:name><maml:description><maml:para>Indicates that the new role is a Read-Only Operator.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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="true (ByPropertyName)" position="named"><maml:name>TaskScope</maml:name><maml:description><maml:para>Specifies the tasks that an Author, Operator, or Advanced Operator role has access to. If this parameter is left unspecified, the role is scoped to all tasks. To indicate that no tasks are in scope, specify $null or an empty array @().</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackTask[]</command:parameterValue><dev:type><maml:name>ManagementPackTask[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="4"><maml:name>Users</maml:name><maml:description><maml:para>A list of user names which are part of this user role.</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="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: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: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;Add-SCOMUserRole -Name 'Script Role' -ReadOnlyOperator
 
</dev:code><dev:remarks><maml:para>This example adds a new read-only operator user role.</maml:para><maml:para></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; $approvedTasks = Get-SCOMTask -Name '*SQL*'
PS C:\&gt;$approvedGroups = Get-SCOMGroup -Name '*SQL*'
PS C:\&gt;Add-SCOMUserRole -Name 'SQL Operator' -Operator -GroupScope $approvedGroups -TaskScope $approvedTasks -User 'contoso\Katarina','contoso\Cesar'
 
</dev:code><dev:remarks><maml:para>The first two commands get all task and group objects that have SQL in their name and store the objects in the $approvedTasks and $approvedGroups variables, respectively.</maml:para><maml:para>The last command creates a user role containing the users Kararina and Cesar that is scoped to the tasks and groups stored in $approvedTasks and $approvedGroups.</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=239465</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>Approve-SCOMPendingManagement</command:name><maml:description><maml:para>Approves the specified pending agent management actions.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Approve</command:verb><command:noun>SCOMPendingManagement</command:noun><dev:version /></command:details><maml:description><maml:para>The Approve-SCOMPendingManagement cmdlet approves the specified pending management actions.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Approve-SCOMPendingManagement</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>PendingAction</maml:name><maml:description><maml:para>Specifies one or more pending actions to approve. Enter a variable that represents the pending actions, or type a command that gets the pending actions.</maml:para><maml:para>For information about how to get a pending action object, type Get-Help Get-SCOMPendingManagement.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentPendingAction[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ActionAccount</maml:name><maml:description><maml:para>Specifies the credentials under which the pending action will be approved.</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>Returns an object representing the pending action. 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:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>PendingAction</maml:name><maml:description><maml:para>Specifies one or more pending actions to approve. Enter a variable that represents the pending actions, or type a command that gets the pending actions.</maml:para><maml:para>For information about how to get a pending action object, type Get-Help Get-SCOMPendingManagement.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentPendingAction[]</command:parameterValue><dev:type><maml:name>AgentPendingAction[]</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>ActionAccount</maml:name><maml:description><maml:para>Specifies the credentials under which the pending action will be approved.</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>Returns an object representing the pending action. 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:parameters><command:inputTypes><command:inputType><dev:type><maml:name>Microsoft.EnterpriseManagement.Administration.AgentPendingAction</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>Represents a task that targets an agent on a managed computer. The task is queued or awaiting administrator approval.</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: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-SCOMPendingManagement | where {$_.AgentPendingActionType -eq "ManualApproval"} | Approve-SCOMPendingManagement -WhatIf
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the agent management entries that are pending with an action of "ManualApproval", and, by using the WhatIf parameter, displays what action would occur if the command was implemented. In this case, all targets with a pending action of "ManualApproval" would be approved.</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=187731</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Deny-SCOMPendingManagement</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMPendingManagement</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>Clear-SCOMSubscriberSchedule</command:name><maml:description><maml:para>Removes all entries in a notification subscriber's schedule.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Clear</command:verb><command:noun>SCOMSubscriberSchedule</command:noun><dev:version /></command:details><maml:description><maml:para>The Clear-SCOMSubscriberSchedule cmdlet removes all entries in a notification subscriber's schedule. A clear schedule indicates an "always on" subscription that will be notified at any time.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Clear-SCOMSubscriberSchedule</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Subscriber</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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">NotificationRecipient</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 a connection to a management server. The default is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>PassThru</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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Subscriber</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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">NotificationRecipient</command:parameterValue><dev:type><maml:name>NotificationRecipient</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: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: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-SCOMNotficationSubscriber | Clear-SCOMSubscriberSchedule
 
</dev:code><dev:remarks><maml:para>This example resets the schedules of all subscribers</maml:para><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/p/?LinkId=239466</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>Deny-SCOMPendingManagement</command:name><maml:description><maml:para>Denies the specified pending agent management actions.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Deny</command:verb><command:noun>SCOMPendingManagement</command:noun><dev:version /></command:details><maml:description><maml:para>The Deny-SCOMPendingManagement cmdlet denies the specified pending management actions.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Deny-SCOMPendingManagement</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>PendingAction</maml:name><maml:description><maml:para>Specifies one or more pending actions to deny. Enter a variable that represents the pending actions, or type a command that gets the pending actions.</maml:para><maml:para>For information about how to get a pending action object, type Get-Help Get-SCOMPendingManagement.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentPendingAction[]</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>Returns an object representing the pending action. 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="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>PendingAction</maml:name><maml:description><maml:para>Specifies one or more pending actions to deny. Enter a variable that represents the pending actions, or type a command that gets the pending actions.</maml:para><maml:para>For information about how to get a pending action object, type Get-Help Get-SCOMPendingManagement.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentPendingAction[]</command:parameterValue><dev:type><maml:name>AgentPendingAction[]</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>Returns an object representing the pending action. 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="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.Administration.AgentPendingAction</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description><maml:para>Represents a task that targets an agent on a managed computer. The task is queued or awaiting administrator approval.</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: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-SCOMPendingManagement | where {$_.AgentPendingActionType -eq "ManualApproval"} | Deny-SCOMPendingManagement -WhatIf
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the agent management entries that are pending with an action of "ManualApproval", and, by using the WhatIf parameter, displays what action would occur if the command was implemented. In this case, all targets with a pending action of "ManualApproval" would be denied.</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=187732</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Approve-SCOMPendingManagement</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMPendingManagement</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>Disable-SCOMAgentProxy</command:name><maml:description><maml:para>Disables agents from acting as a proxy and discovering managed objects on other computers.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Disable</command:verb><command:noun>SCOMAgentProxy</command:noun><dev:version /></command:details><maml:description><maml:para>The Disable-SCOMAgentProxy cmdlet disables agents from acting as a proxy and discovering managed objects on other computers. This cmdlet requires an agent object.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Disable-SCOMAgentProxy</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects. Enter a variable that represents the agents, or type a command that gets the agents. For information about how to get an agent object, type Get-Help Get-SCOMAgent.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the updated settings. 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="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>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects. Enter a variable that represents the agents, or type a command that gets the agents. For information about how to get an agent object, type Get-Help Get-SCOMAgent.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</command:parameterValue><dev:type><maml:name>AgentManagedComputer[]</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>PassThru</maml:name><maml:description><maml:para>Returns an object representing the updated settings. 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="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: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: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;"Server01.Contoso.com" | Get-SCOMAgent | Disable-SCOMAgentProxy
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the agent named "Server01.Contoso.com" and disables it from acting as a proxy.</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-SCOMAgent | where {$_.ProxyingEnabled.Value -eq $True} | Disable-SCOMAgentProxy
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all agents that have their ProxyingEnabled property set to True and then disables the agents from acting as a proxy.</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=187689</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SCOMAgentProxy</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMAgent</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>Disable-SCOMDiscovery</command:name><maml:description><maml:para>Disables discoveries by creating and saving overrides for the specified discoveries.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Disable</command:verb><command:noun>SCOMDiscovery</command:noun><dev:version /></command:details><maml:description><maml:para>The Disable-SCOMDiscovery cmdlet disables discoveries by creating and saving overrides for the specified discoveries.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Disable-SCOMDiscovery</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the disabling override will be saved. If the discovery is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Discovery</maml:name><maml:description><maml:para>Specifies one or more discovery objects. Enter a variable that represents the discoveries, or type a command that gets the discoveries.</maml:para><maml:para>For information about how to get a discovery object, type Get-Help Get-SCOMDiscovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiscovery[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to disable the specified discoveries.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the discovery. 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="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>Disable-SCOMDiscovery</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 one or more class objects for which the discoveries will be disabled. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the disabling override will be saved. If the discovery is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Discovery</maml:name><maml:description><maml:para>Specifies one or more discovery objects. Enter a variable that represents the discoveries, or type a command that gets the discoveries.</maml:para><maml:para>For information about how to get a discovery object, type Get-Help Get-SCOMDiscovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiscovery[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to disable the specified discoveries.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the discovery. 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="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>Disable-SCOMDiscovery</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Specifies one or more class instance objects for which the discoveries will be disabled. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the disabling override will be saved. If the discovery is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Discovery</maml:name><maml:description><maml:para>Specifies one or more discovery objects. Enter a variable that represents the discoveries, or type a command that gets the discoveries.</maml:para><maml:para>For information about how to get a discovery object, type Get-Help Get-SCOMDiscovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiscovery[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to disable the specified discoveries.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the discovery. 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="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>Disable-SCOMDiscovery</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Group</maml:name><maml:description><maml:para>Specifies one or more group objects for which the discoveries will be disabled. Enter a variable that represents the groups, or type a command that gets the groups.For information about how to get a group object, type Get-Help Get-SCOMGroup.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the disabling override will be saved. If the discovery is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Discovery</maml:name><maml:description><maml:para>Specifies one or more discovery objects. Enter a variable that represents the discoveries, or type a command that gets the discoveries.</maml:para><maml:para>For information about how to get a discovery object, type Get-Help Get-SCOMDiscovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiscovery[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to disable the specified discoveries.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the discovery. 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="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>Class</maml:name><maml:description><maml:para>Specifies one or more class objects for which the discoveries will be disabled. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</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="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Discovery</maml:name><maml:description><maml:para>Specifies one or more discovery objects. Enter a variable that represents the discoveries, or type a command that gets the discoveries.</maml:para><maml:para>For information about how to get a discovery object, type Get-Help Get-SCOMDiscovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiscovery[]</command:parameterValue><dev:type><maml:name>ManagementPackDiscovery[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to disable the specified discoveries.</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="1"><maml:name>Group</maml:name><maml:description><maml:para>Specifies one or more group objects for which the discoveries will be disabled. Enter a variable that represents the groups, or type a command that gets the groups.For information about how to get a group object, type Get-Help Get-SCOMGroup.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue><dev:type><maml:name>MonitoringObject[]</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>Instance</maml:name><maml:description><maml:para>Specifies one or more class instance objects for which the discoveries will be disabled. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue><dev:type><maml:name>MonitoringObject[]</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>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the disabling override will be saved. If the discovery is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</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="true (ByValue)" position="4"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the discovery. 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="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: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: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 -displayname "My SQL MP Customization" | where {$_.Sealed -eq $False}
PS C:\&gt;$Class = Get-SCOMClass -DisplayName "SQL DB Engine"
PS C:\&gt;$Discovery = Get-SCOMDiscovery -DisplayName *rule*
PS C:\&gt;Disable-SCOMDiscovery -Class $Class -Discovery $Discovery -ManagementPack $MP
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first three commands get a management pack object, a class object, and a discovery object, and then store the objects in the $MP, $Class, and $Discovery variables, respectively.</maml:para><maml:para>The last command disables the discovery $Discovery for the management pack $MP. </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=191816</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClass</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMDiscovery</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SCOMDiscovery</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>Disable-SCOMMonitor</command:name><maml:description><maml:para>Disables monitors by creating and saving overrides for the specified monitors.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Disable</command:verb><command:noun>SCOMMonitor</command:noun><dev:version /></command:details><maml:description><maml:para>The Disable-SCOMMonitor cmdlet disables monitors by creating and saving overrides for the specified monitors.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Disable-SCOMMonitor</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the disabling override will be saved. If the monitor is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies one or more monitor objects. Enter a variable that represents the monitors, or type a command that gets the monitors.</maml:para><maml:para>For information about how to get a monitor object, type Get-Help Get-SCOMMonitor.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to disable the specified monitors.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitor. 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:syntaxItem><command:syntaxItem><maml:name>Disable-SCOMMonitor</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 one or more class objects for which the monitors will be disabled. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the disabling override will be saved. If the monitor is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies one or more monitor objects. Enter a variable that represents the monitors, or type a command that gets the monitors.</maml:para><maml:para>For information about how to get a monitor object, type Get-Help Get-SCOMMonitor.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to disable the specified monitors.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitor. 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:syntaxItem><command:syntaxItem><maml:name>Disable-SCOMMonitor</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Group</maml:name><maml:description><maml:para>Specifies one or more group objects for which the monitors will be disabled. Enter a variable that represents the groups, or type a command that gets the groups.For information about how to get a group object, type Get-Help Get-SCOMGroup.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the disabling override will be saved. If the monitor is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies one or more monitor objects. Enter a variable that represents the monitors, or type a command that gets the monitors.</maml:para><maml:para>For information about how to get a monitor object, type Get-Help Get-SCOMMonitor.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to disable the specified monitors.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitor. 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:syntaxItem><command:syntaxItem><maml:name>Disable-SCOMMonitor</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Specifies one or more class instance objects for which the monitors will be disabled. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the disabling override will be saved. If the monitor is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies one or more monitor objects. Enter a variable that represents the monitors, or type a command that gets the monitors.</maml:para><maml:para>For information about how to get a monitor object, type Get-Help Get-SCOMMonitor.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to disable the specified monitors.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitor. 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: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 one or more class objects for which the monitors will be disabled. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</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="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to disable the specified monitors.</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="1"><maml:name>Group</maml:name><maml:description><maml:para>Specifies one or more group objects for which the monitors will be disabled. Enter a variable that represents the groups, or type a command that gets the groups.For information about how to get a group object, type Get-Help Get-SCOMGroup.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue><dev:type><maml:name>MonitoringObject[]</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>Instance</maml:name><maml:description><maml:para>Specifies one or more class instance objects for which the monitors will be disabled. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue><dev:type><maml:name>MonitoringObject[]</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>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the disabling override will be saved. If the monitor is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</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="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies one or more monitor objects. Enter a variable that represents the monitors, or type a command that gets the monitors.</maml:para><maml:para>For information about how to get a monitor object, type Get-Help Get-SCOMMonitor.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue><dev:type><maml:name>ManagementPackMonitor[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitor. 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: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: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: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 -displayname "My SQL MP Customization" | where {$_.Sealed -eq $False}
PS C:\&gt;$Class = Get-SCOMClass -DisplayName "SQL DB Engine"
PS C:\&gt;$Monitor = Get-SCOMMonitor -DisplayName *memory*
PS C:\&gt;Disable-SCOMMonitor -Class $Class -ManagementPack $MP -Monitor $Monitor -Enforce
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>----------- </maml:para><maml:para>The first three commands get a management pack object, a class object, and a monitor object, and then store the objects in the $MP, $Class, and $Monitor variables, respectively.</maml:para><maml:para>The fourth command disables the monitor stored in $Monitor for all instances of the class stored in $Class using Enforce property. The override is stored in the management pack stored in $MP.</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=191814</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClass</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SCOMMonitor</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMMonitor</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>Disable-SCOMNotificationSubscription</command:name><maml:description><maml:para>This cmdlet disables a notification subscription.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Disable</command:verb><command:noun>SCOMNotificationSubscription</command:noun><dev:version /></command:details><maml:description></maml:description><command:syntax><command:syntaxItem><maml:name>Disable-SCOMNotificationSubscription</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Subscription</maml:name><maml:description><maml:para>Specifies which subscriptions to change.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">NotificationSubscription[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the notification subscription. 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="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>Subscription</maml:name><maml:description><maml:para>Specifies which subscriptions to change.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">NotificationSubscription[]</command:parameterValue><dev:type><maml:name>NotificationSubscription[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the notification subscription. 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="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: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: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-SCOMNotificationSubscription | where-object{$_.Enabled} | Disable-SCOMNotificationSubscription
 
 
</dev:code><dev:remarks><maml:para>This command disables all enabled notifications.</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-SCOMNotificationSubscription | where-object{$_.ToRecipients -contains "CONTOSO\AlYoung"} | Disable-SCOMNotificationSubscription
 
 
</dev:code><dev:remarks><maml:para>This command disables all notifications where the user CONTOSO\AlYoung is on the TO line.</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=187722</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>Disable-SCOMOperationalDataReporting</command:name><maml:description><maml:para>Disables operational data reporting for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Disable</command:verb><command:noun>SCOMOperationalDataReporting</command:noun><dev:version /></command:details><maml:description><maml:para>The Disable-SCOMOperationalDataReporting cmdlet disables operational data reporting for the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Disable-SCOMOperationalDataReporting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;Disable-SCOMOperationalDataReporting
 
</dev:code><dev:remarks><maml:para>This example disables operational data reporting.</maml:para><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/p/?LinkId=239467</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>Disable-SCOMRule</command:name><maml:description><maml:para>Disables monitoring rules by creating and saving overrides for the specified rules.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Disable</command:verb><command:noun>SCOMRule</command:noun><dev:version /></command:details><maml:description><maml:para>The Disable-SCOMRule cmdlet disables monitoring rules by creating and saving overrides for the specified rules.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Disable-SCOMRule</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the disabling override will be saved. If the rule is contained in an unsealed management pack, the overrides must be saved into the same management pack.Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Rule</maml:name><maml:description><maml:para>Specifies one or more monitoring rule objects. Enter a variable that represents the monitoring rules, or type a command that gets the monitoring rules.</maml:para><maml:para>For information about how to get a monitoring rule object, type Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to disable the specified monitoring rules.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitoring rule. 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="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>Disable-SCOMRule</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 one or more class objects for which the rules will be disabled. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the disabling override will be saved. If the rule is contained in an unsealed management pack, the overrides must be saved into the same management pack.Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Rule</maml:name><maml:description><maml:para>Specifies one or more monitoring rule objects. Enter a variable that represents the monitoring rules, or type a command that gets the monitoring rules.</maml:para><maml:para>For information about how to get a monitoring rule object, type Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to disable the specified monitoring rules.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitoring rule. 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="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>Disable-SCOMRule</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Group</maml:name><maml:description><maml:para>Specifies one or more group objects for which the rules will be disabled. Enter a variable that represents the groups, or type a command that gets the groups.For information about how to get a group object, type Get-Help Get-SCOMGroup.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the disabling override will be saved. If the rule is contained in an unsealed management pack, the overrides must be saved into the same management pack.Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Rule</maml:name><maml:description><maml:para>Specifies one or more monitoring rule objects. Enter a variable that represents the monitoring rules, or type a command that gets the monitoring rules.</maml:para><maml:para>For information about how to get a monitoring rule object, type Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to disable the specified monitoring rules.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitoring rule. 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="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>Disable-SCOMRule</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Specifies one or more class instance objects for which the rules will be disabled. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the disabling override will be saved. If the rule is contained in an unsealed management pack, the overrides must be saved into the same management pack.Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Rule</maml:name><maml:description><maml:para>Specifies one or more monitoring rule objects. Enter a variable that represents the monitoring rules, or type a command that gets the monitoring rules.</maml:para><maml:para>For information about how to get a monitoring rule object, type Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to disable the specified monitoring rules.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitoring rule. 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="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>Class</maml:name><maml:description><maml:para>Specifies one or more class objects for which the rules will be disabled. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</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="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to disable the specified monitoring rules.</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="1"><maml:name>Group</maml:name><maml:description><maml:para>Specifies one or more group objects for which the rules will be disabled. Enter a variable that represents the groups, or type a command that gets the groups.For information about how to get a group object, type Get-Help Get-SCOMGroup.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue><dev:type><maml:name>MonitoringObject[]</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>Instance</maml:name><maml:description><maml:para>Specifies one or more class instance objects for which the rules will be disabled. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue><dev:type><maml:name>MonitoringObject[]</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>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the disabling override will be saved. If the rule is contained in an unsealed management pack, the overrides must be saved into the same management pack.Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</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="true (ByValue)" position="4"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitoring rule. 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="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Rule</maml:name><maml:description><maml:para>Specifies one or more monitoring rule objects. Enter a variable that represents the monitoring rules, or type a command that gets the monitoring rules.</maml:para><maml:para>For information about how to get a monitoring rule object, type Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</command:parameterValue><dev:type><maml:name>ManagementPackRule[]</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: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: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 -displayname "My SQL MP Customization" | where {$_.Sealed -eq $False}
PS C:\&gt;$Class = Get-SCOMClass -DisplayName "SQL DB Engine"
PS C:\&gt;$Rule = Get-SCOMRule -DisplayName "*Events/sec"
PS C:\&gt;Disable-SCOMRule -Class $Class -Rule $Rule -ManagementPack $MP -Enforce
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first three commands get a management pack object, a class object, and a monitoring rule object, and then store the objects in the $MP, $Class, and $Rule variables, respectively. </maml:para><maml:para>The last command disables the monitoring rule stored in $Rule for the management pack stored in $MP using the –Enforce property.</maml:para><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=191812</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClass</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SCOMRule</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMRule</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>Enable-SCOMAgentProxy</command:name><maml:description><maml:para>Enables agents to act as a proxy and discover managed objects on other computers.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Enable</command:verb><command:noun>SCOMAgentProxy</command:noun><dev:version /></command:details><maml:description><maml:para>The Enable-SCOMAgentProxy cmdlet enables agents to act as a proxy and discover managed objects on other computers. This cmdlet requires an agent object.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Enable-SCOMAgentProxy</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects. Enter a variable that represents the agents, or type a command that gets the agents. For information about how to get an agent object, type Get-Help Get-SCOMAgent.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the updated settings. 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="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>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects. Enter a variable that represents the agents, or type a command that gets the agents. For information about how to get an agent object, type Get-Help Get-SCOMAgent.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</command:parameterValue><dev:type><maml:name>AgentManagedComputer[]</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>PassThru</maml:name><maml:description><maml:para>Returns an object representing the updated settings. 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="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: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: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;"Server01.Contoso.com" | Get-SCOMAgent | Enable-SCOMAgentProxy -PassThru
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the agent named "Server01.Contoso.com" and enables the agent to act as a proxy for other agents.</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-SCOMAgent | where {$_.ProxyingEnabled.Value -eq $False} | Enable-SCOMAgentProxy -Confirm
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all agents that have their ProxyingEnabled value set to false and then enables the agents to act as a proxy after confirming the action.</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;$Agent = Get-SCOMAgent -Name "Server01.Contoso.com"
PS C:\&gt;$Agent.ProxyingEnabled
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The Proxying Enabled value is stored in the ProxyingEnabled property of the object that represents an SCAgent. The first command gets the agent named "Server01.Contoso.com", and the second command displays the value for the ProxyingEnabled property of that agent.</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=187688</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Disable-SCOMAgentProxy</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMAgent</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>Enable-SCOMDiscovery</command:name><maml:description><maml:para>Enables discoveries by creating and saving overrides for the specified discoveries.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Enable</command:verb><command:noun>SCOMDiscovery</command:noun><dev:version /></command:details><maml:description><maml:para>The Enable-Discovery cmdlet enables discoveries by creating and saving overrides for the specified discoveries.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Enable-SCOMDiscovery</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the enabling override will be saved. If the discovery is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Discovery</maml:name><maml:description><maml:para>Specifies one or more discovery objects. Enter a variable that represents the discoveries, or type a command that gets the discoveries.</maml:para><maml:para>For information about how to get a discovery object, type Get-Help Get-SCOMDiscovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiscovery[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to enable the specified discoveries.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the discovery. 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="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>Enable-SCOMDiscovery</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 one or more class objects for which the discoveries will be enabled. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the enabling override will be saved. If the discovery is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Discovery</maml:name><maml:description><maml:para>Specifies one or more discovery objects. Enter a variable that represents the discoveries, or type a command that gets the discoveries.</maml:para><maml:para>For information about how to get a discovery object, type Get-Help Get-SCOMDiscovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiscovery[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to enable the specified discoveries.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the discovery. 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="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>Enable-SCOMDiscovery</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Specifies one or more class instance objects for which the discoveries will be enabled. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the enabling override will be saved. If the discovery is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Discovery</maml:name><maml:description><maml:para>Specifies one or more discovery objects. Enter a variable that represents the discoveries, or type a command that gets the discoveries.</maml:para><maml:para>For information about how to get a discovery object, type Get-Help Get-SCOMDiscovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiscovery[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to enable the specified discoveries.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the discovery. 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="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>Enable-SCOMDiscovery</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Group</maml:name><maml:description><maml:para>Specifies one or more group objects for which the discoveries will be enabled. Enter a variable that represents the groups, or type a command that gets the groups.For information about how to get a group object, type Get-Help Get-SCOMGroup.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the enabling override will be saved. If the discovery is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Discovery</maml:name><maml:description><maml:para>Specifies one or more discovery objects. Enter a variable that represents the discoveries, or type a command that gets the discoveries.</maml:para><maml:para>For information about how to get a discovery object, type Get-Help Get-SCOMDiscovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiscovery[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to enable the specified discoveries.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the discovery. 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="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>Class</maml:name><maml:description><maml:para>Specifies one or more class objects for which the discoveries will be enabled. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</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="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Discovery</maml:name><maml:description><maml:para>Specifies one or more discovery objects. Enter a variable that represents the discoveries, or type a command that gets the discoveries.</maml:para><maml:para>For information about how to get a discovery object, type Get-Help Get-SCOMDiscovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiscovery[]</command:parameterValue><dev:type><maml:name>ManagementPackDiscovery[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to enable the specified discoveries.</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="1"><maml:name>Group</maml:name><maml:description><maml:para>Specifies one or more group objects for which the discoveries will be enabled. Enter a variable that represents the groups, or type a command that gets the groups.For information about how to get a group object, type Get-Help Get-SCOMGroup.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue><dev:type><maml:name>MonitoringObject[]</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>Instance</maml:name><maml:description><maml:para>Specifies one or more class instance objects for which the discoveries will be enabled. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue><dev:type><maml:name>MonitoringObject[]</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>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the enabling override will be saved. If the discovery is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</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="true (ByValue)" position="4"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the discovery. 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="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: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: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 -displayname "My SQL MP Customization" | where {$_.Sealed -eq $False}
PS C:\&gt;$Class = Get-SCOMClass -DisplayName "SQL DB Engine"
PS C:\&gt;$Discovery = Get-SCOMDiscovery -DisplayName *rule*
PS C:\&gt;Enable-SCOMDiscovery -Class $Class -Discovery $Discovery -ManagementPack $MP -Enforce
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first three commands get a management pack object, a class object, and a discovery object, and then store the objects in the $MP, $Class, and $Discovery variables, respectively.</maml:para><maml:para>The fourth command enables the discovery stored in $Discovery for the management pack stored in $MP using the Enforce property.</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=191815</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClass</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMDiscovery</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMGroup</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disable-SCOMDiscovery</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>Enable-SCOMMonitor</command:name><maml:description><maml:para>Enables monitors by creating and saving overrides for the specified monitors.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Enable</command:verb><command:noun>SCOMMonitor</command:noun><dev:version /></command:details><maml:description><maml:para>The Enable-SCOMMonitor cmdlet enables monitors by creating and saving overrides for the specified monitors.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Enable-SCOMMonitor</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the enabling override will be saved. If the monitor is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies one or more monitor objects. Enter a variable that represents the monitors, or type a command that gets the monitors.</maml:para><maml:para>For information about how to get a monitor object, type Get-Help Get-SCOMMonitor.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to enable the specified monitor.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitor. 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="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>Enable-SCOMMonitor</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 one or more class objects for which the monitors will be enabled. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the enabling override will be saved. If the monitor is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies one or more monitor objects. Enter a variable that represents the monitors, or type a command that gets the monitors.</maml:para><maml:para>For information about how to get a monitor object, type Get-Help Get-SCOMMonitor.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to enable the specified monitor.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitor. 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="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>Enable-SCOMMonitor</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Group</maml:name><maml:description><maml:para>Specifies one or more group objects for which the monitors will be enabled. Enter a variable that represents the groups, or type a command that gets the groups.For information about how to get a group object, type Get-Help Get-SCOMGroup.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the enabling override will be saved. If the monitor is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies one or more monitor objects. Enter a variable that represents the monitors, or type a command that gets the monitors.</maml:para><maml:para>For information about how to get a monitor object, type Get-Help Get-SCOMMonitor.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to enable the specified monitor.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitor. 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="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>Enable-SCOMMonitor</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Specifies one or more class instance objects for which the monitors will be enabled. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the enabling override will be saved. If the monitor is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies one or more monitor objects. Enter a variable that represents the monitors, or type a command that gets the monitors.</maml:para><maml:para>For information about how to get a monitor object, type Get-Help Get-SCOMMonitor.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to enable the specified monitor.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitor. 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="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>Class</maml:name><maml:description><maml:para>Specifies one or more class objects for which the monitors will be enabled. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</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="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to enable the specified monitor.</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="1"><maml:name>Group</maml:name><maml:description><maml:para>Specifies one or more group objects for which the monitors will be enabled. Enter a variable that represents the groups, or type a command that gets the groups.For information about how to get a group object, type Get-Help Get-SCOMGroup.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue><dev:type><maml:name>MonitoringObject[]</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>Instance</maml:name><maml:description><maml:para>Specifies one or more class instance objects for which the monitors will be enabled. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue><dev:type><maml:name>MonitoringObject[]</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>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the enabling override will be saved. If the monitor is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</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="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies one or more monitor objects. Enter a variable that represents the monitors, or type a command that gets the monitors.</maml:para><maml:para>For information about how to get a monitor object, type Get-Help Get-SCOMMonitor.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue><dev:type><maml:name>ManagementPackMonitor[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitor. 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="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: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: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 -displayname "My SQL MP Customization" | where {$_.Sealed -eq $False}
PS C:\&gt;$Class = Get-SCOMClass -DisplayName "SQL DB Engine"
PS C:\&gt;$Monitor = Get-SCOMMonitor -DisplayName *memory*
PS C:\&gt;Enable-SCOMMonitor -Class $Class -ManagementPack $MP -Monitor $Monitor -Enforce
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first three commands get a management pack object, a class object, and a monitor object, and then store the objects in the $MP, $Class, and $Monitor variables, respectively.</maml:para><maml:para>The fourth command enables the monitor stored in $Monitor for the management pack stored in $MP using the Enforce property.</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=191813</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClass</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMGroup</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disable-SCOMMonitor</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMMonitor</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>Enable-SCOMNotificationSubscription</command:name><maml:description><maml:para>Enables a notification subscription.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Enable</command:verb><command:noun>SCOMNotificationSubscription</command:noun><dev:version /></command:details><maml:description><maml:para>The Enable-SCOMNotificationSubscription cmdlet enables a notification subscription.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Enable-SCOMNotificationSubscription</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Subscription</maml:name><maml:description><maml:para>Specifies which subscriptions to change.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">NotificationSubscription[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the notification subscription. 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:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Subscription</maml:name><maml:description><maml:para>Specifies which subscriptions to change.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">NotificationSubscription[]</command:parameterValue><dev:type><maml:name>NotificationSubscription[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the notification subscription. 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: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: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: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-SCOMNotificationSubscription | where-object{$_.Enabled -eq $false} | Enable-SCOMNotificationSubscription
 
 
</dev:code><dev:remarks><maml:para>This command enables all disabled notifications.</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-SCOMNotificationSubscription | where-object{$_.ToRecipients -contains "CONTOSO\AlYoung"} | Enable-SCOMNotificationSubscription
 
</dev:code><dev:remarks><maml:para>This command enables all notifications where the user CONTOSO\AlYoung is on the TO line.</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=187723</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>Enable-SCOMOperationalDataReporting</command:name><maml:description><maml:para>Enables operational data reporting for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Enable</command:verb><command:noun>SCOMOperationalDataReporting</command:noun><dev:version /></command:details><maml:description><maml:para>The Enable-SCOMOperationalDataReporting cmdlet enables operational data reporting for the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Enable-SCOMOperationalDataReporting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;Enable-SCOMOperationalDataReporting
 
</dev:code><dev:remarks><maml:para>This command enables operational data reporting.</maml:para><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/p/?LinkId=239468</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>Enable-SCOMRule</command:name><maml:description><maml:para>Enables monitoring rules by creating and saving overrides for the specified rules.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Enable</command:verb><command:noun>SCOMRule</command:noun><dev:version /></command:details><maml:description><maml:para>The Enable-SCOMRule enables monitoring rules by creating and saving overrides for the specified rules.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Enable-SCOMRule</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the enabling override will be saved. If the rule is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Rule</maml:name><maml:description><maml:para>Specifies one or more monitoring rule objects. Enter a variable that represents the monitoring rules, or type a command that gets the monitoring rules.</maml:para><maml:para>For information about how to get a monitoring rule object, type Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to enable the specified monitoring rules.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitoring rule. 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="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>Enable-SCOMRule</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 one or more class objects for which the rules will be enabled. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the enabling override will be saved. If the rule is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Rule</maml:name><maml:description><maml:para>Specifies one or more monitoring rule objects. Enter a variable that represents the monitoring rules, or type a command that gets the monitoring rules.</maml:para><maml:para>For information about how to get a monitoring rule object, type Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to enable the specified monitoring rules.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitoring rule. 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="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>Enable-SCOMRule</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Group</maml:name><maml:description><maml:para>Specifies one or more group objects for which the rules will be enabled. Enter a variable that represents the groups, or type a command that gets the groups.For information about how to get a group object, type Get-Help Get-SCOMGroup.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the enabling override will be saved. If the rule is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Rule</maml:name><maml:description><maml:para>Specifies one or more monitoring rule objects. Enter a variable that represents the monitoring rules, or type a command that gets the monitoring rules.</maml:para><maml:para>For information about how to get a monitoring rule object, type Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to enable the specified monitoring rules.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitoring rule. 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="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>Enable-SCOMRule</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Specifies one or more class instance objects for which the rules will be enabled. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the enabling override will be saved. If the rule is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPack</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Rule</maml:name><maml:description><maml:para>Specifies one or more monitoring rule objects. Enter a variable that represents the monitoring rules, or type a command that gets the monitoring rules.</maml:para><maml:para>For information about how to get a monitoring rule object, type Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to enable the specified monitoring rules.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="5"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitoring rule. 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="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>Class</maml:name><maml:description><maml:para>Specifies one or more class objects for which the rules will be enabled. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</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="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Enforce</maml:name><maml:description><maml:para>Indicates that the enforce property will be set to True on the override that is created to enable the specified monitoring rules.</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="1"><maml:name>Group</maml:name><maml:description><maml:para>Specifies one or more group objects for which the rules will be enabled. Enter a variable that represents the groups, or type a command that gets the groups.For information about how to get a group object, type Get-Help Get-SCOMGroup.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue><dev:type><maml:name>MonitoringObject[]</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>Instance</maml:name><maml:description><maml:para>Specifies one or more class instance objects for which the rules will be enabled. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue><dev:type><maml:name>MonitoringObject[]</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>ManagementPack</maml:name><maml:description><maml:para>Specifies one or more management pack objects into which the enabling override will be saved. If the rule is contained in an unsealed management pack, the overrides must be saved into the same management pack. Enter a variable that represents the management packs, or type a command that gets the management packs.For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</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="true (ByValue)" position="4"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the monitoring rule. 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="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Rule</maml:name><maml:description><maml:para>Specifies one or more monitoring rule objects. Enter a variable that represents the monitoring rules, or type a command that gets the monitoring rules.</maml:para><maml:para>For information about how to get a monitoring rule object, type Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</command:parameterValue><dev:type><maml:name>ManagementPackRule[]</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: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: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 -displayname "My SQL MP Customization" | where {$_.Sealed -eq $False}
PS C:\&gt;$Class = Get-SCOMClass -DisplayName "SQL DB Engine"
PS C:\&gt;$Rule = Get-SCOMRule -DisplayName "*Events/sec"
PS C:\&gt;Enable-SCOMRule -Class $Class -Rule $Rule -ManagementPack $MP -Enforce
 
 
</dev:code><dev:remarks><maml:para>Description-----------The first three commands get a management pack object, a class object, and a monitoring rule object, and then store the objects in the $MP, $Class, and $Rule variables, respectively. The last command enables the rule $Rule for the management pack $MP using the Enforce property.</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=191811</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClass</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMGroup</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disable-SCOMRule</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMRule</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>Exit-SCOMCEIP</command:name><maml:description><maml:para>Removes the local computer from SCOM CEIP data collection.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Exit</command:verb><command:noun>SCOMCEIP</command:noun><dev:version /></command:details><maml:description><maml:para>The Exit-SCOMCEIP cmdlet removes the local computer from Operations Manager CEIP data collection.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Exit-SCOMCEIP</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;Exit-SCOMCEIP
 
</dev:code><dev:remarks><maml:para>This command removes the computer from participating in Operations Manager CEIP.</maml:para><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/p/?LinkId=239469</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>Export-SCOMEffectiveMonitoringConfiguration</command:name><maml:description><maml:para>Retrieves the rules, monitors, and overrides that apply to a specified monitoring object, calculates the effective configuration of the rules and monitors, and then sends the output to a CSV file that can be imported into a program such as Microsoft Excel. The delineator used in the CSV file is the pipeline symbol, "|".</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Export</command:verb><command:noun>SCOMEffectiveMonitoringConfiguration</command:noun><dev:version /></command:details><maml:description><maml:para>The Export-SCOMEffectiveMonitoringConfiguration cmdlet retrieves the rules, monitors, and overrides that apply to a specified monitoring object, calculates the effective configuration of the rules and monitors, and then sends the output to a CSV file that can be imported into a program such as Microsoft Excel. The delineator used in the CSV file is the pipeline symbol, "|".</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Export-SCOMEffectiveMonitoringConfiguration</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Specifies one or more class instance objects. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">MonitoringObject</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Path</maml:name><maml:description><maml:para>Specifies the path and filename where the resulting CSV file should be stored. A file extension is not appended by default, therefore one must be provided.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Encoding</maml:name><maml:description><maml:para>Specifies the encoding to use for the monitoring configuration.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Encoding</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>RecurseContainedObjects</maml:name><maml:description><maml:para>Indicates whether the data for objects that are contained by the MonitoringObject are included in the output. For example, in the case of a computer, RecurseContainedObjects returns all discoveries and monitors on the computer and all monitoring objects hosted on the computer, such as disks or network cards.</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 is the current management group connection. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Specifies one or more class instance objects. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">MonitoringObject</command:parameterValue><dev:type><maml:name>MonitoringObject</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Path</maml:name><maml:description><maml:para>Specifies the path and filename where the resulting CSV file should be stored. A file extension is not appended by default, therefore one must be provided.</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>RecurseContainedObjects</maml:name><maml:description><maml:para>Indicates whether the data for objects that are contained by the MonitoringObject are included in the output. For example, in the case of a computer, RecurseContainedObjects returns all discoveries and monitors on the computer and all monitoring objects hosted on the computer, such as disks or network cards.</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 is the current management group connection. Specify a Management group connection object, such as one 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="named"><maml:name>Encoding</maml:name><maml:description><maml:para>Specifies the encoding to use for the monitoring configuration.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Encoding</command:parameterValue><dev:type><maml:name>Encoding</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: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: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; $members = (Get-SCOMGroup –DisplayName “All Windows Computers”).GetRelatedMonitoringObjects()
 
PS C:\&gt; $members | foreach { Export-SCOMEffectiveMonitoringConfiguration –Instance $_ -Path “C:\temp\$($_.DisplayName).csv” } –RecurseContainedObjects }
 
 
</dev:code><dev:remarks><maml:para>Description-----------The first command gets the group members of the All Windows Computers group and stores the objects in the $Members object array. The second command uses the pipeline operator to pass each object stored in $Members to a ForEach statement that exports the data to a CSV file at the specified location, including the name of the computer in the file name, and appending a .csv extension.</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=212927</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-SCOMAccessLicense</command:name><maml:description><maml:para>Gets information about licenses for System Center Operations Manager and Windows.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMAccessLicense</command:noun><dev:version /></command:details><maml:description><maml:para>Gets a list of System Center Operation Manager license types or a list of computers and their license information. This cmdlet is intended to be used by a central management system as the license information needs to be correlated with and unduplicated against Access License data from other System Center products.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMAccessLicense</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMAccessLicense</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>LicenseName</maml:name><maml:description><maml:para>Specifies the license name for which instances will be retrieved. Valid values can be obtained by running the following: Get-ScomAccessLicense -License</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMAccessLicense</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ShowLicense</maml:name><maml:description><maml:para>Displays a list of available licenses that apply to this product.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>LicenseName</maml:name><maml:description><maml:para>Specifies the license name for which instances will be retrieved. Valid values can be obtained by running the following: Get-ScomAccessLicense -License</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. Specify a Management group connection object, such as one 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="true (ByValue)" position="1"><maml:name>ShowLicense</maml:name><maml:description><maml:para>Displays a list of available licenses that apply to this product.</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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMAccessLicense
</dev:code><dev:remarks><maml:para>Description-----------This command shows the default experience for using this 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; Get-SCOMAccessLicense -License
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>----------- </maml:para><maml:para>This command shows how to get a list of available licenses that apply to the product.</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-SCOMAccessLicense –LicenseName "System Center Operations Manager 2012 Management Server"
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>----------- </maml:para><maml:para>This command shows how to get all license objects that have a LicenseName of 'System Center Operations Manager 2012 Management Server'.</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-SCOMAccessLicense –LicenseName "SML"
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>----------- </maml:para><maml:para>This command shows how to get all license object that have a LicenseName that match 'SML'.</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=221569</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-SCOMADAgentAssignment</command:name><maml:description><maml:para>Gets active directory agent assignments for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMADAgentAssignment</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMADAgentAssignment cmdlet gets active directory agent assignments for the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMADAgentAssignment</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="1"><maml:name>Domain</maml:name><maml:description><maml:para>Only AD agent assignments for this domain will be retreived.</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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-SCOMADAgentAssignment</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="1"><maml:name>Domain</maml:name><maml:description><maml:para>Only AD agent assignments for this domain will be retreived.</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>PrimaryServer</maml:name><maml:description><maml:para>Only AD agent assignments to this primary management server will be retreived.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true" globbing="false" pipelineInput="false" position="1"><maml:name>Domain</maml:name><maml:description><maml:para>Only AD agent assignments for this domain will be retreived.</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="named"><maml:name>PrimaryServer</maml:name><maml:description><maml:para>Only AD agent assignments to this primary management server will be retreived.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</command:parameterValue><dev:type><maml:name>ManagementServer[]</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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMADAgentAssignment -Domain 'domain.contoso.com'
 
</dev:code><dev:remarks><maml:para>This command gets all AD agent assignments for the domain01 domain</maml:para><maml:para></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-SCOMManagementServer "OMServer01*" | Get-SCOMADAgentAssignment -Domain "contoso.com"
 
</dev:code><dev:remarks><maml:para>This command gets all AD agent assignments with the primary server of OMServer01 and domain contoso.com</maml:para><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/p/?LinkId=239470</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-SCOMAgent</command:name><maml:description><maml:para>Gets the agent-managed computers in a management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMAgent</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMAgent cmdlet gets the agent-managed computers in a management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMAgent</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMAgent</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>DNSHostName</maml:name><maml:description><maml:para>Specifies the name of a Domain Name System (DNS) host.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMAgent</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>ManagementServer</maml:name><maml:description><maml:para>Specifies the primary management server from which to retrieve all child agents. This parameter requires a management server object. For information about how to get a management server object, type Get-Help Get-SCOMManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</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 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>ManagementServer</maml:name><maml:description><maml:para>Specifies the primary management server from which to retrieve all child agents. This parameter requires a management server object. For information about how to get a management server object, type Get-Help Get-SCOMManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</command:parameterValue><dev:type><maml:name>ManagementServer</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. Specify a Management group connection object, such as one 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, ByPropertyName)" position="1"><maml:name>DNSHostName</maml:name><maml:description><maml:para>Specifies the name of a Domain Name System (DNS) host.</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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>Microsoft.EnterpriseManagement.Administration.AgentManagedComputer</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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-SCOMAgent -ComputerName "Server01.Contoso.Com"
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command establishes a temporary connection with Server01 and gets all agents in the management group.</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;$MgmtServer = Get-SCOMManagementServer "MgmtServer01.Contoso.com"
PS C:\&gt;Get-SCOMAgent -ManagementServer $MgmtServer
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the management server named "MgmtServer01.Contoso.com" and stores it in the variable $MgmtServer.</maml:para><maml:para>The second command gets the agents that are managed by the management server stored in the variable $MgmtServer.</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-SCOMAgent -Name "Server01.Contoso.com", "Server02*", "*.Contoso.com"
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets agents that are named "Server01.Contoso.com", that begin with "Server02", and that are in the domain "Contoso.com".</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-SCOMAgent -Name "*.Contoso.com" -ComputerName "Server01.Contoso.com"
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>----------- </maml:para><maml:para>This command establishes a temporary connection with Server01.Contoso.com and gets all agents in the Contoso.com domain.</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=187686</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SCOMAgent</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SCOMAgent</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-SCOMAgentApprovalSetting</command:name><maml:description><maml:para>Gets the manual agent approval setting for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMAgentApprovalSetting</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMAgentApprovalSetting cmdlet gets the manual agent approval setting for the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMAgentApprovalSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMAgentApprovalSetting
 
</dev:code><dev:remarks><maml:para>This command gets the manual gent approval setting for the management group.</maml:para><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/p/?LinkId=239471</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-SCOMAgentlessManagedComputer</command:name><maml:description><maml:para>Retrieves a list managed computers that do not have agents.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMAgentlessManagedComputer</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMAgentlessManagedComputer cmdlet gets a list of managed computers that do not have agents.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMAgentlessManagedComputer</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMAgentlessManagedComputer</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>DNSHostName</maml:name><maml:description><maml:para>Specifies the name of a Domain Name System (DNS) host.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMAgentlessManagedComputer</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagedByAgent</maml:name><maml:description><maml:para>Specifies the agent that will perform the agentless management.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</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 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMAgentlessManagedComputer</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagedByManagementServer</maml:name><maml:description><maml:para>Specifies the management server that will perform the agentless management.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</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 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagedByAgent</maml:name><maml:description><maml:para>Specifies the agent that will perform the agentless management.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</command:parameterValue><dev:type><maml:name>AgentManagedComputer[]</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>ManagedByManagementServer</maml:name><maml:description><maml:para>Specifies the management server that will perform the agentless management.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</command:parameterValue><dev:type><maml:name>ManagementServer[]</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. Specify a Management group connection object, such as one 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, ByPropertyName)" position="1"><maml:name>DNSHostName</maml:name><maml:description><maml:para>Specifies the name of a Domain Name System (DNS) host.</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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMAgentlesslyManagedComputer -Name cory2003x6401,cory2008*
 
 
</dev:code><dev:remarks><maml:para>This command uses the Name parameter which can accept multiple strings that are full or have wildcards.</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-SCAgent cory2008x6401 | foreach{Get-SCAgentlesslyManagedComputer -ManagedBy $_}Get-SCOMAgent cory2008x6401 |foreach{ Get-SCOMAgentlesslyManagedComputer –ManagedByAgent $_ }
 
</dev:code><dev:remarks><maml:para>This command gets a list of all of all agentless managed computers managed by the server \\cory2008x6401.</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=187737</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-SCOMAlert</command:name><maml:description><maml:para>Gets the specified alerts.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMAlert</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMAlert cmdlet gets the specified alerts.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMAlert</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMAlert</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="10"><maml:name>Criteria</maml:name><maml:description><maml:para></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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMAlert</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Retrieves alerts for one or more class instance objects. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementObject[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="2"><maml:name>LastModifiedBy</maml:name><maml:description><maml:para>Retrieves alerts that match the specified user name for the last user that edited the alert.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="3"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of the alerts to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="4"><maml:name>Owner</maml:name><maml:description><maml:para>Retrieves alerts that match the specified owner for the alert.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="5"><maml:name>ResolutionState</maml:name><maml:description><maml:para>Retrieves alerts that match a specified resolution state Id. For example, the resolution state Id for "Closed" is 255.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Int32[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="6"><maml:name>ResolvedBy</maml:name><maml:description><maml:para>Retrieves alerts that match the specified user name for the user that resolved the alert.</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="7"><maml:name>HealthState</maml:name><maml:description><maml:para></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="8"><maml:name>Priority</maml:name><maml:description><maml:para></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="9"><maml:name>Severity</maml:name><maml:description><maml:para></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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMAlert</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the alert with the specified GUID. The Id is stored in the Id property of the object that represents an alert. To get the Id of an alert, type "Get-SCOMAlert | Format-Table Name, Id".</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the alert with the specified GUID. The Id is stored in the Id property of the object that represents an alert. To get the Id of an alert, type "Get-SCOMAlert | Format-Table Name, Id".</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="1"><maml:name>Instance</maml:name><maml:description><maml:para>Retrieves alerts for one or more class instance objects. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</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="true" pipelineInput="true (ByValue)" position="2"><maml:name>LastModifiedBy</maml:name><maml:description><maml:para>Retrieves alerts that match the specified user name for the last user that edited the alert.</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="true" pipelineInput="true (ByValue)" position="3"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of the alerts 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="true" pipelineInput="true (ByValue)" position="4"><maml:name>Owner</maml:name><maml:description><maml:para>Retrieves alerts that match the specified owner for the alert.</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="true" pipelineInput="true (ByValue)" position="5"><maml:name>ResolutionState</maml:name><maml:description><maml:para>Retrieves alerts that match a specified resolution state Id. For example, the resolution state Id for "Closed" is 255.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Int32[]</command:parameterValue><dev:type><maml:name>Int32[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="6"><maml:name>ResolvedBy</maml:name><maml:description><maml:para>Retrieves alerts that match the specified user name for the user that resolved the alert.</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. Specify a Management group connection object, such as one 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="true (ByValue)" position="10"><maml:name>Criteria</maml:name><maml:description><maml:para></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="7"><maml:name>HealthState</maml:name><maml:description><maml:para></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="8"><maml:name>Priority</maml:name><maml:description><maml:para></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="9"><maml:name>Severity</maml:name><maml:description><maml:para></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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMAlert -ResolutionSate 0
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all alerts with a resolution state of zero (new alerts).</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-SCOMAlert | where {$_.CustomField1 -eq "TestServer"}
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all alerts that have a value of "TestServer" in their CustomField1 property.</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;$OriginalErrorAction = $ErrorActionPreference
PS C:\&gt;$ErrorActionPreference = "SilentlyContinue"
PS C:\&gt;Get-SCOMClass -Name *health* | Get-SCOMClassInstance | Get-SCOMAlert -ResolutionState (5..200)
PS C:\&gt;$ErrorActionPreference = $OriginalErrorAction
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command sets the variable $OrigionalErrorAction to the current value of the $ErrorActionPreference variable.</maml:para><maml:para>The second command changes the value of $ErrorActionPreference to "SilentlyContinue". "SilentlyContinue" will allow the following command to continue to run when it encounters a class instance that does not have alerts, and it will not display an error.</maml:para><maml:para>The third command gets all classes with "health" in their name and uses the pipeline operator (|) to pass the class objects to the Get-SCOMClassInstance cmdlet which gets the class instances for each class object. It then passes each of the class instance objects to the Get-SCOMAlert cmdlet which returns the alerts that have a resolution state between 5 and 200, inclusive, for each class instance.</maml:para><maml:para>The fourth command sets the value for $ErrorActionPreference back to the value stored in the $OrigionalErrorAction variable.</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-SCOMAlert -Id 7413b06b-a95b-4ae3-98f2-dac9ff76dabd
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the alert with the Id of 7413b06b-a95b-4ae3-98f2-dac9ff76dabd.</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=187700</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SCOMAlert</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-SCOMAlertHistory</command:name><maml:description><maml:para>Gets history entries for the specified alerts.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMAlertHistory</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMAlertHistory cmdlet gets history entries for the specified alerts.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMAlertHistory</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Alert</maml:name><maml:description><maml:para>Retrieves the history for the specified alert objects. Enter a variable that represents the alerts, or type a command that gets the alerts. For information about how to get an alert object, type Get-Help Get-SCOMAlert.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringAlert[]</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>Alert</maml:name><maml:description><maml:para>Retrieves the history for the specified alert objects. Enter a variable that represents the alerts, or type a command that gets the alerts. For information about how to get an alert object, type Get-Help Get-SCOMAlert.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringAlert[]</command:parameterValue><dev:type><maml:name>MonitoringAlert[]</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: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: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-SCOMAlert -Name *heartbeat* | Get-SCOMAlertHistory | Format-Table, ResolutionState, Owner, ModifiedBy, Comments
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all alerts with "heartbeat" in their name and uses the pipeline operator (|) to pass the alerts to Get-SCOMAlertHistory which retrieves the history for each alert. Format-Table displays the values for the ResolutionState, Owner, ModifiedBy, and Comments properties for each alert.</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=187707</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMAlert</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-SCOMAlertResolutionSetting</command:name><maml:description><maml:para>Gets the automatic alert resolution setting for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMAlertResolutionSetting</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMAlertResolutionSetting cmdlet gets the automatic alert resolution setting for the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMAlertResolutionSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMAlertResolutionSetting
 
</dev:code><dev:remarks><maml:para>This command gets the automatic alert resolution for the management group.</maml:para><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/p/?LinkId=239472</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-SCOMAlertResolutionState</command:name><maml:description><maml:para>Gets the alert resolution states defined in the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMAlertResolutionState</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMAlertResolutionState cmdlet gets the alert resolution states defined in the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMAlertResolutionState</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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-SCOMAlertResolutionState</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>The name of the alert resolution state.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMAlertResolutionState</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>ResolutionStateCode</maml:name><maml:description><maml:para>The code of the alert resolution state.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Byte[]</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>The name of the alert resolution state.</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 (ByPropertyName)" position="named"><maml:name>ResolutionStateCode</maml:name><maml:description><maml:para>The code of the alert resolution state.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Byte[]</command:parameterValue><dev:type><maml:name>Byte[]</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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMAlertResolutionState
 
</dev:code><dev:remarks><maml:para>This command gets all resolution states.</maml:para><maml:para></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-SCOMAlertResolutionState -ResolutionStateCode 42
 
</dev:code><dev:remarks><maml:para>This command gets information about the resolution state with code 42.</maml:para><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/p/?LinkId=239473</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-SCOMClassInstance</command:name><maml:description><maml:para>Gets a list of 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 gets a list of 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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>Retrieves the class instance for one or more class objects. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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>Retrieves the class instance for one or more group objects. Enter a variable that represents the groups, or type a command that gets the groups. For information about how to get a group object, type Get-Help Get-SCOMGroup.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the class instance with the specified GUID. The GUID is stored in the Id property of the object that represents an SCOMClassInstance. To get the GUID of a class, type "Get-SCOMClassInstance | Format-Table DisplayName, Id".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter></command:syntaxItem><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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="true" pipelineInput="true (ByValue)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object. This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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>Class</maml:name><maml:description><maml:para>Retrieves the class instance for one or more class objects. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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>Group</maml:name><maml:description><maml:para>Retrieves the class instance for one or more group objects. Enter a variable that represents the groups, or type a command that gets the groups. For information about how to get a group object, type Get-Help Get-SCOMGroup.</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="named"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the class instance with the specified GUID. The GUID is stored in the Id property of the object that represents an SCOMClassInstance. To get the GUID of a class, type "Get-SCOMClassInstance | Format-Table DisplayName, Id".</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="true" pipelineInput="true (ByValue)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object. This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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. Specify a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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 -Displayname "Server01.Contoso.Com", "*.Contoso.com"
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets class instances that have "Server01.Contoso.Com" in their display name and class instances that are in the Contoso.com domain.</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 -Name *Windows* | Get-SCOMClassInstance
 
 
</dev:code><dev:remarks><maml:para>Description-----------This command gets all classes with "Windows" in their name. It then uses the pipeline operator (|) to send the classes to the Get-SCOMClassInstance cmdlet which retrieves the class instances for each of the classes.</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 *Windows* | Get-SCOMClassInstance
 
 
</dev:code><dev:remarks><maml:para>Description-----------This command gets all groups with "Windows" in their name. It then uses the pipeline operator (|) to send the groups to the Get-SCOMClassInstance cmdlet which retrieves the class instances for each of the groups.</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-SCOMClassInstance -Id 7413b06b-a95b-4ae3-98f2-dac9ff76dabd
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the class instance that has an Id of 7413b06b-a95b-4ae3-98f2-dac9ff76dabd.</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=187691</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClass</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMGroup</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-SCOMConnector</command:name><maml:description><maml:para>Gets the specified connectors.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMConnector</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMConnector cmdlet gets the specified connectors.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMConnector</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMConnector</maml:name><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="false" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMConnector</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the connector with the specified GUID. The Id is stored in the Id property of the object that represents an SCOM connector. To get the Id of a connector, type "Get-SCOMConnector | Format-Table Name, Id".</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>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default is the current management group connection. Specify a Management group connection object, such as one 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-SCOMConnector</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="false" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object.</maml:para><maml:para>This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default is the current management group connection. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="true" globbing="true" pipelineInput="false" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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="false" position="named"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the connector with the specified GUID. The Id is stored in the Id property of the object that represents an SCOM connector. To get the Id of a connector, type "Get-SCOMConnector | Format-Table Name, Id".</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="true" pipelineInput="false" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object.</maml:para><maml:para>This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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. Specify a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMConnector -DisplayName Connector*
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all connectors that have a display name beginning with "Connector".</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-SCOMConnector -Name "Operations Manager*"
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all connectors that have a name that begins with "Operations Manager".</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-SCOMConnector -Id 7413b06b-a95b-4ae3-98f2-dac9ff76dabd
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the connector with the Id of 7413b06b-a95b-4ae3-98f2-dac9ff76dabd.</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=187708</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-SCOMDatabaseGroomingSetting</command:name><maml:description><maml:para>Gets the database grooming settings for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMDatabaseGroomingSetting</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMDatabaseGroomingSetting cmdlet gets the database grooming settings for the management group. Database grooming settings are used to automatically remove unnecessary data from the Operations Manager database in order to maintain performance.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMDatabaseGroomingSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMDatabaseGroomingSetting
 
</dev:code><dev:remarks><maml:para>This example gets the database grooming settings for the management group.</maml:para><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/p/?LinkId=239474</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-SCOMDataWarehouseSetting</command:name><maml:description><maml:para>Gets the data warehouse settings for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMDataWarehouseSetting</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMDataWarehouseSetting cmdlet gets the data warehouse settings for the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMDataWarehouseSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMDataWarehouseSetting
 
</dev:code><dev:remarks><maml:para>This command gets the data warehouse settings for the management group.</maml:para><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/p/?LinkId=239475</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-SCOMDiagnostic</command:name><maml:description><maml:para>Gets a list of diagnostics.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMDiagnostic</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMDiagnostic cmdlet gets a list of diagnostics.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMDiagnostic</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user.</maml:para><maml:para>Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Specify a Management group connection object, such as one 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-SCOMDiagnostic</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 DisplayName. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with.</maml:para><maml:para>The DisplayName values may vary based which localized management packs are imported into the management group as well as the locale of the user running PowerShell.</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user.</maml:para><maml:para>Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Specify a Management group connection object, such as one 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-SCOMDiagnostic</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user.</maml:para><maml:para>Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Specify a Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the globally unique identifier. This parameter takes one or more globally unique identifiers (Guids) and uses them to compare against the id property of the objects retrieved by this cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMDiagnostic</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user.</maml:para><maml:para>Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Specify a Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies the management pack object. This parameter takes one or more management pack objects. Retrieve management pack objects using the Get-SCManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMDiagnostic</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user.</maml:para><maml:para>Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Specify a Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies the monitors that this cmdlet should retrieve objects for.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMDiagnostic</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user.</maml:para><maml:para>Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Specify a Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the Name. This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMDiagnostic</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user.</maml:para><maml:para>Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Specify a Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Target</maml:name><maml:description><maml:para>Specifies the target classes to use to limit the results of this cmdlet. Retrieve classes using the Get-SCClass cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user.</maml:para><maml:para>Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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 DisplayName. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with.</maml:para><maml:para>The DisplayName values may vary based which localized management packs are imported into the management group as well as the locale of the user running PowerShell.</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="named"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the globally unique identifier. This parameter takes one or more globally unique identifiers (Guids) and uses them to compare against the id property of the objects retrieved by this cmdlet.</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="named"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies the management pack object. This parameter takes one or more management pack objects. Retrieve management pack objects using 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="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies the monitors that this cmdlet should retrieve objects for.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue><dev:type><maml:name>ManagementPackMonitor[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the Name. This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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>Specify a Management group connection object, such as one 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="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Target</maml:name><maml:description><maml:para>Specifies the target classes to use to limit the results of this cmdlet. Retrieve classes using the Get-SCClass 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: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: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: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-SCOMDiagnostic –Name *NetworkManagement*
</dev:code><dev:remarks><maml:para>This command gets a list of all diagnostics related to Network Management.</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=221568</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-SCOMErrorReportingSetting</command:name><maml:description><maml:para>Gets the error reporting settings for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMErrorReportingSetting</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMErrorReportingSetting cmdlet gets the error reporting settings for the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMErrorReportingSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMErrorReportingSetting
 
</dev:code><dev:remarks><maml:para>This command gets the error reporting settings for the management group.</maml:para><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/p/?LinkId=239476</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-SCOMEvent</command:name><maml:description><maml:para>Gets events that have been collected by monitoring rules.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMEvent</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMEvent cmdlet gets events that have been collected by monitoring rules.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMEvent</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMEvent</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Retrieves all events associated with the specified class instance object. Enter a variable that represents the class instance, or type a command that gets the class instance. This parameter also accepts group objects.For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementObject[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="2"><maml:name>EventId</maml:name><maml:description><maml:para>Retrieves an event matching the specified ID. Event IDs are stored in the Number property of the object that represents an SCOM event. To get the event ID of an event, type "Get-SCOMEvent -Id $Id | Format-Table RuleDisplayName, Number".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Int32[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="3"><maml:name>EventLogName</maml:name><maml:description><maml:para>Retrieves events matching the specified event log name. Event log names are stored in the Channel property of the object that represents an SCOM event. To get the event souce of an event, type "Get-SCOMEvent -Id $Id | Format-Table RuleDisplayName, Channel".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="4"><maml:name>EventSource</maml:name><maml:description><maml:para>Retrieves events matching the specified event source. Event sources are stored in the PublisherName property of the object that represents an SCOMEvent. To get the event ID of an event, type "Get-SCOMEvent -Instance $Instance | Format-Table DisplayName, PublisherName".</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMEvent</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Rule</maml:name><maml:description><maml:para>Retrieves all events collected by the specified monitoring rule object. Enter a variable that represents the monitoring rule, or type a command that gets the monitoring rule.For information about how to get a monitoring rule object, type Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="2"><maml:name>EventId</maml:name><maml:description><maml:para>Retrieves an event matching the specified ID. Event IDs are stored in the Number property of the object that represents an SCOM event. To get the event ID of an event, type "Get-SCOMEvent -Id $Id | Format-Table RuleDisplayName, Number".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Int32[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="3"><maml:name>EventLogName</maml:name><maml:description><maml:para>Retrieves events matching the specified event log name. Event log names are stored in the Channel property of the object that represents an SCOM event. To get the event souce of an event, type "Get-SCOMEvent -Id $Id | Format-Table RuleDisplayName, Channel".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="4"><maml:name>EventSource</maml:name><maml:description><maml:para>Retrieves events matching the specified event source. Event sources are stored in the PublisherName property of the object that represents an SCOMEvent. To get the event ID of an event, type "Get-SCOMEvent -Instance $Instance | Format-Table DisplayName, PublisherName".</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMEvent</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the event with the specified GUID.</maml:para><maml:para>The GUID is stored in the Id property of the object that represents an SCOMEvent. To get the GUID of an event, type "Get-SCOMEvent -Instance $Instance | Format-Table RuleDisplayName, Id".</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="true" globbing="true" pipelineInput="true (ByValue)" position="2"><maml:name>EventId</maml:name><maml:description><maml:para>Retrieves an event matching the specified ID. Event IDs are stored in the Number property of the object that represents an SCOM event. To get the event ID of an event, type "Get-SCOMEvent -Id $Id | Format-Table RuleDisplayName, Number".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Int32[]</command:parameterValue><dev:type><maml:name>Int32[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="3"><maml:name>EventLogName</maml:name><maml:description><maml:para>Retrieves events matching the specified event log name. Event log names are stored in the Channel property of the object that represents an SCOM event. To get the event souce of an event, type "Get-SCOMEvent -Id $Id | Format-Table RuleDisplayName, Channel".</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="true" pipelineInput="true (ByValue)" position="4"><maml:name>EventSource</maml:name><maml:description><maml:para>Retrieves events matching the specified event source. Event sources are stored in the PublisherName property of the object that represents an SCOMEvent. To get the event ID of an event, type "Get-SCOMEvent -Instance $Instance | Format-Table DisplayName, PublisherName".</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>Retrieves the event with the specified GUID.</maml:para><maml:para>The GUID is stored in the Id property of the object that represents an SCOMEvent. To get the GUID of an event, type "Get-SCOMEvent -Instance $Instance | Format-Table RuleDisplayName, Id".</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>Retrieves all events associated with the specified class instance object. Enter a variable that represents the class instance, or type a command that gets the class instance. This parameter also accepts group objects.For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</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>Rule</maml:name><maml:description><maml:para>Retrieves all events collected by the specified monitoring rule object. Enter a variable that represents the monitoring rule, or type a command that gets the monitoring rule.For information about how to get a monitoring rule object, type Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</command:parameterValue><dev:type><maml:name>ManagementPackRule[]</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. Specify a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;$Rules = Get-SCOMRule -Name *WMI*
PS C:\&gt;Get-SCOMClass -DisplayName *health* | Get-SCOMClassInstance | Get-SCOMEvent -Rule $Rules -ErrorAction SilentlyContinue
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets all monitoring rules with "WMI" in their name and stores them in the $Rules variable.</maml:para><maml:para>The second command gets all classes with "health" in their display name and uses the pipeline operator (|) to pass the class objects to the Get-SCOMClassInstance cmdlet which gets the class instances for each of the class objects. Then, the command gets the events for each class instance matching the rules stored in the $Rules variable. Using the ErrorAction parameter with its value set to SilentlyContinue allows the command to continue if it does not find an event that matches the specified rule.</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-SCOMEvent -Id 7413b06b-a95b-4ae3-98f2-dac9ff76dabd
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the event with an Id of 7413b06b-a95b-4ae3-98f2-dac9ff76dabd.</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-SCOMEvent | Group-Object -Property Number
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all events and then pipes them to the Group-Object cmdlet which displays the events grouped by EventId.</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=187709</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMRule</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-SCOMGatewayManagementServer</command:name><maml:description><maml:para>Gets the gateway management servers.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMGatewayManagementServer</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMGatewayManagementServer cmdlet gets the gateway management servers.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMGatewayManagementServer</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMGatewayManagementServer</maml:name><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object.</maml:para><maml:para>This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="true" globbing="true" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object.</maml:para><maml:para>This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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. Specify a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMGatewayManagementServer -Name "Server01.Contoso.com", "*.Contoso.com"
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the gateway management server named "Server01.Contoso.com" and all gateway management servers that are in the Contoso.com domain.</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-SCOMGatewayManagementServer | where {$_.HealthState -eq "Success"}
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all gateway management servers that have a health state of "Success".</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-SCOMGatewayManagementServer -ComputerName "Server01.Contoso.com"
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command establishes a temporary connection to Server01.Contoso.com and gets all gateway management servers for that 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/?LinkID=187684</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementServer</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-SCOMGroup</command:name><maml:description><maml:para>Gets a list of groups.</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 gets a list of groups.</maml:para><maml:para>Because a group object is a type of class instance object, it can be passed into an Instance parameter.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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>Retrieves the group with the specified GUID.</maml:para><maml:para>The GUID is stored in the Id property of the object that represents an SCOMGroup. To get the GUID of a class, type "Get-SCOMGroup | Format-Table DisplayName, Id".</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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>Retrieves the group with the specified GUID.</maml:para><maml:para>The GUID is stored in the Id property of the object that represents an SCOMGroup. To get the GUID of a class, type "Get-SCOMGroup | Format-Table DisplayName, Id".</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 is the current management group connection. Specify a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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 -DisplayName *Agent*, *Windows*
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all groups that have a display name that includes "Agent" and all groups that have a display name that includes "Windows".</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 *computer*
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all groups that have "computer" in their display name.</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 -Id 7413b06b-a95b-4ae3-98f2-dac9ff76dabd
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the group with the Id of 7413b06b-a95b-4ae3-98f2-dac9ff76dabd.</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=187693</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-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>Get-SCOMHeartbeatSetting</command:name><maml:description><maml:para>Gets the server and agent heartbeat settings for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMHeartbeatSetting</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMHeartbeatSetting cmdlet gets the server and agent heartbeat settings for the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMHeartbeatSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMHeartbeatSetting
 
</dev:code><dev:remarks><maml:para>This command gets the server and agent heartbeat settings for the management group.</maml:para><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/p/?LinkId=239477</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-SCOMLicense</command:name><maml:description><maml:para>Displays the Microsoft Software License Terms for the currently active product license.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMLicense</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMLicense cmdlet displays the Microsoft Software License Terms for the currently active product license.</maml:para><maml:para></maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMLicense</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMLicense
 
 
</dev:code><dev:remarks><maml:para>This command displays the Microsoft Software License Terms for the currently active product license.</maml:para><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/p/?LinkId=239478</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-SCOMLocation</command:name><maml:description><maml:para>Gets a location.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMLocation</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMLocation cmdlet gets a location. You can associate an agent with a location so that its state can be displayed in the Web Application Availability Monitoring Summary Map Dashboard. </maml:para><maml:para>For more information about locations, type: Get-Help New-SCOMLocation -detailed.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMLocation</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type Get-Help 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-SCOMLocation</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects. Enter a variable that represents the agents, or type a command that gets the agents. </maml:para><maml:para>For information about how to get agents, type Get-Help Get-SCOMAgent.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type Get-Help 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-SCOMLocation</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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type Get-Help 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-SCOMLocation</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type Get-Help Get-SCOMManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the GUID of the location to retrieve.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMLocation</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementServer</maml:name><maml:description><maml:para>Specifies a primary management server object. For information about how to get a management server object, type Get-Help Get-SCOMManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type Get-Help 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-SCOMLocation</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Pool</maml:name><maml:description><maml:para>Specifies one or more resource pool objects. Enter a variable that represents the resource pools, or type a command that gets the resource pools.</maml:para><maml:para>For information about how to get a resource pool object, type "Get-Help Get-SCOMResourcePool".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServicePool[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type Get-Help 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>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects. Enter a variable that represents the agents, or type a command that gets the agents. </maml:para><maml:para>For information about how to get agents, type Get-Help Get-SCOMAgent.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</command:parameterValue><dev:type><maml:name>AgentManagedComputer[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="false" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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>ManagementServer</maml:name><maml:description><maml:para>Specifies a primary management server object. For information about how to get a management server object, type Get-Help Get-SCOMManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</command:parameterValue><dev:type><maml:name>ManagementServer[]</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>Pool</maml:name><maml:description><maml:para>Specifies one or more resource pool objects. Enter a variable that represents the resource pools, or type a command that gets the resource pools.</maml:para><maml:para>For information about how to get a resource pool object, type "Get-Help Get-SCOMResourcePool".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServicePool[]</command:parameterValue><dev:type><maml:name>ManagementServicePool[]</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>For information about how to get a management group connection, type Get-Help 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="named"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the GUID of the location 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: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>------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt; Get-SCOMLocation -DisplayName "Seattle, WA"
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the location with the display name "Seattle, WA" and displays information about this location to the 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; $Session = Get-SCOMManagementGroupConnection –ManagementGroupName “MgmtGroup01”
PS C:\&gt;Get-SCOMLocation –SCSession $Session
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the management group connection object for the management group MgmtGroup01 and stores the object in the $Session variable.</maml:para><maml:para>The second command gets the location for the session stored in $Session.</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; $Agent = Get-SCOMAgent –Name “Server01.Contoso.com”
PS C:\&gt;Get-SCOMLocation –Agent $Agent
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the agent-managed computer object named Server01 and stores the object in the $Agent variable.</maml:para><maml:para>The second command gets the location for the agent-managed computer stored in $Agent.</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; $MgmtSvr = Get-SCOMManagementServer -Name "MgmtServer01.Contoso.com"
PS C:\&gt;Get-SCOMLocation -ManagementServer $MgmtSvr
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the management server object named MgmtServer01 and stores the object in the $MgmtSvr variable.</maml:para><maml:para>The second command gets the location for the management server stored in $MgmtSvr.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>------------------------- EXAMPLE 5 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt; $Pool = Get-SCOMResourcePool -Name "Pool01"
PS C:\&gt;Get-SCOMLocation -Pool $Pool
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the resource pool object named Pool01 and stores the object in the $Pool variable.</maml:para><maml:para>The second command gets the location for the pool stored in $Pool.</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=235476</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMLocation</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SCOMLocation</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMLocation</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-SCOMMaintenanceMode</command:name><maml:description><maml:para>Gets details about maintenance mode entries.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMMaintenanceMode</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMMaintenanceMode cmdlet gets details about maintenance mode entries.</maml:para><maml:para>When you use the Get-SCOMMaintenance mode cmdlet to retrieve information about maintenance mode entries, the start time, end time, and scheduled end time values are returned in the computer's local time. If you pipe the results of Get-SCOMMaintenance mode to Format-Table, the start time, end time, and scheduled end time values are returned in UTC time.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMMaintenanceMode</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Returns maintenance mode entries for the specified class instance object. Enter a variable that represents the class instance, or type a command that gets the class instance. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>History</maml:name><maml:description><maml:para>Indicates that all maintenance mode entries will be returned whether or not they are active. By default, only active maintenance mode entries are returned.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="true (ByValue)" position="2"><maml:name>History</maml:name><maml:description><maml:para>Indicates that all maintenance mode entries will be returned whether or not they are active. By default, only active maintenance mode entries are returned.</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="1"><maml:name>Instance</maml:name><maml:description><maml:para>Returns maintenance mode entries for the specified class instance object. Enter a variable that represents the class instance, or type a command that gets the class instance. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue><dev:type><maml:name>MonitoringObject[]</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. Specify a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMMaintenanceMode
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all active maintenance mode entries.</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-SCOMMaintenanceMode -Instance (Get-SCOMClassInstance -Name *.Contoso.com) -ErrorAction SilentlyContinue
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all active maintenance mode entries for class instances in the Contoso.com domain. If the command encounters a class instance for which there is no active maintenance mode entry, the SilentlyContinue value for the ErrorAction parameter allows the command to continue without displaying an error.</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-SCOMClassInstance -Name *.Contoso.com | Get-SCOMMaintenanceMode -History
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all class instances in the Contoso.com domain and then uses the pipeline operator (|) to pass the class instance objects to the Get-SCOMMaintenanceMode cmdlet. Because the History parameter is used, all maintenance mode entries are returned for the class instance objects, regardless of whether they are active.</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=187702</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SCOMMaintenanceMode</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Start-SCOMMaintenanceMode</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-SCOMManagementGroup</command:name><maml:description><maml:para>Gets a Microsoft.EnterpriseManagement.ManagementGroup object for the current management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMManagementGroup</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMManagementGroup cmdlet gets a Microsoft.EnterpriseManagement.ManagementGroup object for the current management group. The ManagementGroup object is used as the base for all Operations Manager SDK operations.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMManagementGroup</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMManagementGroup
 
</dev:code><dev:remarks><maml:para>This command ets a Microsoft.EnterpriseManagement.ManagementGroup object for the current management group.</maml:para><maml:para></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;$mg = Get-SCOMManagementGroup
PS C:\&gt;$mg | Get-Member
 
</dev:code><dev:remarks><maml:para>This example gets a management group object and then pipes it to the Get-Member cmdlet in order to display all public properties and methods available for use.</maml:para><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/p/?LinkId=239479</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-SCOMManagementServer</command:name><maml:description><maml:para>Gets the management servers in the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMManagementServer</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMManagementServer cmdlet gets the management servers in the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMManagementServer</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMManagementServer</maml:name><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object.</maml:para><maml:para>This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="true" globbing="true" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object.</maml:para><maml:para>This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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. Specify a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMManagementServer -Name "Server01.Contoso.com", "*.Contoso.com"
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the management servers in the active connection that are named Server01.Contoso.com and that have a domain of Contoso.com.</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-SCOMManagementServer -Computername "Server01.Contoso.com"
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command establishes a temporary connection to Server01.Contoso.com and gets all management servers in that management group.</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=187685</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMGatewayManagementServer</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-SCOMMonitor</command:name><maml:description><maml:para>Gets the specified monitors.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMMonitor</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMMonitor cmdlet gets the specified monitors.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMMonitor</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMMonitor</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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMMonitor</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the monitor with the specified GUID.</maml:para><maml:para>The GUID is stored in the Id property of the object that represents an SCOMMonitor. To get the GUID of a monitor, type "Get-SCOMMonitor | Format-Table DisplayName, Id".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMMonitor</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Retrieves monitors for the specified class instance object. Enter a variable that represents the class instance, or type a command that gets the class instance. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementObject[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Recurse</maml:name><maml:description></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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMMonitor</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Retrieves monitors for one or more specified management pack objects. Enter a variable that represents the management packs, or type a command that gets the management packs.</maml:para><maml:para>For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMMonitor</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="true" pipelineInput="true (ByValue)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object.</maml:para><maml:para>This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMMonitor</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Target</maml:name><maml:description><maml:para>Retrieves monitors for one or more target class objects. Enter a variable that represents the target classes, or type a command that gets the target classes.</maml:para><maml:para>For information about how to get a class object, type Get-Help Get-SCOMClass.</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>Recurse</maml:name><maml:description></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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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="named"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the monitor with the specified GUID.</maml:para><maml:para>The GUID is stored in the Id property of the object that represents an SCOMMonitor. To get the GUID of a monitor, type "Get-SCOMMonitor | Format-Table DisplayName, Id".</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>Retrieves monitors for the specified class instance object. Enter a variable that represents the class instance, or type a command that gets the class instance. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</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>Retrieves monitors for one or more specified management pack objects. Enter a variable that represents the management packs, or type a command that gets the management packs.</maml:para><maml:para>For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</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="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object.</maml:para><maml:para>This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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>Recurse</maml:name><maml:description></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 is the current management group connection. Specify a Management group connection object, such as one 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>Retrieves monitors for one or more target class objects. Enter a variable that represents the target classes, or type a command that gets the target classes.</maml:para><maml:para>For information about how to get a class object, type Get-Help Get-SCOMClass.</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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMMonitor -Name System.Health*
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all monitors that have a name beginning with "System.Health".</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-SCOMMonitor -DisplayName *Performance*
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all monitors that have a display name containing "Performance".</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-SCOMManagementPack -DisplayName "System Center Core Library" | Get-SCOMMonitor
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the management pack with the display name of "System Center Core Library" and then uses the pipeline operator (|) to pass the management pack object to the Get-SCOMMonitor cmdlet which gets all monitors for the management pack object.</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;$MPFile = "C:\Program Files\System Center Operations Manager 2007\Microsoft.SystemCenter.2007.mp"
PS C:\&gt;Get-SCOMMonitor -ManagementPack $MpFile
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the path to a management pack file and saves it in the $MPFile variable.</maml:para><maml:para>The second command uses the ManagementPack parameter to get the monitors contained in the management pack stored in the $MPFile variable.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
  
-------------------------- EXAMPLE 5 --------------------------
  
  
                      </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$Instances = Get-SCOMClass -DisplayName *health* | Get-SCOMClassInstance
PS C:\&gt;Get-SCOMMonitor -Instance $Instances
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets all classes with "health" in their display name and uses the pipeline operator (|) to pass the class objects to the Get-SCOMClassInstance cmdlet which gets the instance for each class, and then stores the results in the $Instances variable.</maml:para><maml:para>The second command gets the monitors for the class instances stored in the $Instances variable.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
  
-------------------------- EXAMPLE 6 --------------------------
  
  
                      </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMMonitor -Target (Get-SCOMClass -DisplayName *health*)
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the monitors with target classes that contain "health" in their display name.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
  
-------------------------- EXAMPLE 7 --------------------------
  
  
                      </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMMonitor -Id 7413b06b-a95b-4ae3-98f2-dac9ff76dabd
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the monitor that has an Id of 7413b06b-a95b-4ae3-98f2-dac9ff76dabd.</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=187705</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-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-SCOMNotificationChannel</command:name><maml:description><maml:para>Gets the notfication channels defined in the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMNotificationChannel</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMNotificationChannel cmdlet gets the notfication channels defined in the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMNotificationChannel</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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-SCOMNotificationChannel</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>The display name of the channel.</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>The display name of the channel.</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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMNotificationChannel
 
</dev:code><dev:remarks><maml:para>This command gets all notification channels.</maml:para><maml:para></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-SCOMNotificationChannel -DisplayName "Email channel"
 
</dev:code><dev:remarks><maml:para>This command gets the notification channel named "Email channel".</maml:para><maml:para></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-SCOMNotificationChannel "MyCustomChannel"
 
</dev:code><dev:remarks><maml:para>This command gets the notification channel named "MyCustomChannel".</maml:para><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/p/?LinkId=239480</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-SCOMNotificationSubscriber</command:name><maml:description><maml:para>Gets the notfication subscribers defined in the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMNotificationSubscriber</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMNotificationSubscriber cmdlet gets the notfication subscribers defined in the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMNotificationSubscriber</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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-SCOMNotificationSubscriber</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Id</maml:name><maml:description><maml:para>The ID of a subscriber.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMNotificationSubscriber</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of a subscriber.</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" pipelineInput="true (ByValue)" position="named"><maml:name>Id</maml:name><maml:description><maml:para>The ID of a subscriber.</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>The name of a subscriber.</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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMNotificationSubcriber
 
</dev:code><dev:remarks><maml:para>This command gets all notification subscribers.</maml:para><maml:para></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-SCOMNotificationSubcriber -Name "Katarina"
 
</dev:code><dev:remarks><maml:para>This command gets the notification subscriber with the name "Katarina".</maml:para><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/p/?LinkId=239481</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-SCOMNotificationSubscription</command:name><maml:description><maml:para>Gets a list of notification subscriptions.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMNotificationSubscription</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMNotificationSubscription cmdlet gets a list of notification subscriptions.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMNotificationSubscription</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMNotificationSubscription</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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMNotificationSubscription</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Id</maml:name><maml:description><maml:para>Specifies a Guid. This parameter takes one or more globally unique identifiers (Guids) and uses them to compare against the id property of the objects retrieved by this cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMNotificationSubscription</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="true" pipelineInput="true (ByValue)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies a name. This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</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 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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="named"><maml:name>Id</maml:name><maml:description><maml:para>Specifies a Guid. This parameter takes one or more globally unique identifiers (Guids) and uses them to compare against the id property of the objects retrieved by this cmdlet.</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="true" pipelineInput="true (ByValue)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies a name. This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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. Specify a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMNotificationSubscription -DisplayName "subscription01"
 
 
</dev:code><dev:remarks><maml:para>This command gets the notification subscription with the displayname of subscription01 and displays information about the subscription to the 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/?LinkID=187724</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-SCOMOverride</command:name><maml:description><maml:para>Gets a list of overrides or a resulting set of overrides.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMOverride</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMOverride cmdlet gets a list of overrides or a resulting set of overrides.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMOverride</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMOverride</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Task</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified task objects. Enter a variable that represents the tasks, or type a command that gets the tasks.</maml:para><maml:para>For information about how to get a task object, type Get-Help Get-SCOMTask.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackTask[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Class</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified class objects. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Group</maml:name><maml:description><maml:para>Retrieves overrides for one or more group objects. Enter a variable that represents the groups, or type a command that gets the groups.</maml:para><maml:para>For information about how to get a group object, type Get-Help Get-SCOMGroup.</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>Instance</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified class instance objects. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</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>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default is the current management group connection. Specify a Management group connection object, such as one 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-SCOMOverride</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Recovery</maml:name><maml:description><maml:para>Retrieves overrides for one or more recovery objects. Enter a variable that represents the recoveries, or type a command that gets the recoveries.</maml:para><maml:para>For information about how to get a recovery object, type Get-Help Get-SCOMRecovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRecovery[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Class</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified class objects. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Group</maml:name><maml:description><maml:para>Retrieves overrides for one or more group objects. Enter a variable that represents the groups, or type a command that gets the groups.</maml:para><maml:para>For information about how to get a group object, type Get-Help Get-SCOMGroup.</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>Instance</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified class instance objects. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</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>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default is the current management group connection. Specify a Management group connection object, such as one 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-SCOMOverride</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Rule</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified monitoring rule objects. Enter a variable that represents the monitoring rules, or type a command that gets the monitoring rules.</maml:para><maml:para>For information about how to get a monitoring rule object, type Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Class</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified class objects. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Group</maml:name><maml:description><maml:para>Retrieves overrides for one or more group objects. Enter a variable that represents the groups, or type a command that gets the groups.</maml:para><maml:para>For information about how to get a group object, type Get-Help Get-SCOMGroup.</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>Instance</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified class instance objects. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</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>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default is the current management group connection. Specify a Management group connection object, such as one 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-SCOMOverride</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Diagnostic</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified diagnostic objects. Enter a variable that represents the diagnostics, or type a command that gets the diagnostics.</maml:para><maml:para>For information about how to get a diagnostic object, type Get-Help Get-SCOMDiagnostic.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiagnostic[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Class</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified class objects. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Group</maml:name><maml:description><maml:para>Retrieves overrides for one or more group objects. Enter a variable that represents the groups, or type a command that gets the groups.</maml:para><maml:para>For information about how to get a group object, type Get-Help Get-SCOMGroup.</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>Instance</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified class instance objects. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</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>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default is the current management group connection. Specify a Management group connection object, such as one 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-SCOMOverride</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Monitor</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified monitor objects. Enter a variable that represents the monitors, or type a command that gets the monitors.</maml:para><maml:para>For information about how to get a monitor object, type Get-Help Get-SCOMMonitor.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Class</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified class objects. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Group</maml:name><maml:description><maml:para>Retrieves overrides for one or more group objects. Enter a variable that represents the groups, or type a command that gets the groups.</maml:para><maml:para>For information about how to get a group object, type Get-Help Get-SCOMGroup.</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>Instance</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified class instance objects. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</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>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default is the current management group connection. Specify a Management group connection object, such as one 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-SCOMOverride</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Discovery</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified discovery objects. Enter a variable that represents the discoveries, or type a command that gets the discoveries.</maml:para><maml:para>For information about how to get a discovery object, type Get-Help Get-SCOMDiscovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiscovery[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Class</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified class objects. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Group</maml:name><maml:description><maml:para>Retrieves overrides for one or more group objects. Enter a variable that represents the groups, or type a command that gets the groups.</maml:para><maml:para>For information about how to get a group object, type Get-Help Get-SCOMGroup.</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>Instance</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified class instance objects. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</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>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default is the current management group connection. Specify a Management group connection object, such as one 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>Class</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified class objects. Enter a variable that represents the classes, or type a command that gets the classes. For information about how to get a class object, type Get-Help Get-SCOMClass.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Diagnostic</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified diagnostic objects. Enter a variable that represents the diagnostics, or type a command that gets the diagnostics.</maml:para><maml:para>For information about how to get a diagnostic object, type Get-Help Get-SCOMDiagnostic.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiagnostic[]</command:parameterValue><dev:type><maml:name>ManagementPackDiagnostic[]</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>Discovery</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified discovery objects. Enter a variable that represents the discoveries, or type a command that gets the discoveries.</maml:para><maml:para>For information about how to get a discovery object, type Get-Help Get-SCOMDiscovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiscovery[]</command:parameterValue><dev:type><maml:name>ManagementPackDiscovery[]</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>Group</maml:name><maml:description><maml:para>Retrieves overrides for one or more group objects. Enter a variable that represents the groups, or type a command that gets the groups.</maml:para><maml:para>For information about how to get a group object, type Get-Help Get-SCOMGroup.</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="named"><maml:name>Instance</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified class instance objects. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</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="1"><maml:name>Monitor</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified monitor objects. Enter a variable that represents the monitors, or type a command that gets the monitors.</maml:para><maml:para>For information about how to get a monitor object, type Get-Help Get-SCOMMonitor.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue><dev:type><maml:name>ManagementPackMonitor[]</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>Recovery</maml:name><maml:description><maml:para>Retrieves overrides for one or more recovery objects. Enter a variable that represents the recoveries, or type a command that gets the recoveries.</maml:para><maml:para>For information about how to get a recovery object, type Get-Help Get-SCOMRecovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRecovery[]</command:parameterValue><dev:type><maml:name>ManagementPackRecovery[]</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>Rule</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified monitoring rule objects. Enter a variable that represents the monitoring rules, or type a command that gets the monitoring rules.</maml:para><maml:para>For information about how to get a monitoring rule object, type Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</command:parameterValue><dev:type><maml:name>ManagementPackRule[]</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. Specify a Management group connection object, such as one 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>Task</maml:name><maml:description><maml:para>Retrieves overrides for one or more specified task objects. Enter a variable that represents the tasks, or type a command that gets the tasks.</maml:para><maml:para>For information about how to get a task object, type Get-Help Get-SCOMTask.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackTask[]</command:parameterValue><dev:type><maml:name>ManagementPackTask[]</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: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: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-SCOMRule -Name *health* | Get-SCOMOverride -ErrorAction SilentlyContinue
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all monitoring rules that contain "health" in their name, and then returns the overrides for the rule objects.</maml:para><maml:para>Using the ErrorAction parameter with the SilentlyContinue value allows the command to continue if it cannot find an override for a specific monitoring rule, and will not display an error.</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-SCOMOverride -Monitor (Get-SCOMMonitor -Name *health*) -Class (Get-SCOMClass -DisplayName *computer*)
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the override for monitors that contain "health" in their name and are in a class with a display name that contains "computer".</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-SCOMDiscovery -name *system* | Get-SCOMOverride -ErrorAction SilentlyContinue
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all discoveries that contain "system" in their name, and then returns the overrides for those discovery objects.</maml:para><maml:para>Using the ErrorAction parameter with the SilentlyContinue value allows the command to continue if it cannot find an override for a specific discovery, and will not display an error.</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=187713</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClass</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMDiscovery</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMGroup</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMDiagnostic</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMMonitor</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMRecovery</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMRule</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMTask</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-SCOMOverrideResult</command:name><maml:description><maml:para>Gets override results.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMOverrideResult</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMOverrideResult cmdlet gets existing overrides associated with specified workflows, scoped to a specified class or class instance.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMOverrideResult</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 a management pack class object. Overrides scoped to this class are retrieved.</maml:para><maml:para>For information about how to get a management pack class object, type: Get-Help Get-SCOMClass.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Discovery</maml:name><maml:description><maml:para>Specifies the discovery workflow object for which overrides are retrieved.</maml:para><maml:para>For information about how to get a discovery object, type: Get-Help Get-SCOMDiscovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiscovery[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type: Get-Help 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-SCOMOverrideResult</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 a management pack class object. Overrides scoped to this class are retrieved.</maml:para><maml:para>For information about how to get a management pack class object, type: Get-Help Get-SCOMClass.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies the monitor workflow object for which overrides are retrieved.</maml:para><maml:para>For information about how to get a monitor object, type: Get-Help Get-SCOMMonitor.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type: Get-Help 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-SCOMOverrideResult</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 a management pack class object. Overrides scoped to this class are retrieved.</maml:para><maml:para>For information about how to get a management pack class object, type: Get-Help Get-SCOMClass.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Rule</maml:name><maml:description><maml:para>Specifies the monitoring rule workflow object for which overrides are retrieved. </maml:para><maml:para>For information about how to get a rule object, type: Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type: Get-Help 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-SCOMOverrideResult</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. Overrides scoped to this instance are retrieved.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Discovery</maml:name><maml:description><maml:para>Specifies the discovery workflow object for which overrides are retrieved.</maml:para><maml:para>For information about how to get a discovery object, type: Get-Help Get-SCOMDiscovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiscovery[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type: Get-Help 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-SCOMOverrideResult</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. Overrides scoped to this instance are retrieved.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Rule</maml:name><maml:description><maml:para>Specifies the monitoring rule workflow object for which overrides are retrieved. </maml:para><maml:para>For information about how to get a rule object, type: Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type: Get-Help 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-SCOMOverrideResult</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. Overrides scoped to this instance are retrieved.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies the monitor workflow object for which overrides are retrieved.</maml:para><maml:para>For information about how to get a monitor object, type: Get-Help Get-SCOMMonitor.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type: Get-Help 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 a management pack class object. Overrides scoped to this class are retrieved.</maml:para><maml:para>For information about how to get a management pack class object, type: Get-Help Get-SCOMClass.</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="false" pipelineInput="true (ByValue)" position="2"><maml:name>Discovery</maml:name><maml:description><maml:para>Specifies the discovery workflow object for which overrides are retrieved.</maml:para><maml:para>For information about how to get a discovery object, type: Get-Help Get-SCOMDiscovery.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackDiscovery[]</command:parameterValue><dev:type><maml:name>ManagementPackDiscovery[]</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. Overrides scoped to this instance are 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="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies the monitor workflow object for which overrides are retrieved.</maml:para><maml:para>For information about how to get a monitor object, type: Get-Help Get-SCOMMonitor.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue><dev:type><maml:name>ManagementPackMonitor[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Rule</maml:name><maml:description><maml:para>Specifies the monitoring rule workflow object for which overrides are retrieved. </maml:para><maml:para>For information about how to get a rule object, type: Get-Help Get-SCOMRule.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackRule[]</command:parameterValue><dev:type><maml:name>ManagementPackRule[]</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>For information about how to get a management group connection, type: Get-Help 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></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>-------------------------- EXAMPLE 1 -------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt; $Class = Get-SCOMClass -DisplayName "Memory"
PS C:\&gt;$Discovery = Get-SCOMDiscovery -DisplayName "Discover Windows Server Computers"
PS C:\&gt;$Session = Get-SCOMManagementGroupConnection -ComputerName "Server01.Contoso.com"
PS C:\&gt;Get-SCOMOverrideResult -Class $Class -Discovery $Discovery -SCSession $Session
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the class object named Memory and stores the object in the $Class variable. </maml:para><maml:para>The second command gets the discovery object with the display name "Discover Windows Server Computers" and stores the object in the $Discovery variable. </maml:para><maml:para>The third command gets the management group connection object for Server01 and stores the object in the $Session variable. </maml:para><maml:para>The last command gets the list of overrides for the specified discovery, scoped to the specified class, for the specified management group connection, and returns information about the override result to the 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; $Instance = Get-SCOMClassInstance -DisplayName " Operations Manager Agents"
PS C:\&gt;$Monitor = Get-SCOMMonitor -DisplayName "Management Service connectivity state"
PS C:\&gt;Get-SCOMOverrideResult -Instance $Instance -Monitor $Monitor
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the class instance object named Operations Manager Agents and stores the object in the $Instance variable. </maml:para><maml:para>The second command gets the monitor object with the display name "Management Service connectivity state" and stores the object in the $Monitor variable. </maml:para><maml:para>The last command gets the override result for the specified instance and monitor, and returns information about the override result to the user.</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; $Rule = Get-SCOMRule –DisplayName “Alert on Failed Power Shell Scripts”
PS C:\&gt;Get-SCOMClass –DisplayName “Memory” | Get-SCOMOverrideResult –Rule $Rule
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the monitoring rule object with the display name "Alert on Failed Power Shell Scripts” and stores the object in the $Rule variable.</maml:para><maml:para>The second command gets the class object named Memory and uses the pipeline operator to pass the object to Get-SCOMOverrideResult which gets the override result for the specified rule, scoped to the piped class object.</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; $Discovery = Get-SCOMDiscovery -DisplayName "Discover Windows Server Computers"
PS C:\&gt;Get-SCOMClassInstance -DisplayName " Operations Manager Agents" | Get-SCOMOverrideResult -Discovery $Discovery
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the discovery object with the display name "Discover Windows Server Computers" and stores the object in the $Discovery variable.</maml:para><maml:para>The second command gets the class instance object named Operations Manager Agents and uses the pipeline operator to pass the object to Get-SCOMOverrideResult which gets the override result for the specified discovery, scoped to the piped class instance object.</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=231734</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-SCOMParentManagementServer</command:name><maml:description><maml:para>Gets the management servers that an agent reports to.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMParentManagementServer</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMParentManagementServer cmdlet cmdlet gets the management servers that an agent reports to. </maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMParentManagementServer</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects. Enter a variable that represents the agents, or type a command that gets the agents.
 
For information about how to get an agent object, type Get-Help Get-SCAgent.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMParentManagementServer</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>GatewayServer</maml:name><maml:description><maml:para>Specifies a gateway management server.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</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>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects. Enter a variable that represents the agents, or type a command that gets the agents.
 
For information about how to get an agent object, type Get-Help Get-SCAgent.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</command:parameterValue><dev:type><maml:name>AgentManagedComputer[]</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>GatewayServer</maml:name><maml:description><maml:para>Specifies a gateway management server.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</command:parameterValue><dev:type><maml:name>ManagementServer[]</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>
-------------------------- EXAMPLE 1 --------------------------
</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMParentManagementServer -Agent (Get-SCAgent -Name "Server01.Contoso.com")
</dev:code><dev:remarks><maml:para>This command gets the management servers that the agent named Server01 reports to. </maml:para><maml:para>The command in parenthesis, which is executed first, gets the agent named Server01. The cmdlet then uses the InputObject parameter to pass the results of the command in parentheses to Get-SCOMParentManagementServer. Get-SCOMParentManagementServer then retrieves the management servers that the agent reports to.</maml:para><maml:para></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;$Agents = "Server*.Contoso.com" | Get-SCAgent
PS C:\&gt;Get-SCOMParentManagementServer -Agent $Agents
</dev:code><dev:remarks><maml:para>The first command gets agents that begin with "Server" in the Contoso.com domain by piping the name with a wildcard character into the Get-SCAgent cmdlet. The command stores the agents in the $Agents variable.</maml:para><maml:para>The second command gets the management servers that the agents stored in the $Agents variable report to.</maml:para><maml:para></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;"Server01.Contoso.com" | Get-SCAgent | Get-SCOMParentManagementServer
</dev:code><dev:remarks><maml:para>This command gets the agent named "Server01.Consoso.com" and returns the management servers that the agent reports to.</maml:para><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=239724</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-SCOMPendingManagement</command:name><maml:description><maml:para>Gets pending agent management actions.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMPendingManagement</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMPendingManagement gets pending agent management actions.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMPendingManagement</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="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. Specify a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMPendingManagement | Sort AgentName
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all pending management entries and sorts them by AgentName.</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-SCOMPendingManagement | where {$_.AgentPendingActionType -eq "ManualApproval"} | Sort AgentName
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the agent management entries that are pending with an action of "ManualApproval", and sorts the returned entries by AgentName.</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-SCOMPendingManagement | Group AgentPendingActionType | Sort -Descending Count | Select-object Name, Count
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all pending management entries, groups them by their pending action type, and then sorts them in descending order by the number of entries there are per action type group. It then returns the action type group name and number of entries in each group.</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=187733</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Approve-SCOMPendingManagement</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Deny-SCOMPendingManagement</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-SCOMRecovery</command:name><maml:description><maml:para>Gets a list of recoveries.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMRecovery</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMRecovery cmdlet gets a list of recoveries.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMRecovery</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMRecovery</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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMRecovery</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Id</maml:name><maml:description><maml:para>Specifies a Guid. This parameter takes one or more globally unique identifiers (Guids) and uses them to compare against the id property of the objects retrieved by this cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRecovery</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies a management pack. This parameter takes one or more management pack objects. Retrieve management pack objects using the Get-SCManagementPack cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPack[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRecovery</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies the monitors that this cmdlet should retrieve objects for.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRecovery</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="true" pipelineInput="true (ByValue)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies a name. This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRecovery</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Target</maml:name><maml:description><maml:para>Specifies the target classes to use to limit the results of this cmdlet. Retrieve classes using the Get-SCClass cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</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 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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="named"><maml:name>Id</maml:name><maml:description><maml:para>Specifies a Guid. This parameter takes one or more globally unique identifiers (Guids) and uses them to compare against the id property of the objects retrieved by this cmdlet.</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="named"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Specifies a management pack. This parameter takes one or more management pack objects. Retrieve management pack objects using 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="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Monitor</maml:name><maml:description><maml:para>Specifies the monitors that this cmdlet should retrieve objects for.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackMonitor[]</command:parameterValue><dev:type><maml:name>ManagementPackMonitor[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies a name. This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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. Specify a Management group connection object, such as one 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="named"><maml:name>Target</maml:name><maml:description><maml:para>Specifies the target classes to use to limit the results of this cmdlet. Retrieve classes using the Get-SCClass 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: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: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: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-SCOMRecovery –Name Microsoft.SystemCenter.HealthService.Recovery.*
 
</dev:code><dev:remarks><maml:para>This command gets all recoveries related to the Health Service.</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=221567</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-SCOMReportingSetting</command:name><maml:description><maml:para>Gets the reporting server settings for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMReportingSetting</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMReportingSetting cmdlet gets the reporting server settings for the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMReportingSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMReportingSetting
 
</dev:code><dev:remarks><maml:para>This command gets the reporting server settings for the management group.</maml:para><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/p/?LinkId=239482</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-SCOMResourcePool</command:name><maml:description><maml:para>Gets resource pools.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMResourcePool</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMResourcePool cmdlet gets the specified resource pools.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMResourcePool</maml:name><command:parameter required="false" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>EnableAutomaticMembership</maml:name><maml:description><maml:para>Returns only resource pools for which automatic membership is enabled. These resource pools contain only management servers.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Boolean</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. Specify a Management group connection object, such as one 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-SCOMResourcePool</maml:name><command:parameter required="true" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>EnableAutomaticMembership</maml:name><maml:description><maml:para>Returns only resource pools for which automatic membership is enabled. These resource pools contain only management servers.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Boolean</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. Specify a Management group connection object, such as one 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-SCOMResourcePool</maml:name><command:parameter required="false" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>EnableAutomaticMembership</maml:name><maml:description><maml:para>Returns only resource pools for which automatic membership is enabled. These resource pools contain only management servers.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Boolean</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. Specify a Management group connection object, such as one 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="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the resource pool with the specified GUID.</maml:para><maml:para>The GUID is stored in the Id property of the object that represents a resource pool. To get the GUID of a resource pool, type "Get-SCOMResourcePool | Format-Table DisplayName, Id".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMResourcePool</maml:name><command:parameter required="true" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="1"><maml:name>Member</maml:name><maml:description><maml:para>Specifies an object to include in the resource pool.</maml:para><maml:para>Valid objects that can be members of a resource pool include management servers and gateway servers. For information about how to get a management server object, type "Get-Help Get-SCOMManagementServer". For information about how to get a gateway server object, type "Get-Help Get-SCOMGatewayManagementServer".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ComputerHealthService[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>EnableAutomaticMembership</maml:name><maml:description><maml:para>Returns only resource pools for which automatic membership is enabled. These resource pools contain only management servers.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Boolean</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. Specify a Management group connection object, such as one 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-SCOMResourcePool</maml:name><command:parameter required="false" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>EnableAutomaticMembership</maml:name><maml:description><maml:para>Returns only resource pools for which automatic membership is enabled. These resource pools contain only management servers.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Boolean</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. Specify a Management group connection object, such as one 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="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object. This parameter takes one or more strings and looks for matches in the Name property of the given objects that this cmdlet works with.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMResourcePool</maml:name><command:parameter required="true" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="1"><maml:name>Observer</maml:name><maml:description><maml:para>Specifies a management server or a gateway management server that is not a member of the resource pool.</maml:para><maml:para>To make a resource pool highly available, you must add a minimum of three members to the pool, or two members and one observer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ComputerHealthService[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>EnableAutomaticMembership</maml:name><maml:description><maml:para>Returns only resource pools for which automatic membership is enabled. These resource pools contain only management servers.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Boolean</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. Specify a Management group connection object, such as one 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="" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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="" pipelineInput="true (ByValue)" position="named"><maml:name>EnableAutomaticMembership</maml:name><maml:description><maml:para>Returns only resource pools for which automatic membership is enabled. These resource pools contain only management servers.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue><dev:type><maml:name>Boolean</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the resource pool with the specified GUID.</maml:para><maml:para>The GUID is stored in the Id property of the object that represents a resource pool. To get the GUID of a resource pool, type "Get-SCOMResourcePool | Format-Table DisplayName, Id".</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="" pipelineInput="true (ByValue)" position="1"><maml:name>Member</maml:name><maml:description><maml:para>Specifies an object to include in the resource pool.</maml:para><maml:para>Valid objects that can be members of a resource pool include management servers and gateway servers. For information about how to get a management server object, type "Get-Help Get-SCOMManagementServer". For information about how to get a gateway server object, type "Get-Help Get-SCOMGatewayManagementServer".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ComputerHealthService[]</command:parameterValue><dev:type><maml:name>ComputerHealthService[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object. This parameter takes one or more strings and looks for matches in the Name property of the given objects that this cmdlet works with.</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="" pipelineInput="true (ByValue)" position="1"><maml:name>Observer</maml:name><maml:description><maml:para>Specifies a management server or a gateway management server that is not a member of the resource pool.</maml:para><maml:para>To make a resource pool highly available, you must add a minimum of three members to the pool, or two members and one observer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ComputerHealthService[]</command:parameterValue><dev:type><maml:name>ComputerHealthService[]</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. Specify a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMResourcePool -DisplayName *Management*, All*
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the resource pools with "Management" in their display name and resource pool names that begin with "All".</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-SCOMResourcePool -Name *02286611*
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the resource pools with "02286611" in their name.</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-SCOMResourcePool –Id 7413b06b-a95b-4ae3-98f2-dac9ff76dabd, 2ef74789-f9f5-46b0-af70-16d01d4f4577
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the resource pool with the Id of 7413b06b-a95b-4ae3-98f2-dac9ff76dabd of and the resource pool with the Id of 2ef74789-f9f5-46b0-af70-16d01d4f4577.</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; $Member = Get-SCOMManagementServer -Name "Member01"
PS C:\&gt;Get-SCOMResourcePool -Member $Member
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the member with the display name Member01 and stores it in the $Member variable.</maml:para><maml:para>The second command returns all resource pools for which Member01 (stored in the $Member variable) is a member.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
-------------------------- EXAMPLE 5 --------------------------
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt; $Observer = Get-SCOMManagementServer -Name "Observer01"
PS C:\&gt;Get-SCOMResourcePool -Observer $Observer
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the observer with the display name Observer01 and stores it in the $Observer variable.</maml:para><maml:para>The second command returns all resource pools for which Observer01 (stored in the $Observer variable) is an observer.</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=199889</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMResourcePool</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMResourcePool</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SCOMResourcePool</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-SCOMRMSEmulator</command:name><maml:description><maml:para>Gets the management server that hosts the RMS Emulator role.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMRMSEmulator</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMRMSEmulator cmdlet gets the management server that currently hosts the RMS Emulator role.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMRMSEmulator</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="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. Specify a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMRMSEmulator -Computername "Server01.Contoso.com"
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command establishes a temporary connection to Server01.Contoso.com and gets the management servers that holds the RMS Emulator role.</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=231740</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMRMSEmulator</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SCOMRMSEmulator</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-SCOMRule</command:name><maml:description><maml:para>Gets a list of monitoring rules.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMRule</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMRule cmdlet gets a list of monitoring rules.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMRule</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMRule</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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMRule</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the monitoring rule with the specified GUID.</maml:para><maml:para>The GUID is stored in the Id property of the object that represents an SCGroup. To get the GUID of a class, type "Get-SCOMGroup | Format-Table DisplayName, Id".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRule</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Retrieves monitoring rules for one or more specified management pack objects. Enter a variable that represents the management packs, or type a command that gets the management packs.</maml:para><maml:para>For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMRule</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="true" pipelineInput="true (ByValue)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object.</maml:para><maml:para>This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRule</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Target</maml:name><maml:description><maml:para>Retrieves monitoring rules for one or more specified target class objects. Enter a variable that represents the target classes, or type a command that gets the target classes.</maml:para><maml:para>For information about how to get a class object, type Get-Help Get-SCOMClass.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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="named"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the monitoring rule with the specified GUID.</maml:para><maml:para>The GUID is stored in the Id property of the object that represents an SCGroup. To get the GUID of a class, type "Get-SCOMGroup | Format-Table DisplayName, Id".</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>Retrieves monitoring rules for one or more specified management pack objects. Enter a variable that represents the management packs, or type a command that gets the management packs.</maml:para><maml:para>For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</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="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object.</maml:para><maml:para>This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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. Specify a Management group connection object, such as one 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>Retrieves monitoring rules for one or more specified target class objects. Enter a variable that represents the target classes, or type a command that gets the target classes.</maml:para><maml:para>For information about how to get a class object, type Get-Help Get-SCOMClass.</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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMRule -Name *health*
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all monitoring rules with "health" in their name.</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-SCOMRule -DisplayName *performance*
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all monitoring rules with "performance" in their display name.</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-SCOMManagementPack -DisplayName "System Center Core Monitoring" | Get-SCOMRule
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all management packs with "System Center Core Monitoring" in their display name. It then uses the pipeline operator (|) to send the management pack objects to the Get-SCOMRule cmdlet which gets the monitoring rules for each management pack object.</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-SCOMRule -Target (Get-SCOMClass -DisplayName *health*)
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the monitoring rules for each target class with "health" in their display name.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
  
-------------------------- EXAMPLE 5 --------------------------
  
  
                      </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$MPFile = "D:\Program Files\System Center Operations Manager 2007\Microsoft.SystemCenter.2007.mp"
PS C:\&gt;Get-SCOMRule -ManagementPack $MPFile
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the path to a management pack file and saves it in the $MPFile variable.</maml:para><maml:para>The second command uses the ManagementPack parameter to get the monitoring rules contained in the management pack stored in the $MPFile variable.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
  
-------------------------- EXAMPLE 6 --------------------------
  
  
                      </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMRule -Id 7413b06b-a95b-4ae3-98f2-dac9ff76dabd
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This example gets the monitoring rule with an Id of 7413b06b-a95b-4ae3-98f2-dac9ff76dabd.</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=187706</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClass</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Disable-SCOMRule</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Enable-SCOMRule</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-SCOMRunAsProfile</command:name><maml:description><maml:para>Gets a list of Run As profiles.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMRunAsProfile</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMRunAsProfile cmdlet gets a list of Run As profiles.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMRunAsProfile</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMRunAsProfile</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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMRunAsProfile</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the Run As profile with the specified GUID.</maml:para><maml:para>An Id is a GUID that uniquely identifies an object on a local or remote computer. The GUID is unique, even when you have multiple sessions running in Windows PowerShell.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRunAsProfile</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Retrieves the Run As profiles for one or more management pack objects. Enter a variable that represents the management packs, or type a command that gets the management packs.</maml:para><maml:para>For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMRunAsProfile</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="true" pipelineInput="true (ByValue)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object.</maml:para><maml:para>This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</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 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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="named"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the Run As profile with the specified GUID.</maml:para><maml:para>An Id is a GUID that uniquely identifies an object on a local or remote computer. The GUID is unique, even when you have multiple sessions running in Windows PowerShell.</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>Retrieves the Run As profiles for one or more management pack objects. Enter a variable that represents the management packs, or type a command that gets the management packs.</maml:para><maml:para>For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</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="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object.</maml:para><maml:para>This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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. Specify a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>Microsoft.EnterpriseManagement.Configuration.MonitoringSecureReference</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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-SCOMRunAsProfile -Name Microsoft.SystemCenter*
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the Run As profiles that have a name beginning with "Microsoft.SystemCenter".</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-SCOMRunAsProfile -DisplayName "Automatic Agent Management Account"
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the Run As profile with the display name of "Automatic Agent Management Account".</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-SCOMRunAsProfile -Id 7413b06b-a95b-4ae3-98f2-dac9ff76dabd
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the Run As profile with an Id of 7413b06b-a95b-4ae3-98f2-dac9ff76dabd.</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-SCOMManagementPack -displayname "System Center Core Library" | Get-SCOMRunAsProfile
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the management pack named "System Center Core Library" and uses the pipeline operator (|) to pass the management pack object to the Get-SCOMRunAsProfile cmdlet which gets all of the Run As profiles for the management pack object.</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=191955</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SCOMRunAsProfile</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-SCOMTask</command:name><maml:description><maml:para>Gets a list of tasks.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMTask</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMTask cmdlet gets a list of tasks.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMTask</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMTask</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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMTask</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the task with the specified GUID.</maml:para><maml:para>The GUID is stored in the Id property of the object that represents an SCOMTask. To get the GUID of a task, type "Get-SCOMTask | Format-Table DisplayName, Id".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMTask</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Retrieves tasks for one or more class instance objects. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMTask</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementPack</maml:name><maml:description><maml:para>Retrieves tasks for one or more management pack objects. Enter a variable that represents the management packs, or type a command that gets the management packs.</maml:para><maml:para>For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMTask</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="true" pipelineInput="false" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object.</maml:para><maml:para>This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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>SCSession</maml:name><maml:description><maml:para>Specifies a connection to a management server. The default is the current management group connection. Specify a Management group connection object, such as one 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-SCOMTask</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true (ByValue)" position="named"><maml:name>Target</maml:name><maml:description><maml:para>Retrieves tasks for one or more specified target class objects. Enter a variable that represents the target classes, or type a command that gets the target classes.</maml:para><maml:para>For information about how to get a class object, type Get-Help Get-SCOMClass.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</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 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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="named"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the task with the specified GUID.</maml:para><maml:para>The GUID is stored in the Id property of the object that represents an SCOMTask. To get the GUID of a task, type "Get-SCOMTask | Format-Table DisplayName, Id".</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>Retrieves tasks for one or more class instance objects. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</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>Retrieves tasks for one or more management pack objects. Enter a variable that represents the management packs, or type a command that gets the management packs.</maml:para><maml:para>For information about how to get a management pack object, type Get-Help Get-SCOMManagementPack.</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="true" pipelineInput="false" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object.</maml:para><maml:para>This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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. Specify a Management group connection object, such as one 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="named"><maml:name>Target</maml:name><maml:description><maml:para>Retrieves tasks for one or more specified target class objects. Enter a variable that represents the target classes, or type a command that gets the target classes.</maml:para><maml:para>For information about how to get a class object, type Get-Help Get-SCOMClass.</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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMTask -Name *health*
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all tasks with "health" in their name.</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-SCOMTask -DisplayName "Stop*"
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all tasks that have a display name beginning with "Stop".</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-SCOMManagementPack -DisplayName "System Center Core*" | Get-SCOMTask -ErrorAction SilentlyContinue
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all tasks for the management packs with "System Center Core" in their display name. By using the ErrorAction parameter with the SilentlyContinue value, if the command encounters a management pack with no associated tasks, the command will continue to run, and will not display errors.</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-SCOMClass -Name *health* | Get-SCOMTask
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all tasks for classes with "health" in their name.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
  
-------------------------- EXAMPLE 5 --------------------------
  
  
                      </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMClassInstance -Name *.Contoso.com | Get-SCOMTask
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all tasks for class instances that have "Contoso.com" in their name.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
  
-------------------------- EXAMPLE 6 --------------------------
  
  
                      </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMTask -Id 7413b06b-a95b-4ae3-98f2-dac9ff76dabd
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the task with an Id of 7413b06b-a95b-4ae3-98f2-dac9ff76dabd.</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=187714</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClass</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementPack</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMTaskResult</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Start-SCOMTask</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-SCOMTaskResult</command:name><maml:description><maml:para>Gets the results for tasks that have run.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMTaskResult</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMTaskResult cmdlet gets the results for tasks that have run.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMTaskResult</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMTaskResult</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>BatchID</maml:name><maml:description><maml:para>Retrieves task results for a batch in which a task was run.</maml:para><maml:para>A Batch Id is a GUID that uniquely identifies the batch in which a task was run.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMTaskResult</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the task results with the specified Id.</maml:para><maml:para>An Id is a GUID that uniquely identifies an object on a local or remote computer. The GUID is unique, even when you have multiple sessions running in Windows PowerShell.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMTaskResult</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Instance</maml:name><maml:description><maml:para>Retrieves task results for one or more specified class instance objects. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMTaskResult</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Task</maml:name><maml:description><maml:para>Retrieves task results for one or more specified task objects. Enter a variable that represents the tasks, or type a command that gets the tasks.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMTask.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackTask[]</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 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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>BatchID</maml:name><maml:description><maml:para>Retrieves task results for a batch in which a task was run.</maml:para><maml:para>A Batch Id is a GUID that uniquely identifies the batch in which a task was run.</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>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="false" pipelineInput="true (ByValue)" position="1"><maml:name>Id</maml:name><maml:description><maml:para>Retrieves the task results with the specified Id.</maml:para><maml:para>An Id is a GUID that uniquely identifies an object on a local or remote computer. The GUID is unique, even when you have multiple sessions running in Windows PowerShell.</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>Retrieves task results for one or more specified class instance objects. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</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="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. Specify a Management group connection object, such as one 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>Task</maml:name><maml:description><maml:para>Retrieves task results for one or more specified task objects. Enter a variable that represents the tasks, or type a command that gets the tasks.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMTask.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackTask[]</command:parameterValue><dev:type><maml:name>ManagementPackTask[]</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: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: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-SCOMTask -Name *SystemCenter* | -Get-SCOMTaskResult -ErrorAction SilentlyContinue
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all tasks with "SystemCenter" in their name, and then returns the task results for those tasks.
By using the ErrorAction parameter with a value of SilentlyContinue, tasks that do not have matching task results will not show an error.</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 -displayname "*.Consoso.com" | Get-SCOMTaskResult -ErrorAction SilentlyContinue
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all class instances in the Contoso.com domain and then returns the task results for each class instance object.</maml:para><maml:para>By using the ErrorAction parameter with a value of SilentlyContinue, class instances that do not have matching task results will not show an error.</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-SCOMTaskResult -Id 7413b06b-a95b-4ae3-98f2-dac9ff76dabd
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the task results with an Id of 7413b06b-a95b-4ae3-98f2-dac9ff76dabd.</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-SCOMTaskResult -BatchId 2ef74789-f9f5-46b0-af70-16d01d4f4577
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the task results with a BatchId of 2ef74789-f9f5-46b0-af70-16d01d4f4577.</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=187716</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMTask</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Start-SCOMTask</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-SCOMUserRole</command:name><maml:description><maml:para>Gets user roles.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMUserRole</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMUserRole cmdlet gets user roles.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMUserRole</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user.</maml:para><maml:para>Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMUserRole</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 an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user.</maml:para><maml:para>Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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-SCOMUserRole</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user.</maml:para><maml:para>Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the Guid of an object. This parameter takes one or more globally unique identifiers (Guids) and uses them to compare against the id property of the objects retrieved by this cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMUserRole</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user.</maml:para><maml:para>Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object. This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</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 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user.</maml:para><maml:para>Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="false" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</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="named"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the Guid of an object. This parameter takes one or more globally unique identifiers (Guids) and uses them to compare against the id property of the objects retrieved by this cmdlet.</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="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of an object. This parameter takes one or more strings and will look for matches in the Name property of the given objects that this cmdlet works with.</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. Specify a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMUserRole -Name OperationsManagerReadOnlyOperators
</dev:code><dev:remarks><maml:para>This command gets the user role information for the OperationsManagerReadOnlyOperators role.</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=187725</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-SCOMWebAddressSetting</command:name><maml:description><maml:para>Gets the web console and online product knowledge addresses for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMWebAddressSetting</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMWebAddressSetting cmdlet gets the web console and online product knowledge addresses for the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMWebAddressSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMWebAddressSetting
 
</dev:code><dev:remarks><maml:para>This command gets the web console and online product knowledge addresses for the management group.</maml:para><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/p/?LinkId=239483</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>Install-SCOMAgent</command:name><maml:description><maml:para>Deploys one or more System Center Management agents using push install.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Install</command:verb><command:noun>SCOMAgent</command:noun><dev:version /></command:details><maml:description><maml:para>The Install-SCOMAgent cmdlet deploys one or more System Center Operations Manager agents using push install.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Install-SCOMAgent</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>ActionAccount</maml:name><maml:description><maml:para>Specifies the credentials under which the deployment task will run. If this parameter is omitted or has a null value, the default action account of the management server that will manage the agent is used.</maml:para><maml:para>This is not the action account that the agent will use after it is installed on the computer. By default, the action account the agent will use is set to Local System, but can be changed using the AgentActionAccount parameter.</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>AgentActionAccount</maml:name><maml:description><maml:para>Specifies the action account that the agent will use after it is installed on a computer. If this parameter is omitted, the Local System account is used. Enter a variable that represents an action account, or type a command that gets the action account. For information about how to get action accounts, type Get-Help Get-SCOMRunAsAccount.</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>Returns an object representing the agent. 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="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named"><maml:name>DNSHostName</maml:name><maml:description><maml:para>Specifies the name of a Domain Name System (DNS) host.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PrimaryManagementServer</maml:name><maml:description><maml:para>Specifies the primary management server for the agent. Enter a variable that represents the management server, or type a command that gets the management server.</maml:para><maml:para>For information about how to get a management server object, type Get-Help Get-SCOMManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</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>ActionAccount</maml:name><maml:description><maml:para>Specifies the credentials under which the deployment task will run. If this parameter is omitted or has a null value, the default action account of the management server that will manage the agent is used.</maml:para><maml:para>This is not the action account that the agent will use after it is installed on the computer. By default, the action account the agent will use is set to Local System, but can be changed using the AgentActionAccount parameter.</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>AgentActionAccount</maml:name><maml:description><maml:para>Specifies the action account that the agent will use after it is installed on a computer. If this parameter is omitted, the Local System account is used. Enter a variable that represents an action account, or type a command that gets the action account. For information about how to get action accounts, type Get-Help Get-SCOMRunAsAccount.</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="false" globbing="false" pipelineInput="false" position="named"><maml:name>PrimaryManagementServer</maml:name><maml:description><maml:para>Specifies the primary management server for the agent. Enter a variable that represents the management server, or type a command that gets the management server.</maml:para><maml:para>For information about how to get a management server object, type Get-Help Get-SCOMManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</command:parameterValue><dev:type><maml:name>ManagementServer</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="named"><maml:name>DNSHostName</maml:name><maml:description><maml:para>Specifies the name of a Domain Name System (DNS) host.</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="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the agent. 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="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: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: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;$PrimaryMgmtServer = Get-SCOMManagementServer -Name "MgmtServer01.Contoso.com"
PS C:\&gt;Install-SCOMAgent -Name "Server01.Contoso.com" -PrimaryManagementServer $PrimaryMgmtServer
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the management server named "MgmtServer01.Contoso.com" and stores it in the $PrimaryMgmtServer variable.</maml:para><maml:para>The second command installs an agent on Server01.Contoso.com, and sets its primary management server to the management server stored in the $PrimaryMgmtServer variable.</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;$InstallAccount = Get-Credential
PS C:\&gt;$PrimaryMgmtServer = Get-SCOMManagementServer -Name "MgmtServer01.Contoso.com"
PS C:\&gt;Install-SCOMAgent -Name "Server01.Contoso.com" -PrimaryManagementServer $PrimaryMgmtServer -ActionAccount $InstallAccount
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command prompts the user for credentials and stores them in the $InstallAccount variable.</maml:para><maml:para>The second command gets the management server named "MgmtServer01.Contoso.com" and stores it in the $PrimaryMgmtServer variable.</maml:para><maml:para>The third command installs an agent on Server01.Contoso.com using the credentials supplied in the $InstallAccount varialbe, and sets the primary management server for the agent to the management server stored in the $PrimaryMgmtServer variable.</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;$Agents = "DC1.contoso.com","DC2.contoso.com","DC3.contoso.com"
PS C:\&gt;$InstallAccount = Get-Credential
PS C:\&gt;$AgentActionAccount = Get-Credential Contoso\ActionAccount
PS C:\&gt;$PrimaryMgmtServer = Get-SCOMManagementserver -Name MgmtServer01.contoso.com
PS C:\&gt;$Install-SCOMAgent -Name $Agents -PrimaryManagementServer $PrimaryMgmtServer -ActionAccount $InstallAccount -AgentActionAccount $AgentActionAccount -Confirm
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command stores the name of three computers in the $Agents variable.</maml:para><maml:para>The second command prompts the user for credentials and stores them in the $InstallAccount variable.</maml:para><maml:para>The third command prompts the user for a password for a user account named ActionAccount in the Contoso domain and stores the credentials in the $AgentActionAccount variable.</maml:para><maml:para>The fourth command gets the management server named "MgmtServer01.Contoso.com" and stores it in the $PrimaryMgmtServer variable.</maml:para><maml:para>The fifth command installs an agent on the three computers using the credentials supplied in the $InstallAccount variable, sets the primary management server for the agent to the management server stored in the $PrimaryMgmtServer variable, and sets the agent action account to the ActionAccount 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/?LinkID=187734</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMRunAsAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMAgent</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementServer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Uninstall-SCOMAgent</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>Join-SCOMCEIP</command:name><maml:description><maml:para>Enables Operations Manager CEIP data collection on the local computer.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Join</command:verb><command:noun>SCOMCEIP</command:noun><dev:version /></command:details><maml:description><maml:para>The Join-SCOMCEIP cmdlet enables Operations Manager Customer Experience Improvement Program (CEIP) data collection on the local computer. If enabled, it collects usage and performace data from the Operations Manager UI and cmdlets.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Join-SCOMCEIP</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;Join-SCOMCEIP
 
</dev:code><dev:remarks><maml:para>This command enables Operations Manager CEIP data collection on the local computer.</maml:para><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/p/?LinkId=239484</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-SCOMLocation</command:name><maml:description><maml:para>Creates a location to which you can assign agents.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SCOMLocation</command:noun><dev:version /></command:details><maml:description><maml:para>The New-SCOMLocation cmdlet creates a location to which you can assign agents. These locations display in the Web Application Availability Monitoring Summary Map Dashboard.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>New-SCOMLocation</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 display name of the location.</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type Get-Help 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="true (ByValue)" position="named"><maml:name>Latitude</maml:name><maml:description><maml:para>Specifies the latitude for a location in decimal degrees.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Longitude</maml:name><maml:description><maml:para>Specifies the longitude for a location in decimal degrees.</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the location.</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="named"><maml:name>Latitude</maml:name><maml:description><maml:para>Specifies the latitude for a location in decimal degrees.</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="named"><maml:name>Longitude</maml:name><maml:description><maml:para>Specifies the longitude for a location in decimal degrees.</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 is the current management group connection.</maml:para><maml:para>For information about how to get a management group connection, type Get-Help 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></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>-------------------------- EXAMPLE 1 -------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt; New-SCOMLocation –DisplayName “Seattle, WA” –Latitude 47.6063889 –Longitude -122.330833
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command creates a location with a display name of Seattle, WA, specifying the latitude and longitude of Seattle, and then displays information about the location to the 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/?LinkId=235473</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMLocation</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SCOMLocation</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMLocation</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Update-SCOMLocation</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-SCOMResourcePool</command:name><maml:description><maml:para>Creates a resource pool.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>New</command:verb><command:noun>SCOMResourcePool</command:noun><dev:version /></command:details><maml:description><maml:para>The New-SCOMResourcePool cmdlet creates a resource pool. The new resource pool can contain management servers or gateway servers.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>New-SCOMResourcePool</maml:name><command:parameter required="true" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running Windows PowerShell.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="2"><maml:name>Member</maml:name><maml:description><maml:para>Specifies an object to include in the resource pool.</maml:para><maml:para>Valid objects that can be members of a resource pool include management servers or gateway servers. For information about how to get a management server object, type Get-Help Get-SCOMManagementServer. For information about how to get a gateway server object, type Get-Help Get-SCOMGatewayManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ComputerHealthService[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>Specifies a description for the resource pool. The maximum character length for this parameter is 4,000.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>Observer</maml:name><maml:description><maml:para>Specifies a management server or a gateway management server that is not a member of the resource pool.</maml:para><maml:para>To make a resource pool highly available, you must add a minimum of three members to the pool, or two members and one observer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ComputerHealthService[]</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. Specify a Management group connection object, such as one 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="" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="" pipelineInput="true (ByValue)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>Specifies a description for the resource pool. The maximum character length for this parameter is 4,000.</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="" pipelineInput="true (ByValue)" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of an object. This parameter takes one or more strings and will look for matches in the DisplayName property of the given objects that this cmdlet works with. DisplayName values may vary depending on which localized management packs are imported into the management group and the locale of the user running 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="" pipelineInput="true (ByValue)" position="2"><maml:name>Member</maml:name><maml:description><maml:para>Specifies an object to include in the resource pool.</maml:para><maml:para>Valid objects that can be members of a resource pool include management servers or gateway servers. For information about how to get a management server object, type Get-Help Get-SCOMManagementServer. For information about how to get a gateway server object, type Get-Help Get-SCOMGatewayManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ComputerHealthService[]</command:parameterValue><dev:type><maml:name>ComputerHealthService[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>Observer</maml:name><maml:description><maml:para>Specifies a management server or a gateway management server that is not a member of the resource pool.</maml:para><maml:para>To make a resource pool highly available, you must add a minimum of three members to the pool, or two members and one observer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ComputerHealthService[]</command:parameterValue><dev:type><maml:name>ComputerHealthService[]</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. Specify a Management group connection object, such as one 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: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: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-SCOMResourcePool -DisplayName "Pool01" -Member (Get-SCOMManagementServer) –PassThru
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command creates a resource pool named Pool01 that contains all management servers.
 
The command in parentheses, which is executed first, gets all management servers. The cmdlet then passes the results of the command in parentheses to the New-SCOMResourcePool cmdlet. New-SCOMResourcePool then creates the resource pool and adds the management servers.
 
Note: Because the management servers are added to this resource pool manually, this resource pool will not have automatic membership enabled, and all future members will need to be added manually.</maml:para><maml:para></maml:para><maml:para></maml:para><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=199889</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMResourcePool</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMResourcePool</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SCOMResourcePool</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-SCOMADAgentAssignment</command:name><maml:description><maml:para>Deletes an Active Directory agent assignment from the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMADAgentAssignment</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMADAgentAssignment cmdlet deletes an Active Directory agent assignment from the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMADAgentAssignment</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection 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="true (ByValue)" position="named"><maml:name>AgentAssignment</maml:name><maml:description><maml:para>The agent assignment to remove.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">AgentAssignment</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PrimaryServer</maml:name><maml:description><maml:para>The primary management server used for the agent assignment being removed. This parameter is automatically populated when you pipe input from the Get-SCOMADAgentAssignment cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</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="named"><maml:name>AgentAssignment</maml:name><maml:description><maml:para>The agent assignment to remove.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">AgentAssignment</command:parameterValue><dev:type><maml:name>AgentAssignment</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PrimaryServer</maml:name><maml:description><maml:para>The primary management server used for the agent assignment being removed. This parameter is automatically populated when you pipe input from the Get-SCOMADAgentAssignment cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</command:parameterValue><dev:type><maml:name>ManagementServer</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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMManagementServer "OMServer01*" | Get-SCOMADAgentAssignment | Remove-SCOMADAgentAssignment
 
</dev:code><dev:remarks><maml:para>This command deletes all Active Directory agent assignments from server OMServer01.</maml:para><maml:para></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-SCOMADAgentAssignment -Domain "contoso.com" | Remove-SCOMADAgentAssignment
 
</dev:code><dev:remarks><maml:para>This command deletes all Active Directory agent assignments for the domain contoso.com.</maml:para><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/p/?LinkId=239485</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-SCOMAgentlessManagedComputer</command:name><maml:description><maml:para>Removes a computer that is not managed by an agent.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMAgentlessManagedComputer</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMAgentlessManagedComputer cmdlet removes a computer that is not managed by an agent.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMAgentlessManagedComputer</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Computer</maml:name><maml:description><maml:para>Specifies the agentless managed computer or computers to remove. Retrieve these objects using the Get-SCOMAgentlessManagedComputer cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">RemotelyManagedComputer[]</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>Computer</maml:name><maml:description><maml:para>Specifies the agentless managed computer or computers to remove. Retrieve these objects using the Get-SCOMAgentlessManagedComputer cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">RemotelyManagedComputer[]</command:parameterValue><dev:type><maml:name>RemotelyManagedComputer[]</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: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: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-SCOMAgentlesslyManagedComputer cory2008* | Remove-SCOMAgentlesslyManagedComputer -Confirm
 
 
</dev:code><dev:remarks><maml:para>This examples first gets all computers with “cory2008” in the name and then removes them from being managed agentlessly.</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></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=187738</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-SCOMAlertResolutionState</command:name><maml:description><maml:para>Removes a custom alert resolution state from the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMAlertResolutionState</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMAlertResolutionSate removes a custom alert resolution state from the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMAlertResolutionState</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named"><maml:name>ResolutionState</maml:name><maml:description><maml:para>The custom resolution state to remove.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringAlertResolutionState[]</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" pipelineInput="true (ByValue, ByPropertyName)" position="named"><maml:name>ResolutionState</maml:name><maml:description><maml:para>The custom resolution state to remove.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringAlertResolutionState[]</command:parameterValue><dev:type><maml:name>MonitoringAlertResolutionState[]</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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;Add-SCOMAlertResolutionState -Name Investigating -ResolutionStateCode 10
 
PS C:\&gt;Get-SCOMAlertResolutionState -Name Investigating | Remove-SCOMAlertResolutionState
 
</dev:code><dev:remarks><maml:para>This example adds a new custom alert resolution state named "Investigating", and then removes it.</maml:para><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/p/?LinkId=239486</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-SCOMConnector</command:name><maml:description><maml:para>Removes a connector from the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMConnector</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMConnector cmdlet removes a connector from the management group, disabling any transmission of information to that connector.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMConnector</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Connector</maml:name><maml:description><maml:para>One or more monitoring connectors</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringConnector[]</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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 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. 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="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Connector</maml:name><maml:description><maml:para>One or more monitoring connectors</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringConnector[]</command:parameterValue><dev:type><maml:name>MonitoringConnector[]</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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMConnector "CustomConnector01" | Remove-SCOMConnector
 
</dev:code><dev:remarks><maml:para>This command deletes the CustomConnector01 connector.</maml:para><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/p/?LinkId=239487</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-SCOMDisabledClassInstance</command:name><maml:description><maml:para>Deletes all class instances for which discovery has been disabled by using an override.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMDisabledClassInstance</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMDisabledClassInstance cmdlet deletes all class instances for which discovery has been disabled by using an override. All the relationships that involve these class instances are also deleted.</maml:para><maml:para>Warning - This operation will result in class instances and relationships being permanently deleted. This operation is irreversible and will likely result in a significant amount of activity in the operational database.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMDisabledClassInstance</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="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. Specify a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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; Remove-SCOMDisabledClassInstance
</dev:code><dev:remarks><maml:para>This command runs the Remove-SCOMDisabledClassInstance cmdlet interactively.</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; start-job -command "Remove-SCDisabledClassInstances"
 
</dev:code><dev:remarks><maml:para>This command runs the cmdlet as a job so that it runs asynchronously.</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=187730</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-SCOMLocation</command:name><maml:description><maml:para>Removes a location.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMLocation</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMocation cmdlet removes a location.For more information about locations, type: Get-Help New-SCOMLocation -detailed.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMLocation</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects. Enter a variable that represents the agents, or type a command that gets the agents.</maml:para><maml:para>For information about how to get agents, type Get-Help Get-SCOMAgent.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type Get-Help 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:syntaxItem><maml:name>Remove-SCOMLocation</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Location</maml:name><maml:description><maml:para>Specifies a location object.</maml:para><maml:para>For information about how to get a location, type Get-Help Get-SCOMLocation.</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type Get-Help 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:syntaxItem><maml:name>Remove-SCOMLocation</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementServer</maml:name><maml:description><maml:para>Specifies a primary management server object. For information about how to get a management server object, type Get-Help Get-SCOMManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type Get-Help 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:syntaxItem><maml:name>Remove-SCOMLocation</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Pool</maml:name><maml:description><maml:para>Specifies one or more resource pool objects. Enter a variable that represents the resource pools, or type a command that gets the resource pools.</maml:para><maml:para>For information about how to get a resource pool object, type "Get-Help Get-SCOMResourcePool".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServicePool[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>For information about how to get a management group connection, type Get-Help 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="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects. Enter a variable that represents the agents, or type a command that gets the agents.</maml:para><maml:para>For information about how to get agents, type Get-Help Get-SCOMAgent.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</command:parameterValue><dev:type><maml:name>AgentManagedComputer[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="false" pipelineInput="true (ByValue)" position="1"><maml:name>Location</maml:name><maml:description><maml:para>Specifies a location object.</maml:para><maml:para>For information about how to get a location, type Get-Help Get-SCOMLocation.</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>ManagementServer</maml:name><maml:description><maml:para>Specifies a primary management server object. For information about how to get a management server object, type Get-Help Get-SCOMManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</command:parameterValue><dev:type><maml:name>ManagementServer[]</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>Pool</maml:name><maml:description><maml:para>Specifies one or more resource pool objects. Enter a variable that represents the resource pools, or type a command that gets the resource pools.</maml:para><maml:para>For information about how to get a resource pool object, type "Get-Help Get-SCOMResourcePool".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServicePool[]</command:parameterValue><dev:type><maml:name>ManagementServicePool[]</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>For information about how to get a management group connection, type Get-Help 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></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>------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt; $Location = Get-SCOMLocation -DisplayName “Seattle, WA”
PS C:\&gt;Remove-SCOMLocation -Location $Location
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the location object with the display name of Seattle, WA and stores the object in the $Location variable. </maml:para><maml:para>The second command deletes the location stored in $Location, in this case, the location named Seattle, WA.</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; $Agent = Get-SCOMAgent –Name “Server01.Contoso.com”
PS C:\&gt;Remove-SCOMLocation -Agent $Agent
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the agent object named Server01 and stores the object in the $Agent variable.</maml:para><maml:para>The second command removes the location association from the agent-managed computer stored in $Agent. This action does not delete the location itself.</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; $MgmtServer = Get-SCOMManagementServer –Name “MgmtServer01.Contoso.com”
PS C:\&gt;Remove-SCOMLocation -ManagementServer $MgmtServer
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the management server object named MgmtServer01 and stores the object in the $MgmtServer variable.</maml:para><maml:para>The second command removes the location association from the management server stored in $MgmtServer. This action does not delete the location itself.</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; $Pool = Get-SCOMResourcePool –Name “Notifications Resource Pool”
PS C:\&gt;Remove-SCOMLocation -Pool $Pool
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the resource pool object named Notifications Resource Pool and stores the object in the $Pool variable.</maml:para><maml:para>The second command removes the location association from the resource pool stored in $Pool. This action does not delete the location itself.</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=235484</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMLocation</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMLocation</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SCOMLocation</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-SCOMNotificationChannel</command:name><maml:description><maml:para>Removes a notification channel from the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMNotificationChannel</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMNotificationChannel cmdlet removes a notification channel from the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMNotificationChannel</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Action</maml:name><maml:description><maml:para>The notification action used in the channel being removed. This parameter is automatically populated when you pipe input from Get-SCOMNotificationChannel.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">NotificationAction</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>Endpoint</maml:name><maml:description><maml:para>The notification endpoint used in the channel being removed. This parameter is automatically populated when you pipe input from Get-SCOMNotificationChannel.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">NotificationEndpoint</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Action</maml:name><maml:description><maml:para>The notification action used in the channel being removed. This parameter is automatically populated when you pipe input from Get-SCOMNotificationChannel.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">NotificationAction</command:parameterValue><dev:type><maml:name>NotificationAction</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="2"><maml:name>Endpoint</maml:name><maml:description><maml:para>The notification endpoint used in the channel being removed. This parameter is automatically populated when you pipe input from Get-SCOMNotificationChannel.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">NotificationEndpoint</command:parameterValue><dev:type><maml:name>NotificationEndpoint</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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMNotificationChannel "EmailMeWhenAnythingHappens" | Remove-SCOMNotificationChannel
 
</dev:code><dev:remarks><maml:para>This command removes the EmailMeWhenAnythingHappens channel.</maml:para><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/p/?LinkId=239488</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-SCOMNotificationSubscriber</command:name><maml:description><maml:para>Removes a notification subscriber from the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMNotificationSubscriber</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMNotificationSubscriber cmdlet removes a notification subscriber from the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMNotificationSubscriber</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Recipient</maml:name><maml:description><maml:para>The notification subscriber being removed.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">NotificationRecipient[]</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Recipient</maml:name><maml:description><maml:para>The notification subscriber being removed.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">NotificationRecipient[]</command:parameterValue><dev:type><maml:name>NotificationRecipient[]</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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMNotificationSubscriber "Katarina" | Remove-SCOMNotificationSubscriber
 
</dev:code><dev:remarks><maml:para>This command removes the "Katarina" notification subscriber.</maml:para><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/p/?LinkId=239489</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-SCOMNotificationSubscription</command:name><maml:description><maml:para>Removes a notification subscription from the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMNotificationSubscription</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMNotificationSubscription cmdlet removes a notification subscription from the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMNotificationSubscription</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Subscription</maml:name><maml:description><maml:para>The notification subscription to remove.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">NotificationSubscription[]</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Subscription</maml:name><maml:description><maml:para>The notification subscription to remove.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">NotificationSubscription[]</command:parameterValue><dev:type><maml:name>NotificationSubscription[]</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: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: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-SCOMNotificationSubscription "Subscription01" | Remove-SCOMNotificationSubscription
 
</dev:code><dev:remarks><maml:para>This command removes the Subscription01 notification subscription.</maml:para><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/p/?LinkId=239490</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-SCOMResourcePool</command:name><maml:description><maml:para>Removes one or more resource pools.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMResourcePool</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMResourcePool cmdlet removes one or more resource pools.</maml:para><maml:para>This cmdlet requires a SCOMResourcePool object. For information about how to get a resource pool object, type "Get-Help Get-SCOMResourcePool".</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMResourcePool</maml:name><command:parameter required="true" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="1"><maml:name>ResourcePool</maml:name><maml:description><maml:para>Specifies one or more resource pool objects. Enter a variable that represents the resource pools, or type a command that gets the resource pools.</maml:para><maml:para>For information about how to get a resource pool object, type "Get-Help Get-SCOMResourcePool".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServicePool[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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="" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="" pipelineInput="true (ByValue)" position="1"><maml:name>ResourcePool</maml:name><maml:description><maml:para>Specifies one or more resource pool objects. Enter a variable that represents the resource pools, or type a command that gets the resource pools.</maml:para><maml:para>For information about how to get a resource pool object, type "Get-Help Get-SCOMResourcePool".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServicePool[]</command:parameterValue><dev:type><maml:name>ManagementServicePool[]</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. Specify a Management group connection object, such as one 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: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: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-SCOMResourcePool -DisplayName Pool01* | Remove-SCOMResourcePool -Confirm
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all resource pools that have a display name beginning with "Pool01". It then prompts the user for confirmation before removing the resource pool.</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=199892</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCResourcePool</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCResourcePool</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SCResourcePool</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-SCOMRMSEmulator</command:name><maml:description><maml:para>Removes the RMS Emulator Role.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMRMSEmulator</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMRMSEmulator cmdlet removes the RMS Emulator Role from the management group. It will prompt you to validate that you actually want to perform this action.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMRMSEmulator</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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="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. Specify a Management group connection object, such as one 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: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: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;Remove-SCOMRMSEmulator -ComputerName "Server01.Contoso.com" -Confirm
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command removes the RMS Emulator role from Server01, prompting for confirmation prior to performing the operation.</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=231751</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMRMSEmulator</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMRMSEmulator</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-SCOMRunAsProfile</command:name><maml:description><maml:para>Removes a Run as profile from the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMRunAsProfile</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMRunAsProfile cmdlet removes a Run as profile from the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMRunAsProfile</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>RunAsProfile</maml:name><maml:description><maml:para>The runas profile to remove.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackSecureReference[]</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" pipelineInput="true (ByValue)" position="1"><maml:name>RunAsProfile</maml:name><maml:description><maml:para>The runas profile to remove.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackSecureReference[]</command:parameterValue><dev:type><maml:name>ManagementPackSecureReference[]</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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMRunAsProfile "Profile01" | Remove-SCOMRunAsProfile
 
</dev:code><dev:remarks><maml:para>This command deletes the Profile01 profile.</maml:para><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/p/?LinkId=239491</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-SCOMSubscriberSchedule</command:name><maml:description><maml:para>Removes an entry from a notification subscriber schedule.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMSubscriberSchedule</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMSubscriberSchedule cmdlet removes an entry from a notification subscriber schedule.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMSubscriberSchedule</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Subscriber</maml:name><maml:description><maml:para>The notification subscriber whose schedule entries will be removed.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">NotificationRecipient</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"><maml:name>Entry</maml:name><maml:description><maml:para>The schedule entry which will be removed.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">NotificationRecipientScheduleEntry</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 a connection to a management server. The default is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"><maml:name>Entry</maml:name><maml:description><maml:para>The schedule entry which will be removed.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">NotificationRecipientScheduleEntry</command:parameterValue><dev:type><maml:name>NotificationRecipientScheduleEntry</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 a connection to a management server. The default is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Subscriber</maml:name><maml:description><maml:para>The notification subscriber whose schedule entries will be removed.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">NotificationRecipient</command:parameterValue><dev:type><maml:name>NotificationRecipient</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: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: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;$subscriber = Get-SCOMNotificationSubscriber "Katarina"
PS C:\&gt;$subscriber.ScheduleEntries | Select-Object -Last 1 | Remove-ScomSubscriberSchedule -Subscriber $subscriber
 
</dev:code><dev:remarks><maml:para>This example removes the last schedule entry from a subscriber.</maml:para><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/p/?LinkId=239492</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>Repair-SCOMAgent</command:name><maml:description><maml:para>Repairs an Operations Manager agent.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Repair</command:verb><command:noun>SCOMAgent</command:noun><dev:version /></command:details><maml:description><maml:para>The Repair-SCOMAgent cmdlet repairs the specified Operations Manager agent.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Repair-SCOMAgent</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Actionaccount</maml:name><maml:description><maml:para>Specifies the credentials under which the task will run. If this parameter is omitted or has a null value, the default action account of the management server that manages the agent is used.</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>Returns an object representing the agent. 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="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects to repair. Enter a variable that represents the agents, or type a command that gets the agents.For information about how to get agents, type Get-Help Get-SCOMAgent.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</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>Actionaccount</maml:name><maml:description><maml:para>Specifies the credentials under which the task will run. If this parameter is omitted or has a null value, the default action account of the management server that manages the agent is used.</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="false" pipelineInput="true (ByValue)" position="named"><maml:name>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects to repair. Enter a variable that represents the agents, or type a command that gets the agents.For information about how to get agents, type Get-Help Get-SCOMAgent.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</command:parameterValue><dev:type><maml:name>AgentManagedComputer[]</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>Returns an object representing the agent. 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="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></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; Get-SCOMAgent -Name "Server01.Contoso.Com" | Repair-SCOMAgent
</dev:code><dev:remarks><maml:para>This example gets the Operations Manager agent named Server01.Contoso.Com and uses the pipeline operator to pass the agent to the Repair-SCOMAgent cmdlet.</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=239732</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>Resolve-SCOMAlert</command:name><maml:description><maml:para>Resolves an alert. This does the same action as Set-SCOMAlert -ResolutionState 255.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Resolve</command:verb><command:noun>SCOMAlert</command:noun><dev:version /></command:details><maml:description><maml:para>The Resolve-SCOMAlert cmdlet resolves an alert in Operations Manager by setting the resolutionstate on the alert to Closed (255).</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Resolve-SCOMAlert</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Comment</maml:name><maml:description><maml:para>A comment to set when resolving the alert.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="10"><maml:name>CustomField9</maml:name><maml:description><maml:para>Any information to place in CustomField9.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="11"><maml:name>CustomField10</maml:name><maml:description><maml:para>Any information to place in CustomField10.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="13"><maml:name>Owner</maml:name><maml:description><maml:para>The owner of the alert.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="14"><maml:name>TicketId</maml:name><maml:description><maml:para>The ticket ID.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"><maml:name>CustomField1</maml:name><maml:description><maml:para>Any information to place in CustomField1.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3"><maml:name>CustomField2</maml:name><maml:description><maml:para>Any information to place in CustomField2.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="4"><maml:name>CustomField3</maml:name><maml:description><maml:para>Any information to place in CustomField3.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="5"><maml:name>CustomField4</maml:name><maml:description><maml:para>Any information to place in CustomField4.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="6"><maml:name>CustomField5</maml:name><maml:description><maml:para>Any information to place in CustomField5.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="7"><maml:name>CustomField6</maml:name><maml:description><maml:para>Any information to place in CustomField6.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="8"><maml:name>CustomField7</maml:name><maml:description><maml:para>Any information to place in CustomField7.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="9"><maml:name>CustomField8</maml:name><maml:description><maml:para>Any information to place in CustomField8.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named"><maml:name>Connector</maml:name><maml:description><maml:para>The monitoring connector.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">MonitoringConnector</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If set, returns the resolved alert.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named"><maml:name>Alert</maml:name><maml:description><maml:para>The monitoring alert that will be resolved.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringAlert[]</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="named"><maml:name>Alert</maml:name><maml:description><maml:para>The monitoring alert that will be resolved.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringAlert[]</command:parameterValue><dev:type><maml:name>MonitoringAlert[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Comment</maml:name><maml:description><maml:para>A comment to set when resolving the alert.</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="true (ByValue, ByPropertyName)" position="named"><maml:name>Connector</maml:name><maml:description><maml:para>The monitoring connector.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">MonitoringConnector</command:parameterValue><dev:type><maml:name>MonitoringConnector</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"><maml:name>CustomField1</maml:name><maml:description><maml:para>Any information to place in CustomField1.</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="true (ByValue, ByPropertyName)" position="11"><maml:name>CustomField10</maml:name><maml:description><maml:para>Any information to place in CustomField10.</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="true (ByValue, ByPropertyName)" position="3"><maml:name>CustomField2</maml:name><maml:description><maml:para>Any information to place in CustomField2.</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="true (ByValue, ByPropertyName)" position="4"><maml:name>CustomField3</maml:name><maml:description><maml:para>Any information to place in CustomField3.</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="true (ByValue, ByPropertyName)" position="5"><maml:name>CustomField4</maml:name><maml:description><maml:para>Any information to place in CustomField4.</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="true (ByValue, ByPropertyName)" position="6"><maml:name>CustomField5</maml:name><maml:description><maml:para>Any information to place in CustomField5.</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="true (ByValue, ByPropertyName)" position="7"><maml:name>CustomField6</maml:name><maml:description><maml:para>Any information to place in CustomField6.</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="true (ByValue, ByPropertyName)" position="8"><maml:name>CustomField7</maml:name><maml:description><maml:para>Any information to place in CustomField7.</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="true (ByValue, ByPropertyName)" position="9"><maml:name>CustomField8</maml:name><maml:description><maml:para>Any information to place in CustomField8.</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="true (ByValue, ByPropertyName)" position="10"><maml:name>CustomField9</maml:name><maml:description><maml:para>Any information to place in CustomField9.</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="true (ByValue, ByPropertyName)" position="13"><maml:name>Owner</maml:name><maml:description><maml:para>The owner of the alert.</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="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If set, returns the resolved alert.</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="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="14"><maml:name>TicketId</maml:name><maml:description><maml:para>The ticket ID.</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: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: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-SCOMAlert -Severity 2 | Resolve-SCOMAlert -Comment 'All alerts are resolved.'
 
</dev:code><dev:remarks><maml:para>This command resolves all Error alerts.</maml:para><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/p/?LinkId=239493</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-SCOMAgentApprovalSetting</command:name><maml:description><maml:para>Sets the manual agent approval setting for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMAgentApprovalSetting</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMAgentApprovalSetting cmdlet sets the manual agent approval setting for the management group. New manual agents can be automatically approved (AutoApprove), automatically rejected (AutoReject), or set to Pending.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMAgentApprovalSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>If specified, the setting will be returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one returned by the Get-SCManagementGroupConnection 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>AutoReject</maml:name><maml:description><maml:para>If specified, any new manual agents contacting a management server will automatically be rejected and not allowed to join the management group.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SCOMAgentApprovalSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>If specified, the setting will be returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one returned by the Get-SCManagementGroupConnection 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>AutoApprove</maml:name><maml:description><maml:para>If specified, any new manual agents contacting a management server will automatically be approved and joined to the management group.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Set-SCOMAgentApprovalSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>If specified, the setting will be returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one returned by the Get-SCManagementGroupConnection 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>Pending</maml:name><maml:description><maml:para>If specified, any new manual agents contacting a management server will be placed in the pending management list. Use the Get-SCOMPendingManagement, Approve-SCOMPendingManagement, and Deny-SCOMPendingManagement cmdlets to manage agents in the pending management list.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>AutoApprove</maml:name><maml:description><maml:para>If specified, any new manual agents contacting a management server will automatically be approved and joined to the management group.</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>AutoReject</maml:name><maml:description><maml:para>If specified, any new manual agents contacting a management server will automatically be rejected and not allowed to join the management group.</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>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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>PassThru</maml:name><maml:description><maml:para>If specified, the setting will be returned to the pipeline.</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>Pending</maml:name><maml:description><maml:para>If specified, any new manual agents contacting a management server will be placed in the pending management list. Use the Get-SCOMPendingManagement, Approve-SCOMPendingManagement, and Deny-SCOMPendingManagement cmdlets to manage agents in the pending management list.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;Set-SCOMAgentApprovalSetting -AutoApprove
 
</dev:code><dev:remarks><maml:para>This command sets the manual agent approval setting for the management group to AutoApprove.</maml:para><maml:para></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;Set-SCOMAgentApprovalSetting -AutoReject
 
</dev:code><dev:remarks><maml:para>This command sets the manual agent approval setting for the management group to AutoReject.</maml:para><maml:para></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;Set-SCOMAgentApprovalSetting -Pending
 
</dev:code><dev:remarks><maml:para>This command sets the manual agent approval setting for the management group to set all new manual requests to pending.</maml:para><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/p/?LinkId=239494</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-SCOMAgentlessManagedComputer</command:name><maml:description><maml:para>Sets the configuration for managed computers that do not have agents.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMAgentlessManagedComputer</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMAgentlessManagedComputer cmdlet sets the configuration for managed computers that do not have agents.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMAgentlessManagedComputer</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Computer</maml:name><maml:description><maml:para>Specifies the computer or computers which are being managed without agents.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">RemotelyManagedComputer[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagedByAgent</maml:name><maml:description><maml:para>Specifies the agent that will perform the agentless management.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">AgentManagedComputer</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 object created by this cmdlet through the pipeline. By default, this cmdlet does not pass any objects through the pipeline.</maml:para><maml:para>This parameter returns an object representing the added content. 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="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>Set-SCOMAgentlessManagedComputer</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Computer</maml:name><maml:description><maml:para>Specifies the computer or computers which are being managed without agents.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">RemotelyManagedComputer[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagedByManagementServer</maml:name><maml:description><maml:para>Specifies the management server that will perform the agentless management.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</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 object created by this cmdlet through the pipeline. By default, this cmdlet does not pass any objects through the pipeline.</maml:para><maml:para>This parameter returns an object representing the added content. 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="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>Computer</maml:name><maml:description><maml:para>Specifies the computer or computers which are being managed without agents.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">RemotelyManagedComputer[]</command:parameterValue><dev:type><maml:name>RemotelyManagedComputer[]</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>ManagedByAgent</maml:name><maml:description><maml:para>Specifies the agent that will perform the agentless management.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">AgentManagedComputer</command:parameterValue><dev:type><maml:name>AgentManagedComputer</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>ManagedByManagementServer</maml:name><maml:description><maml:para>Specifies the management server that will perform the agentless management.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</command:parameterValue><dev:type><maml:name>ManagementServer</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 object created by this cmdlet through the pipeline. By default, this cmdlet does not pass any objects through the pipeline.</maml:para><maml:para>This parameter returns an object representing the added content. 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="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: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: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-SCOMAgentlessManagedComputer -Name "Server02.Contoso.com" | Set-SCOMAgentlessManagedComputer -ManagedByAgent (Get-SCOMAgent OMAgent01.Contoso.com) -PassThru
</dev:code><dev:remarks><maml:para>This command sets OMAgent01 as the agent that will perform agentless management for Server02.</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=187729</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-SCOMAlert</command:name><maml:description><maml:para>Changes the properties of the specified alert.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMAlert</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMAlert cmdlet changes the properties of the specified alert.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMAlert</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Comment</maml:name><maml:description><maml:para>Specifies a comment.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="10"><maml:name>CustomField9</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="11"><maml:name>CustomField10</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="12"><maml:name>ResolutionState</maml:name><maml:description><maml:para>Specifies a resolution state Id. For example, the resolution state Id for "Closed" is 255.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="13"><maml:name>Owner</maml:name><maml:description><maml:para>Specifies a value for the Owner property for the alert.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="14"><maml:name>TicketId</maml:name><maml:description><maml:para>Specifies a value for the TicketId property for the alert.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"><maml:name>CustomField1</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3"><maml:name>CustomField2</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="4"><maml:name>CustomField3</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="5"><maml:name>CustomField4</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="6"><maml:name>CustomField5</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="7"><maml:name>CustomField6</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="8"><maml:name>CustomField7</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="9"><maml:name>CustomField8</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named"><maml:name>Connector</maml:name><maml:description><maml:para>Specifies a monitoring connector object. Enter a variable that represents the connector, or type a command that gets the connector.</maml:para><maml:para>For information about how to get a connector object, type Get-Help Get-SCOMConnector.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">MonitoringConnector</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>Returns an object representing the alert. 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="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named"><maml:name>Alert</maml:name><maml:description><maml:para>Specifies one or more alert objects. Enter a variable that represents the alerts, or type a command that gets the alerts. For information about how to get an alert object, type Get-Help Get-SCOMAlert.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringAlert[]</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named"><maml:name>Alert</maml:name><maml:description><maml:para>Specifies one or more alert objects. Enter a variable that represents the alerts, or type a command that gets the alerts. For information about how to get an alert object, type Get-Help Get-SCOMAlert.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringAlert[]</command:parameterValue><dev:type><maml:name>MonitoringAlert[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named"><maml:name>Connector</maml:name><maml:description><maml:para>Specifies a monitoring connector object. Enter a variable that represents the connector, or type a command that gets the connector.</maml:para><maml:para>For information about how to get a connector object, type Get-Help Get-SCOMConnector.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">MonitoringConnector</command:parameterValue><dev:type><maml:name>MonitoringConnector</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"><maml:name>CustomField1</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</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="true (ByValue, ByPropertyName)" position="11"><maml:name>CustomField10</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</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="true (ByValue, ByPropertyName)" position="3"><maml:name>CustomField2</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</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="true (ByValue, ByPropertyName)" position="4"><maml:name>CustomField3</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</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="true (ByValue, ByPropertyName)" position="5"><maml:name>CustomField4</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</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="true (ByValue, ByPropertyName)" position="6"><maml:name>CustomField5</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</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="true (ByValue, ByPropertyName)" position="7"><maml:name>CustomField6</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</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="true (ByValue, ByPropertyName)" position="8"><maml:name>CustomField7</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</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="true (ByValue, ByPropertyName)" position="9"><maml:name>CustomField8</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</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="true (ByValue, ByPropertyName)" position="10"><maml:name>CustomField9</maml:name><maml:description><maml:para>Specifies a custom field property on an alert object.</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="true (ByValue, ByPropertyName)" position="13"><maml:name>Owner</maml:name><maml:description><maml:para>Specifies a value for the Owner property for the alert.</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="true (ByValue, ByPropertyName)" position="12"><maml:name>ResolutionState</maml:name><maml:description><maml:para>Specifies a resolution state Id. For example, the resolution state Id for "Closed" is 255.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</command:parameterValue><dev:type><maml:name>Byte</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="14"><maml:name>TicketId</maml:name><maml:description><maml:para>Specifies a value for the TicketId property for the alert.</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="true (ByValue, ByPropertyName)" position="1"><maml:name>Comment</maml:name><maml:description><maml:para>Specifies a comment.</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>Returns an object representing the alert. 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: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: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: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-SCOMAlert -ResolutionState 15 | Set-SCOMAlert -ResolutionState 255
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all alerts with a resolution state of 15 and then uses the pipeline operator (|) to pass the alert objects to the Set-SCOMAlert cmdlet which closes the alert by setting the resolution state to 255.</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-SCOMAlert -Name "Failed Accessing Windows Event Log" | Set-SCOMAlert -Owner "CONTOSO\Isabel" -CustomField1 "Root Cause - Permissions"
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets all alerts named "Failed Accessing Windows Event Log" and then uses the pipeline operator to pass the alert objects to the Set-SCOMAlert cmdlet which changes the owner and sets the value for CustomField1.</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=187701</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMAlert</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMConnector</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-SCOMAlertResolutionSetting</command:name><maml:description><maml:para>Sets the alert automatic resolution settings for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMAlertResolutionSetting</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMAlertResolutionSetting cmdlet sets the alert automatic resolution settings for the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMAlertResolutionSetting</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AlertAutoResolveDays</maml:name><maml:description><maml:para>The number of days until active alerts in the New monitoring state will automatically be resolved.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>HealthyAlertAutoResolveDays</maml:name><maml:description><maml:para>Active alerts will automatically be resolved after their alert source is healthy for this many days.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If specified, the setting will be returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AlertAutoResolveDays</maml:name><maml:description><maml:para>The number of days until active alerts in the New monitoring state will automatically be resolved.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue><dev:type><maml:name>Int32</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>HealthyAlertAutoResolveDays</maml:name><maml:description><maml:para>Active alerts will automatically be resolved after their alert source is healthy for this many days.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If specified, the setting will be returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;Set-SCOMAlertResolutionSetting -AlertAutoResolveDays 10 -HealthyAlertAutoResolveDays 5
 
</dev:code><dev:remarks><maml:para>This command sets the alert resolution setting to automatically resolve active alerts in 10 days, and to automatically resolve active alerts after their alert source has been healthy for 5 days.</maml:para><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/p/?LinkId=239495</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-SCOMDatabaseGroomingSetting</command:name><maml:description><maml:para>Sets the database grooming settings for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMDatabaseGroomingSetting</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMDatabaseGroomingSetting cmdlet sets the database grooming settings for the management group. Database grooming settings are used to automatically remove unnecessary data from the Operations Manager database in order to maintain performance.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMDatabaseGroomingSetting</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AlertDaysToKeep</maml:name><maml:description><maml:para>The number of days before grooming resolved alerts.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AvailabilityHistoryDaysToKeep</maml:name><maml:description><maml:para>The number of days before grooming availability history.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>EventDaysToKeep</maml:name><maml:description><maml:para>The number of days before grooming event data.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>JobStatusDaysToKeep</maml:name><maml:description><maml:para>The number of days before grooming task history.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>MaintenanceModeHistoryDaysToKeep</maml:name><maml:description><maml:para>The number of days before grooming maintenance mode history.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>MonitoringJobDaysToKeep</maml:name><maml:description><maml:para>The number of days before grooming monitoring job data.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If specified, the setting will be returned to the pipeline.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PerformanceDataDaysToKeep</maml:name><maml:description><maml:para>The number of days before grooming performance data.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>StateChangeEventDaysToKeep</maml:name><maml:description><maml:para>The number of days before grooming state change data.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</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="true (ByPropertyName)" position="named"><maml:name>AlertDaysToKeep</maml:name><maml:description><maml:para>The number of days before grooming resolved alerts.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</command:parameterValue><dev:type><maml:name>Byte</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AvailabilityHistoryDaysToKeep</maml:name><maml:description><maml:para>The number of days before grooming availability history.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</command:parameterValue><dev:type><maml:name>Byte</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>EventDaysToKeep</maml:name><maml:description><maml:para>The number of days before grooming event data.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</command:parameterValue><dev:type><maml:name>Byte</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>JobStatusDaysToKeep</maml:name><maml:description><maml:para>The number of days before grooming task history.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</command:parameterValue><dev:type><maml:name>Byte</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>MaintenanceModeHistoryDaysToKeep</maml:name><maml:description><maml:para>The number of days before grooming maintenance mode history.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</command:parameterValue><dev:type><maml:name>Byte</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>MonitoringJobDaysToKeep</maml:name><maml:description><maml:para>The number of days before grooming monitoring job data.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</command:parameterValue><dev:type><maml:name>Byte</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If specified, the setting will be returned to the pipeline.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PerformanceDataDaysToKeep</maml:name><maml:description><maml:para>The number of days before grooming performance data.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</command:parameterValue><dev:type><maml:name>Byte</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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>StateChangeEventDaysToKeep</maml:name><maml:description><maml:para>The number of days before grooming state change data.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Byte</command:parameterValue><dev:type><maml:name>Byte</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: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: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;Set-SCOMDatabaseGroomingSetting -AlertDaysToKeep 21
</dev:code><dev:remarks><maml:para>This command sets the number of days before grooming resolved alerts to 21.</maml:para><maml:para></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;Set-SCOMDatabaseGroomingSetting -AvailabilityHistoryDaysToKeep 10
 
</dev:code><dev:remarks><maml:para>This command sets the number of days before grooming availability history to 10.</maml:para><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/p/?LinkId=239496</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-SCOMDataWarehouseSetting</command:name><maml:description><maml:para>Sets the data warehouse settings for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMDataWarehouseSetting</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMDataWarehouseSetting cmdlet sets the data warehouse settings for the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMDataWarehouseSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>DatabaseName</maml:name><maml:description><maml:para>The data warehouse database name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If specified, the setting will be returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>ServerName</maml:name><maml:description><maml:para>The data warehouse server name.</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>DatabaseName</maml:name><maml:description><maml:para>The data warehouse database name.</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="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If specified, the setting will be returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>ServerName</maml:name><maml:description><maml:para>The data warehouse server name.</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: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: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;Set-SCOMDataWarehoueSetting -DatabaseName "SCOMDW" -ServerName "SCOMServer\INSTANCE1"
 
</dev:code><dev:remarks><maml:para>This command sets the data warehouse database to "SCOMDW" and the data warehouse server name to "SCOMServer\INSTANCE1".</maml:para><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/p/?LinkId=239497</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-SCOMErrorReportingSetting</command:name><maml:description><maml:para>Sets the error reporting setting for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMErrorReportingSetting</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMErrorReportingSetting cmdlet sets the error reporting setting for the management group.</maml:para><maml:para>Error reports are not sent when the DoNotSend parameter is used. Error reports are always sent when the AutomaticallySend parameter is used. Error reports are sent after they have been approved when the PromptBeforeSending parameter is used.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMErrorReportingSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>If specified, the setting will be returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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>Set-SCOMErrorReportingSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>If specified, the setting will be returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one returned by the Get-SCManagementGroupConnection 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>AutomaticallySend</maml:name><maml:description><maml:para>Indicates error reports will automatically be sent without review.</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:syntaxItem><maml:name>Set-SCOMErrorReportingSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>If specified, the setting will be returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one returned by the Get-SCManagementGroupConnection 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>DoNotSend</maml:name><maml:description><maml:para>Indicates error reports should not be sent.</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:syntaxItem><maml:name>Set-SCOMErrorReportingSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>If specified, the setting will be returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one returned by the Get-SCManagementGroupConnection 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>PromptBeforeSending</maml:name><maml:description><maml:para>Indicates that error reports need to be approved before sending.</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="false" globbing="false" pipelineInput="false" position="named"><maml:name>AutomaticallySend</maml:name><maml:description><maml:para>Indicates error reports will automatically be sent without review.</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>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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" globbing="false" pipelineInput="false" position="named"><maml:name>DoNotSend</maml:name><maml:description><maml:para>Indicates error reports should not be sent.</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="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If specified, the setting will be returned to the pipeline.</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>PromptBeforeSending</maml:name><maml:description><maml:para>Indicates that error reports need to be approved before sending.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;Set-SCOMErrorReportingSetting -AutomaticallySend
 
</dev:code><dev:remarks><maml:para>This command sets the error reporting setting for the management group to always send error reports.</maml:para><maml:para></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;Set-SCOMErrorReportingSetting -DoNotSend
 
</dev:code><dev:remarks><maml:para>This command sets the error reporting setting for the management group to never send error reports.</maml:para><maml:para></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;Set-SCOMErrorReportingSetting -PromptBeforeSending
 
</dev:code><dev:remarks><maml:para>This command sets the error reporting setting for the management group to only send error reports after they have been approved.</maml:para><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/p/?LinkId=239498</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-SCOMHeartbeatSetting</command:name><maml:description><maml:para>Sets the agent and server heartbeat settings for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMHeartbeatSetting</command:noun><dev:version /></command:details><maml:description><maml:para>The SCOMHeartbeatSetting cmdlet sets the agent and server heartbeat settings for the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMHeartbeatSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>HeartbeatInterval</maml:name><maml:description><maml:para>The agent heartbeat interval.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>MissingHeartbeatThreshold</maml:name><maml:description><maml:para>The number of missing heartbeats a management server will ignore before raising an alert.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If specified, the setting will be returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>HeartbeatInterval</maml:name><maml:description><maml:para>The agent heartbeat interval.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</command:parameterValue><dev:type><maml:name>TimeSpan</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>MissingHeartbeatThreshold</maml:name><maml:description><maml:para>The number of missing heartbeats a management server will ignore before raising an alert.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Int32</command:parameterValue><dev:type><maml:name>Int32</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If specified, the setting will be returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;Set-SCOMHeartbeatSetting -MissingHeartbeatThreshold 5
</dev:code><dev:remarks><maml:para>This command sets the missing heartbeat threshold on management servers to 5. </maml:para><maml:para></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;Set-SCOMHeartbeatSetting -HeartbeatInterval "0:01:00"
</dev:code><dev:remarks><maml:para>This command sets the agent heartbeat interval to 1 minute.</maml:para><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/p/?LinkId=239499</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-SCOMLicense</command:name><maml:description><maml:para>Sets the product license level.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMLicense</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMLicense cmdlet sets the product license level and removes the evaluation expiration timeout.</maml:para><maml:para></maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMLicense</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>ProductId</maml:name><maml:description><maml:para>Specifies the product ID.</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>ProductId</maml:name><maml:description><maml:para>Specifies the product ID.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;Set-SCOMLicense -ProductId 'C97A1C5E-6429-4F71-8B2D-3525E237BF62'
 
 
</dev:code><dev:remarks><maml:para>This command sets the product license level for the product with the ID of "'C97A1C5E-6429-4F71-8B2D-3525E237BF62".</maml:para><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/p/?LinkId=239500</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-SCOMLocation</command:name><maml:description><maml:para>Associates one or more agents with a location.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMLocation</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMLocation cmdlet associates one or more agents with a location so that its state can be displayed in the Web Application Availability Monitoring Summary Map Dashboard.For more information about locations, type: Get-Help New-SCOMLocation -detailed.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMLocation</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects. Enter a variable that represents the agents, or type a command that gets the agents.</maml:para><maml:para>For information about how to get agents, type Get-Help Get-SCOMAgent.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Returns an object representing the location. 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 is the current management group connection.</maml:para><maml:para>For information about how to get a management group connection, type Get-Help 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="true (ByValue)" position="named"><maml:name>Location</maml:name><maml:description><maml:para>Specifies a location object.</maml:para><maml:para>For information about how to get a location, type Get-Help Get-SCOMLocation.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">EnterpriseManagementObject</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>Set-SCOMLocation</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementServer</maml:name><maml:description><maml:para>Specifies a primary management server object. For information about how to get a management server object, type Get-Help Get-SCOMManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Returns an object representing the location. 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 is the current management group connection.</maml:para><maml:para>For information about how to get a management group connection, type Get-Help 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="true (ByValue)" position="named"><maml:name>Location</maml:name><maml:description><maml:para>Specifies a location object.</maml:para><maml:para>For information about how to get a location, type Get-Help Get-SCOMLocation.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">EnterpriseManagementObject</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>Set-SCOMLocation</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Pool</maml:name><maml:description><maml:para>Specifies one or more resource pool objects. Enter a variable that represents the resource pools, or type a command that gets the resource pools.</maml:para><maml:para>For information about how to get a resource pool object, type "Get-Help Get-SCOMResourcePool".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServicePool[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Returns an object representing the location. 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 is the current management group connection.</maml:para><maml:para>For information about how to get a management group connection, type Get-Help 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="true (ByValue)" position="named"><maml:name>Location</maml:name><maml:description><maml:para>Specifies a location object.</maml:para><maml:para>For information about how to get a location, type Get-Help Get-SCOMLocation.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">EnterpriseManagementObject</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>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects. Enter a variable that represents the agents, or type a command that gets the agents.</maml:para><maml:para>For information about how to get agents, type Get-Help Get-SCOMAgent.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</command:parameterValue><dev:type><maml:name>AgentManagedComputer[]</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 Operations Manager Data Access service.</maml:para><maml:para>Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Location</maml:name><maml:description><maml:para>Specifies a location object.</maml:para><maml:para>For information about how to get a location, type Get-Help Get-SCOMLocation.</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="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ManagementServer</maml:name><maml:description><maml:para>Specifies a primary management server object. For information about how to get a management server object, type Get-Help Get-SCOMManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</command:parameterValue><dev:type><maml:name>ManagementServer[]</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>Pool</maml:name><maml:description><maml:para>Specifies one or more resource pool objects. Enter a variable that represents the resource pools, or type a command that gets the resource pools.</maml:para><maml:para>For information about how to get a resource pool object, type "Get-Help Get-SCOMResourcePool".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServicePool[]</command:parameterValue><dev:type><maml:name>ManagementServicePool[]</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>For information about how to get a management group connection, type Get-Help 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="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the location. 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="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></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>------------------------- EXAMPLE 1 --------------------------</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt; $Location = Get-SCOMLocation -DisplayName “Seattle, WA”
PS C:\&gt;$Agent = Get-SCOMAgent –Name “Server01.Contoso.com”
PS C:\&gt;Set-SCOMLocation –Location $Location –Agent $Agent
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the location object with the display name of Seattle and stores the object in the $Location variable.</maml:para><maml:para>The second command gets the agent object named Server01 and stores the object in the $Agent variable. </maml:para><maml:para>The last command associates the location stored in $Location to the agent-managed computer stored in $Agent. If the agent was previously associated with a location, that previous association is deleted.</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; $Location = Get-SCOMLocation –DisplayName “New York, NY”
PS C:\&gt;$MgmtServer = Get-SCOMManagementServer –Name “MgmtServer01.Contoso.com”
PS C:\&gt;Set-SCOMLocation –Location $Location –ManagementServer $MgmtServer
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the location object with the display name of New York, NY and stores the object in the $Location variable. </maml:para><maml:para>The Second command gets the management server object named MgmtServer01 and stores the object in the $MgmtServer variable. </maml:para><maml:para>The last command associates the location stored in $Location to the management server stored in $MgmtServer. If the management server was previously associated with a location, that previous association is deleted.</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; $Location = Get-SCOMLocation –DisplayName “Paris, FR”
PS C:\&gt;$Pool = Get-SCOMResourcePool –Name “Notifications Resource Pool”PS C:\&gt;Set-SCOMLocation –Location $Location –Pool $Pool
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the location object with the display name "Paris, FR" and stores the object in the $Location variable. </maml:para><maml:para>The second command gets the resource pool named Notifications Resource Pool and stores the object in the $Pool variable.</maml:para><maml:para>The last command associates the location stored in $Location with the resource pool stored in $Pool. If the resource pool was previously associated with a location, that previous association is deleted.</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=235479</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCOMLocation</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMLocation</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMLocation</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-SCOMMaintenanceMode</command:name><maml:description><maml:para>Updates active maintenance mode entries.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMMaintenanceMode</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMMainenanceMode cmdlet updates active maintenance mode entries. This cmdlet only works on active maintenance mode entries.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMMaintenanceMode</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>MaintenanceModeEntry</maml:name><maml:description><maml:para>Specifies a maintenance mode entry object. Enter a variable that represents the maintenance mode entry, or type a command that gets the maintenance mode entry.</maml:para><maml:para>For information about how to get a maintenance mode entry object, type Get-Help Get-SCOMMaintenanceMode.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MaintenanceWindow[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>EndTime</maml:name><maml:description><maml:para>Specifies the time the maintenance will end. The minimum amount of time a resource can be in maintenance mode is 5 minutes. This is a required parameter.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Comment</maml:name><maml:description><maml:para>Allows you to type a comment about the maintenance entry.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Reason</maml:name><maml:description><maml:para>Specifies the reason for placing the resource into maintenance mode. Valid values are: PlannedOther, UnplannedOther, PlannedHardwareMaintenance, UnplannedHardwareMaintenance, PlannedHardwareInstallation, UnplannedHardwareInstallation, PlannedOperatingSystemReconfiguration, UnplannedOperatingSystemReconfiguration, PlannedApplicationMaintenance, ApplicationInstallation, ApplicationUnresponsive, ApplicationUnstable, SecurityIssue, LossOfNetworkConnectivity.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">MaintenanceModeReason</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the maintenance mode entry. 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="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="true (ByValue)" position="3"><maml:name>Comment</maml:name><maml:description><maml:para>Allows you to type a comment about the maintenance entry.</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="2"><maml:name>EndTime</maml:name><maml:description><maml:para>Specifies the time the maintenance will end. The minimum amount of time a resource can be in maintenance mode is 5 minutes. This is a required parameter.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue><dev:type><maml:name>DateTime</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>MaintenanceModeEntry</maml:name><maml:description><maml:para>Specifies a maintenance mode entry object. Enter a variable that represents the maintenance mode entry, or type a command that gets the maintenance mode entry.</maml:para><maml:para>For information about how to get a maintenance mode entry object, type Get-Help Get-SCOMMaintenanceMode.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MaintenanceWindow[]</command:parameterValue><dev:type><maml:name>MaintenanceWindow[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Reason</maml:name><maml:description><maml:para>Specifies the reason for placing the resource into maintenance mode. Valid values are: PlannedOther, UnplannedOther, PlannedHardwareMaintenance, UnplannedHardwareMaintenance, PlannedHardwareInstallation, UnplannedHardwareInstallation, PlannedOperatingSystemReconfiguration, UnplannedOperatingSystemReconfiguration, PlannedApplicationMaintenance, ApplicationInstallation, ApplicationUnresponsive, ApplicationUnstable, SecurityIssue, LossOfNetworkConnectivity.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">MaintenanceModeReason</command:parameterValue><dev:type><maml:name>MaintenanceModeReason</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>PassThru</maml:name><maml:description><maml:para>Returns an object representing the maintenance mode entry. 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="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: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: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;$NewEndTime = (Get-Date).addDays(1)
PS C:\&gt;Get-SCOMClassInstance -Name *.Contoso.com | Get-SCOMMaintenanceMode | Set-SCOMMaintenanceMode -EndTime $NewEndTime -Comment "Updating end time."
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the current time, adds one day (24 hours), and then stores the new time in the $NewEndTime variable.</maml:para><maml:para>The second command gets all class instances in the Contoso.com domain and uses the pipeline operator (|) to pass the class instance objects to the Get-SCOMMaintenance mode cmdlet which gets the maintenance mode entries for each class instance object. Then, the command passes the maintenance mode entry objects to the Set-SCOMMaintenanceMode cmdlet which updates the end time and comment for each maintenance mode entry 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;$Instance = Get-SCOMClassInstance -Name Server01.Contoso.com
PS C:\&gt;$MMEntry = Get-SCOMMaintenanceMode -Instance $Instance
PS C:\&gt;$NewEndTime = (Get-Date).addMinutes(30)
PS C:\&gt;Set-SCOMMaintenanceMode -MaintenanceModeEntry $MMEntry -EndTime $NewEndTime -Comment "Adding 30 minutes to the end time."
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the class instance named "Server01.Contoso.com" and stores it in the $Instance variable.</maml:para><maml:para>The second command gets the maintenance mode entry for the class instance stored in the $Instance variable, and stores the entry in the $MMEntry variable.</maml:para><maml:para>The third command gets the current time, adds 30 minutes, and then stores the result in the $NewEndTime variable.</maml:para><maml:para>The fourth command updates the maintenance mode session for the maintenance mode entry stored in the $MMEntry variable with the end time stored in the $NewEndTime variable, and the specified comment.</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=231755</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText></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-SCOMParentManagementServer</command:name><maml:description><maml:para>Changes the primary and failover management servers for an agent or gateway management server.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMParentManagementServer</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMParentManagementServer cmdlet changes the primary and failover management servers for an agent or gateway management server.
 
This cmdlet requires an agent object or a gateway management server object, and a management server object. For information about how to get an agent object, type Get-Help Get-SCAgent. For information about how to get a management server object, type Get-Help Get-SCManagementServer. For information about how to get a gateway management server object, type Get-Help Get-SCGatewayManagementServer.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMParentManagementServer</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects. Enter a variable that represents the agents, or type a command that gets the agents.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"><maml:name>PrimaryServer</maml:name><maml:description><maml:para>Specifies the management server object for the agent to use as its primary server. Enter a variable that represents the primary management server, or type a command that gets the primary management server.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the updated settings. 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="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>Set-SCOMParentManagementServer</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects. Enter a variable that represents the agents, or type a command that gets the agents.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"><maml:name>FailoverServer</maml:name><maml:description><maml:para>Specifies one or more management server objects for the agent to use as failover servers. Enter a variable that represents the failover servers, or type a command that gets the failover servers.
 
For information about how to get a management server object, type Get-Help Get-SCManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the updated settings. 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="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>Set-SCOMParentManagementServer</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>GatewayServer</maml:name><maml:description><maml:para>Specifies one or more gateway management server objects. Enter a variable that represents the gateway management servers, or type a command that gets the gateway management servers.
 
For information about how to get a management server object, type Get-Help Get-SCGatewayManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"><maml:name>FailoverServer</maml:name><maml:description><maml:para>Specifies one or more management server objects for the agent to use as failover servers. Enter a variable that represents the failover servers, or type a command that gets the failover servers.
 
For information about how to get a management server object, type Get-Help Get-SCManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the updated settings. 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="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>Set-SCOMParentManagementServer</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>GatewayServer</maml:name><maml:description><maml:para>Specifies one or more gateway management server objects. Enter a variable that represents the gateway management servers, or type a command that gets the gateway management servers.
 
For information about how to get a management server object, type Get-Help Get-SCGatewayManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2"><maml:name>PrimaryServer</maml:name><maml:description><maml:para>Specifies the management server object for the agent to use as its primary server. Enter a variable that represents the primary management server, or type a command that gets the primary management server.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the updated settings. 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="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>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects. Enter a variable that represents the agents, or type a command that gets the agents.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</command:parameterValue><dev:type><maml:name>AgentManagedComputer[]</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="2"><maml:name>FailoverServer</maml:name><maml:description><maml:para>Specifies one or more management server objects for the agent to use as failover servers. Enter a variable that represents the failover servers, or type a command that gets the failover servers.
 
For information about how to get a management server object, type Get-Help Get-SCManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</command:parameterValue><dev:type><maml:name>ManagementServer[]</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>GatewayServer</maml:name><maml:description><maml:para>Specifies one or more gateway management server objects. Enter a variable that represents the gateway management servers, or type a command that gets the gateway management servers.
 
For information about how to get a management server object, type Get-Help Get-SCGatewayManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServer[]</command:parameterValue><dev:type><maml:name>ManagementServer[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the updated settings. 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="2"><maml:name>PrimaryServer</maml:name><maml:description><maml:para>Specifies the management server object for the agent to use as its primary server. Enter a variable that represents the primary management server, or type a command that gets the primary management server.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</command:parameterValue><dev:type><maml:name>ManagementServer</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></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>
                       
-------------------------- EXAMPLE 1 --------------------------
 
                      </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$PrimaryMgmtServer = Get-SCManagementServer -Name "MgmtServer01.Contoso.com"PS C:\&gt;$FailoverMgmtServer = Get-SCManagementServer -Name "MgmtServer02.Contoso.com"PS C:\&gt;"Server01.Contoso.com" | Get-SCAgent | Set-SCOMParentManagementServer -PrimaryServer $PrimaryMgmtServer -FailoverServer $FailoverMgmtServer -Passthru
</dev:code><dev:remarks><maml:para>The first two commands get a management server to set as the agent's primary management server, and a management server to set as the agent's failover management server. The commands store the objects in the $PrimaryMgmtServer, and $FailoverMgmtServer variables, respectively.</maml:para><maml:para>The third command gets the agent named "Server01.Contoso.com" and sets the primary and failover management servers specified in the $PrimaryMgmtServer and $FailoverMgmtServer variables. It then uses the PassThru parameter to generate an object. Without the PassThru parameter, Set-SCOMParentManagementServer does not generate any output.</maml:para><maml:para></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;$PrimaryMgmtServer = Get-SCManagementServer -name "MgmtServer01.Contoso.com"PS C:\&gt;$FailoverMgmtServer = Get-SCManagementServer -Name "MgmtServer02.Contoso.com"PS C:\&gt;"GatewayMgmtServer01.Contoso.com" | Get-SCGatewayManagementServer | Set-SCOMParentManagementServer -PrimaryServer $PrimaryMgmtServer -FailoverServer $FailoverMgmtServer
</dev:code><dev:remarks><maml:para>The first two commands get a management server to set as the gateway server's primary management server, and a management server to set as the gateway server's failover management server. The commands store the objects in the $PrimaryMgmtServer, and $FailoverMgmtServer variables, respectively.</maml:para><maml:para>The third command gets the gateway management server named "GatewayMgmtServer01.Contoso.com" and sets the primary and failover management servers specified in the $PrimaryMgmtServer and $FailoverMgmtServer variables for the gateway management server.</maml:para><maml:para></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;Set-SCOMParentManagementServer -Agent (Get-SCAgent -Name "Server01.Contoso.com") -PrimaryServer (Get-SCManagementServer -Name "MgmtServer01.Contoso.com")
</dev:code><dev:remarks><maml:para>This command sets the primary and failover management servers for the specified agent. </maml:para><maml:para>The commands in parentheses, which are executed first, get the agent named Server01, and the management server named MgmtServer01. The cmdlet then passes the results of the commands in parentheses to Set-SCOMParentManagementServer. Set- SCOMParentManagementServer then sets the primary server for the agent.</maml:para><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=239727</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-SCOMReportingSetting</command:name><maml:description><maml:para>Sets the reporting server for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMReportingSetting</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMReportingSetting cmdlet sets the reporting server for the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMReportingSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If specified, the setting will be returned to the pipeline.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>ReportingServerUrl</maml:name><maml:description><maml:para>Specifies the reporting server URL.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Uri</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 Management group connection object, such as one 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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If specified, the setting will be returned to the pipeline.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>ReportingServerUrl</maml:name><maml:description><maml:para>Specifies the reporting server URL.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Uri</command:parameterValue><dev:type><maml:name>Uri</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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;Set-SCOMReportingSetting -ReportingServerUrl "http://Reporting.Contoso.com"
 
</dev:code><dev:remarks><maml:para>This command sets the reporting server URL for the management group to http://Reporting.Contoso.com.</maml:para><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/p/?LinkId=239501</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-SCOMResourcePool</command:name><maml:description><maml:para>Changes the properties of a resource pool.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMResourcePool</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMResourcePool cmdlet changes the properties of a specified resource pool.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMResourcePool</maml:name><command:parameter required="true" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="1"><maml:name>ResourcePool</maml:name><maml:description><maml:para>Specifies one or more resource pool objects. Enter a variable that represents the resource pools, or type a command that gets the resource pools.</maml:para><maml:para>For information about how to get a resource pool object, type "Get-Help Get-SCOMResourcePool".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServicePool[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the resource pool. 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 is the current management group connection. Specify a Management group connection object, such as one 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:syntaxItem><maml:name>Set-SCOMResourcePool</maml:name><command:parameter required="true" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="1"><maml:name>ResourcePool</maml:name><maml:description><maml:para>Specifies one or more resource pool objects. Enter a variable that represents the resource pools, or type a command that gets the resource pools.</maml:para><maml:para>For information about how to get a resource pool object, type "Get-Help Get-SCOMResourcePool".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServicePool[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="2"><maml:name>Member</maml:name><maml:description><maml:para>Specifies an object to include in the resource pool.</maml:para><maml:para>Valid objects that can be members of a resource pool include management servers and gateway servers. For information about how to get a management server object, type "Get-Help Get-SCOMManagementServer". For information about how to get a gateway server object, type "Get-Help Get-SCOMGatewayManagementServer".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ComputerHealthService[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="" pipelineInput="false" position="3"><maml:name>Action</maml:name><maml:description><maml:para>Specifies the action to take when updating the members of a resource pool. Valid values include "Add" or "Remove".</maml:para></maml:description><command:parameterValue required="true" variableLength="false">UpdateAction</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the resource pool. 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 is the current management group connection. Specify a Management group connection object, such as one 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:syntaxItem><maml:name>Set-SCOMResourcePool</maml:name><command:parameter required="true" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="1"><maml:name>ResourcePool</maml:name><maml:description><maml:para>Specifies one or more resource pool objects. Enter a variable that represents the resource pools, or type a command that gets the resource pools.</maml:para><maml:para>For information about how to get a resource pool object, type "Get-Help Get-SCOMResourcePool".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServicePool[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="2"><maml:name>Observer</maml:name><maml:description><maml:para>Specifies a management server or a gateway management server that is not a member of the resource pool.</maml:para><maml:para>To make a resource pool highly available, you must add a minimum of three members to the pool, or two members and one observer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ComputerHealthService[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="" pipelineInput="false" position="named"><maml:name>Action</maml:name><maml:description><maml:para>Specifies the action to take when updating the members of a resource pool. Valid values include "Add" or "Remove".</maml:para></maml:description><command:parameterValue required="true" variableLength="false">UpdateAction</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the resource pool. 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 is the current management group connection. Specify a Management group connection object, such as one 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:syntaxItem><maml:name>Set-SCOMResourcePool</maml:name><command:parameter required="true" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="1"><maml:name>ResourcePool</maml:name><maml:description><maml:para>Specifies one or more resource pool objects. Enter a variable that represents the resource pools, or type a command that gets the resource pools.</maml:para><maml:para>For information about how to get a resource pool object, type "Get-Help Get-SCOMResourcePool".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServicePool[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="" pipelineInput="true (ByPropertyName)" position="2"><maml:name>EnableAutomaticMembership</maml:name><maml:description><maml:para>Enables automatic membership for the resource pool. When set to $True, the resource pool contains all management servers, and membership in the pool is automatically managed. When set to $False, the resource pool can contain management servers, gateway management servers, or both, and membership in the pool is manually managed.</maml:para><maml:para>If the value is changed from $True to $False, the membership of the pool remains the same until manually updated.</maml:para><maml:para>If the value is changed from $False to $True, all members of the pool are removed, and then the pool is automatically re-populated with all management servers. The resource pool will be automatically updated as management servers are added and deleted from Operations Manager. This process can take some time to complete.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the resource pool. 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 is the current management group connection. Specify a Management group connection object, such as one 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="" pipelineInput="false" position="3"><maml:name>Action</maml:name><maml:description><maml:para>Specifies the action to take when updating the members of a resource pool. Valid values include "Add" or "Remove".</maml:para></maml:description><command:parameterValue required="true" variableLength="false">UpdateAction</command:parameterValue><dev:type><maml:name>UpdateAction</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>ComputerName</maml:name><maml:description><maml:para>Specifies the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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="" 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="false" globbing="" pipelineInput="true (ByPropertyName)" position="2"><maml:name>EnableAutomaticMembership</maml:name><maml:description><maml:para>Enables automatic membership for the resource pool. When set to $True, the resource pool contains all management servers, and membership in the pool is automatically managed. When set to $False, the resource pool can contain management servers, gateway management servers, or both, and membership in the pool is manually managed.</maml:para><maml:para>If the value is changed from $True to $False, the membership of the pool remains the same until manually updated.</maml:para><maml:para>If the value is changed from $False to $True, all members of the pool are removed, and then the pool is automatically re-populated with all management servers. The resource pool will be automatically updated as management servers are added and deleted from Operations Manager. This process can take some time to complete.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue><dev:type><maml:name>Boolean</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="2"><maml:name>Member</maml:name><maml:description><maml:para>Specifies an object to include in the resource pool.</maml:para><maml:para>Valid objects that can be members of a resource pool include management servers and gateway servers. For information about how to get a management server object, type "Get-Help Get-SCOMManagementServer". For information about how to get a gateway server object, type "Get-Help Get-SCOMGatewayManagementServer".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ComputerHealthService[]</command:parameterValue><dev:type><maml:name>ComputerHealthService[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="" pipelineInput="true (ByValue)" position="2"><maml:name>Observer</maml:name><maml:description><maml:para>Specifies a management server or a gateway management server that is not a member of the resource pool.</maml:para><maml:para>To make a resource pool highly available, you must add a minimum of three members to the pool, or two members and one observer.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ComputerHealthService[]</command:parameterValue><dev:type><maml:name>ComputerHealthService[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="" pipelineInput="true (ByValue)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>Returns an object representing the resource pool. 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="true" globbing="" pipelineInput="true (ByValue)" position="1"><maml:name>ResourcePool</maml:name><maml:description><maml:para>Specifies one or more resource pool objects. Enter a variable that represents the resource pools, or type a command that gets the resource pools.</maml:para><maml:para>For information about how to get a resource pool object, type "Get-Help Get-SCOMResourcePool".</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementServicePool[]</command:parameterValue><dev:type><maml:name>ManagementServicePool[]</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. Specify a Management group connection object, such as one 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: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: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; $Members = Get-SCOMManagementServer
PS C:\&gt;Get-SCOMResourcePool -DisplayName "Pool01" | Set-SCOMResourcePool -Member $Members -Action "Add"
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets all management servers and stores them in the $Members variable.</maml:para><maml:para>The second command gets the resource pool with a display name of "Pool01" and then adds the objects stored in the $Members variable to that resource pool.</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; $Member = Get-SCOMManagementServer -Name "Member01"
PS C:\&gt;Get-SCOMResourcePool -DisplayName Pool01 | Set-SCOMResourcePool -Member $Member -Action "Remove"
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the management server with the display name of "Member01" and stores it in the $Member variable.</maml:para><maml:para>The second command gets the resource pool with the display name of "Pool01" and then removes the object stored in the $Member variable from that resource pool.</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; $Observer = Get-SCOMManagementServer -Name "Observer01"
PS C:\&gt;Get-SCOMResourcePool -DisplayName Pool01 | Set-SCOMResourcePool -Observer $Observer -Action "Add" -Passthru
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the management server named Observer01.</maml:para><maml:para>The second command gets the resource pool with the display name of "Pool01" and then adds the Observer object stored in the $Observer variable to that resource pool.</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; $Observer = Get-SCOMManagementServer -Name "Observer01"
PS C:\&gt;Get-SCOMResourcePool -DisplayName Pool01 | Set-SCOMResourcePool -Observer $Observer -Action "Remove" –Passthru
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the management server named Observer01.</maml:para><maml:para>The second command gets the resource pool with the display name of "Pool01" and then removes the Observer object stored in the $Observer variable from that resource pool.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
 
-------------------------- EXAMPLE 5 --------------------------
 
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt; $Pool = Get-SCOMResourcePool -DisplayName "Pool01"
PS C:\&gt;$Pool.DisplayName = "New Pool 02"
PS C:\&gt;$Pool.ApplyChanges()
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the resource pool with a display name of Pool01.</maml:para><maml:para>The second command changes the value of the DisplayName property for the resource pool stored in the $Pool variable to "New Pool 02".</maml:para><maml:para>The last command uses the ApplyChanges() method to commit the change to the DisplayName property.</maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
 
-------------------------- EXAMPLE 6 --------------------------
 
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt; $Pool = Get-SCOMResourcePool -DisplayName "New Pool 02"
PS C:\&gt;$Pool.Description = "Description of New Pool 02"
PS C:\&gt;$Pool.ApplyChanges()
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the resource pool with a display name of New Pool 02.</maml:para><maml:para>The second command changes the value of the Description property for the resource pool stored in the $Pool variable.</maml:para><maml:para>The last command uses the ApplyChanges() method to commit the change to the Description property.</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=199893</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCResourcePool</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>New-SCResourcePool</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCResourcePool</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-SCOMRMSEmulator</command:name><maml:description><maml:para>Moves the RMS Emulator role to the specified management server.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMRMSEmulator</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMRMSEmulator cmdlet creates the RMS Emulator role on the specified management server or moves it to this server if the role already exists in the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMRMSEmulator</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Server</maml:name><maml:description><maml:para>Specifies the management server for the RMS Emulator role.</maml:para><maml:para>For information about how to get a management server, type Get-Help Get-SCOMManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</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 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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>Returns an object representing the RMS Emulator role. 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 is the current management group connection. Specify a Management group connection object, such as one 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 the name of 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. Valid formats include a NetBIOS name, an IP address, or a fully qualified domain name. 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 default is the current user. Type a user name, such as "User01", "Domain01\User01", or "User@Domain.com", or enter a PSCredential object, such as one returned by the Get-Credential cmdlet. When you type a user name, you will be prompted for a password. For more information, type Get-Help Get-Credential.</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="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. Specify a Management group connection object, such as one 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="true (ByValue, ByPropertyName)" position="1"><maml:name>Server</maml:name><maml:description><maml:para>Specifies the management server for the RMS Emulator role.</maml:para><maml:para>For information about how to get a management server, type Get-Help Get-SCOMManagementServer.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</command:parameterValue><dev:type><maml:name>ManagementServer</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>Returns an object representing the RMS Emulator role. 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="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: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: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-SCOMManagementServer -Name "Server01.Contoso.com" | Set-SCOMRMSEmulator
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command creates the RMS Emulator role on the management server Server01.Contoso.com.</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=231758</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMManagementServer</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMRMSEmulator</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Remove-SCOMRMSEmulator</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-SCOMRunAsProfile</command:name><maml:description><maml:para>Adds Run As accounts to or removes them from a Run As profile.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMRunAsProfile</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMRunAsProfile cmdlet adds Run As accounts to or removes Run As accounts from a Run As profile.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMRunAsProfile</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Account</maml:name><maml:description><maml:para>Specifies the Run As account to add to the Run As profile. Enter a variable that represents the Run As account, or type a command that gets the account.</maml:para><maml:para>For information about how to get a Run As account, type Get-Help Get-SCOMRunAsAccount.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">SecureData[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Profile</maml:name><maml:description><maml:para>Specifies the Run As profile to update. Enter a variable that represents the Run As profile, or type a command that gets the profile.</maml:para><maml:para>For information about how to get a Run As profile, type Get-Help Get-SCOMRunAsProfile.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackSecureReference</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Action</maml:name><maml:description><maml:para>Specifies the action to take when updating the Run As profile. Valid values include "Add" or "Remove".</maml:para></maml:description><command:parameterValue required="true" variableLength="false">RunAsProfileAccountsAction</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>Returns an object representing the Run as profile. 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:syntaxItem><command:syntaxItem><maml:name>Set-SCOMRunAsProfile</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 classes that the Run As account is permitted to manage. Enter a variable that represents the class, or type a command that gets the class. For information about how to get a class object, type Get-Help Get-SCOMClass.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Account</maml:name><maml:description><maml:para>Specifies the Run As account to add to the Run As profile. Enter a variable that represents the Run As account, or type a command that gets the account.</maml:para><maml:para>For information about how to get a Run As account, type Get-Help Get-SCOMRunAsAccount.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">SecureData[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Profile</maml:name><maml:description><maml:para>Specifies the Run As profile to update. Enter a variable that represents the Run As profile, or type a command that gets the profile.</maml:para><maml:para>For information about how to get a Run As profile, type Get-Help Get-SCOMRunAsProfile.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackSecureReference</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Action</maml:name><maml:description><maml:para>Specifies the action to take when updating the Run As profile. Valid values include "Add" or "Remove".</maml:para></maml:description><command:parameterValue required="true" variableLength="false">RunAsProfileAccountsAction</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>Returns an object representing the Run as profile. 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:syntaxItem><command:syntaxItem><maml:name>Set-SCOMRunAsProfile</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 the groups that the Run As account is permitted to manage. Enter a variable that represents the group, or type a command that gets the group.</maml:para><maml:para>For information about how to get a class object, type Get-Help Get-SCOMGroup.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Account</maml:name><maml:description><maml:para>Specifies the Run As account to add to the Run As profile. Enter a variable that represents the Run As account, or type a command that gets the account.</maml:para><maml:para>For information about how to get a Run As account, type Get-Help Get-SCOMRunAsAccount.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">SecureData[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Profile</maml:name><maml:description><maml:para>Specifies the Run As profile to update. Enter a variable that represents the Run As profile, or type a command that gets the profile.</maml:para><maml:para>For information about how to get a Run As profile, type Get-Help Get-SCOMRunAsProfile.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackSecureReference</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Action</maml:name><maml:description><maml:para>Specifies the action to take when updating the Run As profile. Valid values include "Add" or "Remove".</maml:para></maml:description><command:parameterValue required="true" variableLength="false">RunAsProfileAccountsAction</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>Returns an object representing the Run as profile. 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:syntaxItem><command:syntaxItem><maml:name>Set-SCOMRunAsProfile</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 the class instances that the Run As account is permitted to manage. Enter a variable that represents the class instance, or type a command that gets the class instance. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Account</maml:name><maml:description><maml:para>Specifies the Run As account to add to the Run As profile. Enter a variable that represents the Run As account, or type a command that gets the account.</maml:para><maml:para>For information about how to get a Run As account, type Get-Help Get-SCOMRunAsAccount.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">SecureData[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Profile</maml:name><maml:description><maml:para>Specifies the Run As profile to update. Enter a variable that represents the Run As profile, or type a command that gets the profile.</maml:para><maml:para>For information about how to get a Run As profile, type Get-Help Get-SCOMRunAsProfile.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackSecureReference</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Action</maml:name><maml:description><maml:para>Specifies the action to take when updating the Run As profile. Valid values include "Add" or "Remove".</maml:para></maml:description><command:parameterValue required="true" variableLength="false">RunAsProfileAccountsAction</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>Returns an object representing the Run as profile. 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:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Account</maml:name><maml:description><maml:para>Specifies the Run As account to add to the Run As profile. Enter a variable that represents the Run As account, or type a command that gets the account.</maml:para><maml:para>For information about how to get a Run As account, type Get-Help Get-SCOMRunAsAccount.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">SecureData[]</command:parameterValue><dev:type><maml:name>SecureData[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Action</maml:name><maml:description><maml:para>Specifies the action to take when updating the Run As profile. Valid values include "Add" or "Remove".</maml:para></maml:description><command:parameterValue required="true" variableLength="false">RunAsProfileAccountsAction</command:parameterValue><dev:type><maml:name>RunAsProfileAccountsAction</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>Class</maml:name><maml:description><maml:para>Specifies the classes that the Run As account is permitted to manage. Enter a variable that represents the class, or type a command that gets the class. For information about how to get a class object, type Get-Help Get-SCOMClass.</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="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Group</maml:name><maml:description><maml:para>Specifies the groups that the Run As account is permitted to manage. Enter a variable that represents the group, or type a command that gets the group.</maml:para><maml:para>For information about how to get a class object, type Get-Help Get-SCOMGroup.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue><dev:type><maml:name>MonitoringObject[]</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 the class instances that the Run As account is permitted to manage. Enter a variable that represents the class instance, or type a command that gets the class instance. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue><dev:type><maml:name>MonitoringObject[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Profile</maml:name><maml:description><maml:para>Specifies the Run As profile to update. Enter a variable that represents the Run As profile, or type a command that gets the profile.</maml:para><maml:para>For information about how to get a Run As profile, type Get-Help Get-SCOMRunAsProfile.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackSecureReference</command:parameterValue><dev:type><maml:name>ManagementPackSecureReference</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>Returns an object representing the Run as profile. 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: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: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: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;$Profile = Get-RunAsProfile -DisplayName "Privileged Monitoring Account"
PS C:\&gt;$Account = Get-SCOMRunAsAccount -Name "High Privileged Account"
PS C:\&gt;Set-SCOMRunAsProfile -Action "Add" -Profile $Profile -Account $Account
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the Run As profile with the display name "Privileged Monitoring Account" and stores it in the $Profile variable.</maml:para><maml:para>The second command gets the Run As account named "High Privileged Account" and stores it in the $Account variable.</maml:para><maml:para>The third command adds the account stored in the $Account variable to the Run As profile stored in the $Profile variable, and configures the Run As account to manage "All targeted objects" because no class, group or object was provided.</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;$Profile = Get-SCOMRunAsProfile -DisplayName "SQL Server Monitoring Account"
PS C:\&gt;$Account = Get-SCOMrunAsAccount -Name "Contoso\SQLAuth"
PS C:\&gt;$Group = Get-SCOMGroup -DisplayName "Contoso financial SQL Servers"
PS C:\&gt;Set-SCOMRunAsProfile -Action "Add" -Profile $Profile -Account $Account -Group $Group
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the Run As profile named "SQL Server Monitoring Account" and stores it in the $Profile variable.</maml:para><maml:para>The second command gets the Run As account named "Contoso\SQLAuth" and stores it in the $Account variable.</maml:para><maml:para>The third command gets the group named "Contoso financial SQL Servers" and stores it in the $Group variable.</maml:para><maml:para>The fourth command adds the account stored in the $Account variable to the Run As profile stored in the $Profile variable, and configures the Run As account to manage the group stored in the $Group variable.</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;$Profile = Get-SCOMRunAsProfile -DisplayName "SQL Server Monitoring Account"
PS C:\&gt;$Account = Get-SCOMrunAsAccount -Name "Contoso\SQLAuth"
PS C:\&gt;$Group = Get-SCOMGroup -DisplayName "Contoso financial SQL Servers"
PS C:\&gt;Set-SCOMRunAsProfile -Action "Add" -Profile $Profile -Account $Account -Group $Group
 
 
</dev:code><dev:remarks></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=191957</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClass</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMGroup</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMRunAsAccount</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMRunAsProfile</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMProfile</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-SCOMUserRole</command:name><maml:description><maml:para>Configures an Operations Manager user role.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMUserRole</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMUserRole cmdlet configures an Operations Manager user role. You can update the user list or scope of the user role.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMUserRole</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>UserRole</maml:name><maml:description><maml:para>Specifies a user role object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">UserRole</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>Returns an object representing the user role. 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="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>AllClass</maml:name><maml:description><maml:para>Indicates that an Author user role is scoped to all classes.</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:syntaxItem><maml:name>Set-SCOMUserRole</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>UserRole</maml:name><maml:description><maml:para>Specifies a user role object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">UserRole</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>Returns an object representing the user role. 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="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>AllGroup</maml:name><maml:description><maml:para>Indicates that a user role is scoped to all groups.</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:syntaxItem><maml:name>Set-SCOMUserRole</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>UserRole</maml:name><maml:description><maml:para>Specifies a user role object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">UserRole</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>Returns an object representing the user role. 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="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>AllTask</maml:name><maml:description><maml:para>Indicates that an Author, Operator, or Advanced Operator user rule is scoped to all tasks.</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:syntaxItem><maml:name>Set-SCOMUserRole</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>UserRole</maml:name><maml:description><maml:para>Specifies a user role object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">UserRole</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>Returns an object representing the user role. 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="true" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>ClassScope</maml:name><maml:description><maml:para>Specifies the new collection of classes that an Author user role is scoped to. To remove all scoped classes, specify $null or an empty array @().</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackClass[]</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>Set-SCOMUserRole</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>UserRole</maml:name><maml:description><maml:para>Specifies a user role object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">UserRole</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>Returns an object representing the user role. 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="true" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>GroupScope</maml:name><maml:description><maml:para>Specifies the new collection of groups that a user role is scoped to. To remove all scoped groups, specify $null or an empty array @().</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObjectGroup[]</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>Set-SCOMUserRole</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>UserRole</maml:name><maml:description><maml:para>Specifies a user role object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">UserRole</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>Returns an object representing the user role. 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="true" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>TaskScope</maml:name><maml:description><maml:para>Specifies the new collection of tasks that an Author, Operator, or Advanced Operator user role is scoped to. To remove all scoped tasks, specify $null or an empty array @().</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackTask[]</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>Set-SCOMUserRole</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>UserRole</maml:name><maml:description><maml:para>Specifies a user role object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">UserRole</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>Returns an object representing the user role. 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="true" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>User</maml:name><maml:description><maml:para>Specifies one or more user names to include in the user role. This list replaces any existing list of users. To clear all users from a user role, specify $null or an empty array @().</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="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>AllClass</maml:name><maml:description><maml:para>Indicates that an Author user role is scoped to all classes.</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>AllGroup</maml:name><maml:description><maml:para>Indicates that a user role is scoped to all groups.</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>AllTask</maml:name><maml:description><maml:para>Indicates that an Author, Operator, or Advanced Operator user rule is scoped to all tasks.</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="named"><maml:name>ClassScope</maml:name><maml:description><maml:para>Specifies the new collection of classes that an Author user role is scoped to. To remove all scoped classes, specify $null or an empty array @().</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="true" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>GroupScope</maml:name><maml:description><maml:para>Specifies the new collection of groups that a user role is scoped to. To remove all scoped groups, specify $null or an empty array @().</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObjectGroup[]</command:parameterValue><dev:type><maml:name>MonitoringObjectGroup[]</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>Returns an object representing the user role. 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="true" globbing="false" pipelineInput="false" position="named"><maml:name>TaskScope</maml:name><maml:description><maml:para>Specifies the new collection of tasks that an Author, Operator, or Advanced Operator user role is scoped to. To remove all scoped tasks, specify $null or an empty array @().</maml:para></maml:description><command:parameterValue required="true" variableLength="true">ManagementPackTask[]</command:parameterValue><dev:type><maml:name>ManagementPackTask[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>User</maml:name><maml:description><maml:para>Specifies one or more user names to include in the user role. This list replaces any existing list of users. To clear all users from a user role, specify $null or an empty array @().</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="true (ByValue)" position="1"><maml:name>UserRole</maml:name><maml:description><maml:para>Specifies a user role object.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">UserRole</command:parameterValue><dev:type><maml:name>UserRole</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: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: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; $role = Get-SCOMUserRole -Name 'Constoso Operators'
PS C:\&gt;$role | Set-SCOMUserRole -AllTask -PassThru | Set-SCOMUserRole -AllGroup
 
</dev:code><dev:remarks><maml:para>The first command gets the user role object named Contoso Operators and stores the object in the $role variable.</maml:para><maml:para>The second command uses the pipeline operator to pass the user role stored in $role to Set-SCOMUserRole which grants the user role access to all tasks and returns the updated user role object. The command then passes the updated object to Set-SCOMUserRole which approves the role for all groups.</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; $role = Get-SCOMUserRole -Name 'Constoso SQL Operators'
PS C:\&gt;$newTaskList = Get-SCOMTask -Name '*SQL*'
PS C:\&gt;$role | Set-SCOMUserRole -TaskScope $newTaskList
 
</dev:code><dev:remarks><maml:para>The first command gets the user role object named Contoso SQL Operators and stores the object in the $role variable.</maml:para><maml:para>The second command gets all task objects with SQL in their name and stores the objects in the $newTaskList variable</maml:para><maml:para>The last command uses the pipeline operator to pass the user role stored in $role to Set-SCOMUserRole which resets the collection of approved tasks to the list stored in $newTaskList</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; $role = Get-SCOMUserRole -Name 'Contoso Read-Only Operators'
PS C:\&gt;$role | Set-SCOMUserRole -User ($role.Users + 'contoso\Cesar')
 
</dev:code><dev:remarks><maml:para>The first command gets the user role object named Contoso Read-Only Operators and stores the object in the $role variable.</maml:para><maml:para>The second command uses the pipeline operator to pass the role stored in $role to Set-SCOMUserRole which adds the user contoso\Cesar to the existing list of users for the role.</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=239729</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-SCOMWebAddressSetting</command:name><maml:description><maml:para>Sets the web console and online product knowledge URLs for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMWebAddressSetting</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMWebAddressSetting cmdlet sets the web console and online product knowledge URLs for the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMWebAddressSetting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>OnlineProductKnowledgeUrl</maml:name><maml:description><maml:para>The URL for online product knowledge.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Uri</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If specified, the setting will be returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>WebConsoleUrl</maml:name><maml:description><maml:para>The URL for the web console.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Uri</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>OnlineProductKnowledgeUrl</maml:name><maml:description><maml:para>The URL for online product knowledge.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Uri</command:parameterValue><dev:type><maml:name>Uri</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If specified, the setting will be returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>WebConsoleUrl</maml:name><maml:description><maml:para>The URL for the web console.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Uri</command:parameterValue><dev:type><maml:name>Uri</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: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: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;Set-SCOMWebAddressSetting -WebConsoleUrl "http://OM01.contoso.com/OperationsManager"
 
</dev:code><dev:remarks><maml:para>This command sets the web console URL to "http://OM01.contoso.com/OperationsManager".</maml:para><maml:para></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;Set-SCOMWebAddressSetting -OnlineProductKnowledgeUrl "http://OM01.contoso.com/Knowledge"
 
</dev:code><dev:remarks><maml:para>This command sets the online product knowledge URL to "http://OM01.contoso.com/Knowledge".</maml:para><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/p/?LinkId=239502</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>Start-SCOMMaintenanceMode</command:name><maml:description><maml:para>Places a specified class instance into maintenance mode, and creates new active maintenance mode entries.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Start</command:verb><command:noun>SCOMMaintenanceMode</command:noun><dev:version /></command:details><maml:description><maml:para>The Start-MaintenanceMode cmdlet places a specified class instance into maintenance mode, and creates new active maintenance mode entries.</maml:para><maml:para>When in maintenance mode, alerts, notifications, rules, monitors, automatic responses, state changes, and new alerts are suppressed for the class instance.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Start-SCOMMaintenanceMode</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 a class instance object. Enter a variable that represents the class instance, or type a command that gets the class instance. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>EndTime</maml:name><maml:description><maml:para>Specifies the time that the maintenance will end. The minimum amount of time a resource can be in maintenance mode is 5 minutes.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>Comment</maml:name><maml:description><maml:para>Allows you to type a comment about the maintenance activity.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Reason</maml:name><maml:description><maml:para>Specifies the reason for placing the resource into maintenance mode. Valid values are: PlannedOther, UnplannedOther, PlannedHardwareMaintenance, UnplannedHardwareMaintenance, PlannedHardwareInstallation, UnplannedHardwareInstallation, PlannedOperatingSystemReconfiguration, UnplannedOperatingSystemReconfiguration, PlannedApplicationMaintenance, ApplicationInstallation, ApplicationUnresponsive, ApplicationUnstable, SecurityIssue, LossOfNetworkConnectivity.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">MaintenanceModeReason</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></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="true (ByValue)" position="3"><maml:name>Comment</maml:name><maml:description><maml:para>Allows you to type a comment about the maintenance activity.</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="2"><maml:name>EndTime</maml:name><maml:description><maml:para>Specifies the time that the maintenance will end. The minimum amount of time a resource can be in maintenance mode is 5 minutes.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue><dev:type><maml:name>DateTime</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 a class instance object. Enter a variable that represents the class instance, or type a command that gets the class instance. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">MonitoringObject[]</command:parameterValue><dev:type><maml:name>MonitoringObject[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Reason</maml:name><maml:description><maml:para>Specifies the reason for placing the resource into maintenance mode. Valid values are: PlannedOther, UnplannedOther, PlannedHardwareMaintenance, UnplannedHardwareMaintenance, PlannedHardwareInstallation, UnplannedHardwareInstallation, PlannedOperatingSystemReconfiguration, UnplannedOperatingSystemReconfiguration, PlannedApplicationMaintenance, ApplicationInstallation, ApplicationUnresponsive, ApplicationUnstable, SecurityIssue, LossOfNetworkConnectivity.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">MaintenanceModeReason</command:parameterValue><dev:type><maml:name>MaintenanceModeReason</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></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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;$Instance = Get-SCOMClassInstance -Name Server01.Contoso.com
PS C:\&gt;$Time = ((Get-Date).AddMinutes(10))
PS C:\&gt;Start-SCOMMaintenanceMode -Instance $Instance -EndTime $Time -Reason "SecurityIssue" -Comment "Applying software update."
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the class instance named Server01.Contoso.com.</maml:para><maml:para>The second command gets the current time and adds ten minutes.</maml:para><maml:para>The third command starts maintenance on the object stored in the $Instance variable, sets the end time for the time stored in the $Time variable, and specifies a reason and a comment about the maintenance mode activity.</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=187704</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMMaintenanceMode</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Set-SCOMMaintenanceMode</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>Start-SCOMTask</command:name><maml:description><maml:para>Starts a task against a specified object.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Start</command:verb><command:noun>SCOMTask</command:noun><dev:version /></command:details><maml:description><maml:para>The Start-Task cmdlet starts a task against a specified object. This cmdlet requires a task object and a class instance object. This cmdlet accepts only one task, but can accept multiple class instances and overrides.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Start-SCOMTask</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 one or more class instance objects for which to start a task. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">EnterpriseManagementObject[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="2"><maml:name>Task</maml:name><maml:description><maml:para>Specifies a task object to start. Enter a variable that represents the task, or type a command that gets the task. This parameter accepts only one task.</maml:para><maml:para>For information about how to get a task object, type Get-Help Get-SCOMTask.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackTask</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>TaskCredentials</maml:name><maml:description><maml:para>Specifies the credentials under which the task will run. If this parameter is omitted, the current user's credentials are used.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Override</maml:name><maml:description><maml:para>Specifies a hash table that defines the values for one or more overridable parameters of the task being run. To determine the overridable parameters for a task, use the GetOverrideableParameters() method for a task object.</maml:para><maml:para>A hash table is a compact data structure that stores one or more name/value pairs. To create a hash table that defines the values for overridable parameters, use the following syntax:</maml:para><maml:para>@{
Parameter1=10;
Parameter2="1092834098123407953912837"}</maml:para><maml:para>To use a hash table in a command or script, save it in a variable. For example:</maml:para><maml:para>PS C:\&gt; $Overrides = @{
&gt;&gt; Parameter1=10;
&gt;&gt; Parameter2="1092834098123407953912837"
&gt;&gt; }</maml:para><maml:para>For more information about hash tables, type Get-Help about_Hash_Tables.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">Hashtable</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>Instance</maml:name><maml:description><maml:para>Specifies one or more class instance objects for which to start a task. Enter a variable that represents the class instances, or type a command that gets the class instances. This parameter also accepts group objects.</maml:para><maml:para>For information about how to get a class instance object, type Get-Help Get-SCOMClassInstance.</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="false" globbing="false" pipelineInput="true (ByValue)" position="4"><maml:name>Override</maml:name><maml:description><maml:para>Specifies a hash table that defines the values for one or more overridable parameters of the task being run. To determine the overridable parameters for a task, use the GetOverrideableParameters() method for a task object.</maml:para><maml:para>A hash table is a compact data structure that stores one or more name/value pairs. To create a hash table that defines the values for overridable parameters, use the following syntax:</maml:para><maml:para>@{
Parameter1=10;
Parameter2="1092834098123407953912837"}</maml:para><maml:para>To use a hash table in a command or script, save it in a variable. For example:</maml:para><maml:para>PS C:\&gt; $Overrides = @{
&gt;&gt; Parameter1=10;
&gt;&gt; Parameter2="1092834098123407953912837"
&gt;&gt; }</maml:para><maml:para>For more information about hash tables, type Get-Help about_Hash_Tables.</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)" position="2"><maml:name>Task</maml:name><maml:description><maml:para>Specifies a task object to start. Enter a variable that represents the task, or type a command that gets the task. This parameter accepts only one task.</maml:para><maml:para>For information about how to get a task object, type Get-Help Get-SCOMTask.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementPackTask</command:parameterValue><dev:type><maml:name>ManagementPackTask</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="3"><maml:name>TaskCredentials</maml:name><maml:description><maml:para>Specifies the credentials under which the task will run. If this parameter is omitted, the current user's credentials are used.</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: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: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: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;$Instances = Get-SCOMClassInstance -Name *.Contoso.com
PS C:\&gt;Get-SCOMTask -DisplayName "Get Monitor State" | Start-SCOMTask -Instance $Instances
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets all class instances in the Contoso.com domain and stores them in the $Instances variable.</maml:para><maml:para>The second command gets the task with the display name "Get Monitor State" and starts the task for each class instance stored in the $Instances variable.</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;$Overrides = @{Timeout=60}
PS C:\&gt;$Instances = Get-SCOMClassInstance -DisplayName "Contoso Service"
PS C:\&gt;$Task = Get-SCOMTask -DisplayName "Start NT Service"
PS C:\&gt;Start-SCOMTask -Task $Task -Instance $Instances -Override $Overrides
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command creates a hash table with a value for the Timeout parameter and stores it in the $Overrides variable.</maml:para><maml:para>The second command gets all class instances with the name "Contoso Service" and stores them in the $Instances variable.</maml:para><maml:para>The third command gets the task with the display name "Start NT Service" and starts the task for each class instance stored in the $Instances variable.</maml:para><maml:para>The fourth command starts the task for each class instance stored in the $Instances variable using a Timeout parameter of 60.</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;$Creds = Get-Credential
PS C:\&gt;$Instance = Get-SCOMClassInstance -Name Server01.Contoso.com
PS C:\&gt;Get-SCOMTask -DisplayName "Reset State" | Start-SCOMTask -Instance $Instance -TaskCredentials $Creds
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command prompts the user for a user name and password, and stores the credential object in the $Creds variable.</maml:para><maml:para>The second command gets a class instance named "Server01.Contoso.com" and stores it in the $Instance variable.</maml:para><maml:para>The third command gets a task with the display name "Reset State" and starts the task for the class instance stored in the $Instance variable. The command runs the task under the credentials stored in the $Creds variable.</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=187715</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMClassInstance</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMTask</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMTaskResult</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-SCOMCEIP</command:name><maml:description><maml:para>Determnines if the SCOM CEIP is enabled on the local computer.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Test</command:verb><command:noun>SCOMCEIP</command:noun><dev:version /></command:details><maml:description><maml:para>The Test-SCOCEIP cmdlet determnines if the Operations Manager Customer Experience Improvement Program (CEIP) is enabled on the local computer.</maml:para><maml:para>If $true is returned, CEIP is enabled. If $false is returned, CEIP is disabled.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Test-SCOMCEIP</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMCEIP
 
</dev:code><dev:remarks><maml:para>This command returns the result of whether CEIP is enabled on the local computer.</maml:para><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/p/?LinkId=239503</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-SCOMOperationalDataReporting</command:name><maml:description><maml:para>Determines whether operational data reporting is enabled for the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Test</command:verb><command:noun>SCOMOperationalDataReporting</command:noun><dev:version /></command:details><maml:description><maml:para>The Test-SCOMOperationalDataReporting cmdlet determines whether operational data reporting is enabled for the management group.</maml:para><maml:para>If $true is returned, operational data reporting is enabled. If $false is returned, operational data reporting is disabled.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Test-SCOMOperationalDataReporting</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMOperationalDataReporting
 
</dev:code><dev:remarks><maml:para>This command returns the result of whether operational data reporting is enabled.</maml:para><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/p/?LinkId=239504</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>Uninstall-SCOMAgent</command:name><maml:description><maml:para>Uninstalls agents from agent-managed computers.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Uninstall</command:verb><command:noun>SCOMAgent</command:noun><dev:version /></command:details><maml:description><maml:para>The Uninstall-SCOMAgent cmdlet uninstalls agents from agent-managed computers.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Uninstall-SCOMAgent</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>ActionAccount</maml:name><maml:description><maml:para>Specifies the credentials under which the agent uninstall task will run. If this parameter is omitted or has a null value, the default action account of the management server managing the agent is used.</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>Returns an object representing the agent. 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="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects to uninstall. Enter a variable that represents the agents, or type a command that gets the agents.</maml:para><maml:para>For information about how to get agents, type Get-Help Get-SCOMAgent.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</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>ActionAccount</maml:name><maml:description><maml:para>Specifies the credentials under which the agent uninstall task will run. If this parameter is omitted or has a null value, the default action account of the management server managing the agent is used.</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="false" pipelineInput="true (ByValue)" position="named"><maml:name>Agent</maml:name><maml:description><maml:para>Specifies one or more agent objects to uninstall. Enter a variable that represents the agents, or type a command that gets the agents.</maml:para><maml:para>For information about how to get agents, type Get-Help Get-SCOMAgent.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">AgentManagedComputer[]</command:parameterValue><dev:type><maml:name>AgentManagedComputer[]</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>Returns an object representing the agent. 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="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.Administration.AgentManagedComputer</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></maml:description></command:inputType></command:inputTypes><command:returnValues><command:returnValue><dev:type><maml:name>Microsoft.EnterpriseManagement.Administration.AgentTaskResult</maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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-SCOMAgent Server01.Contoso.com | Uninstall-SCOMAgent
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>This command gets the agent "Server01.Contoso.com" and then uninstalls it.</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;$Agent = Get-SCOMAgent Server01.Contoso.com
PS C:\&gt;Uninstall-SCOMAgent -Agent $Agent
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the agent-managed computer named "Server01.Contoso.com" and stores it in the $Agent variable.</maml:para><maml:para>The second command uninstalls the agent stored in the $Agent variable.</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;$Agent = Get-SCOMAgent Server01.Contoso.com
PS C:\&gt;Uninstall-SCOMAgent -Agent $Agent -ActionAccount (Get-Credential)
 
 
</dev:code><dev:remarks><maml:para>Description</maml:para><maml:para>-----------</maml:para><maml:para>The first command gets the agent named "Server01.Contoso.com" and stores it in the $Agent variable.</maml:para><maml:para>The second command uninstalls the agent stored in the $Agent variable using the credentials the user is prompted for.</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=187735</maml:uri></maml:navigationLink><maml:navigationLink><maml:linkText>Get-SCOMAgent</maml:linkText><maml:uri /></maml:navigationLink><maml:navigationLink><maml:linkText>Install-SCOMAgent</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-SCOMADAgentAssignment</command:name><maml:description><maml:para>Updates certain settings of the Active Directory agent assignment.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Update</command:verb><command:noun>SCOMADAgentAssignment</command:noun><dev:version /></command:details><maml:description><maml:para>The Update-SCOMADAgentAssignment cmdlet updates certain settings of the Active Directory agent assignment. Only the LDAP query and exclusion list can be modified. To make other changes, the agent assignment must be deleted and re-created.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Update-SCOMADAgentAssignment</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3"><maml:name>LdapQuery</maml:name><maml:description><maml:para>The new LDAP query. The existing LDAP query will be kept if this parameter is omitted.</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" position="named"><maml:name>Exclude</maml:name><maml:description><maml:para>The new list of computers to exclude, even if they are returned by the LDAP query. The existing exclusion list will be kept if this parameter is omitted.</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>PassThru</maml:name><maml:description><maml:para>If specified, the agent assignment will be returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one returned by the Get-SCManagementGroupConnection 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="true (ByValue)" position="named"><maml:name>AgentAssignment</maml:name><maml:description><maml:para>The AD agent assignment.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">AgentAssignment</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PrimaryServer</maml:name><maml:description><maml:para>The primary management server used for the agent assignment being updated. This parameter is automatically populated when you pipe input from Get-SCOMADAgentAssignment.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</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="named"><maml:name>AgentAssignment</maml:name><maml:description><maml:para>The AD agent assignment.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">AgentAssignment</command:parameterValue><dev:type><maml:name>AgentAssignment</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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true" globbing="false" pipelineInput="false" position="named"><maml:name>Exclude</maml:name><maml:description><maml:para>The new list of computers to exclude, even if they are returned by the LDAP query. The existing exclusion list will be kept if this parameter is omitted.</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="3"><maml:name>LdapQuery</maml:name><maml:description><maml:para>The new LDAP query. The existing LDAP query will be kept if this parameter is omitted.</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>If specified, the agent assignment will be returned to the pipeline.</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 (ByPropertyName)" position="named"><maml:name>PrimaryServer</maml:name><maml:description><maml:para>The primary management server used for the agent assignment being updated. This parameter is automatically populated when you pipe input from Get-SCOMADAgentAssignment.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ManagementServer</command:parameterValue><dev:type><maml:name>ManagementServer</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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMADAgentAssignment -Domain "contoso.com" | Update-SCOMADAgentAssignment -LdapQuery '(&amp;amp;(sAMAccountType=805306369)(name=SQLSERVER*))'
 
</dev:code><dev:remarks><maml:para>This command updates the LDAP query of an Active Directory agent assignment for domain contoso.com to return only computers with names matching "SQLSERVER*".</maml:para><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/p/?LinkId=239505</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-SCOMLocation</command:name><maml:description><maml:para>Updates the settings of a geographic location instance.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Update</command:verb><command:noun>SCOMLocation</command:noun><dev:version /></command:details><maml:description><maml:para>The Update-SCOMLocation cmdlet updates the settings of a geographic location instance.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Update-SCOMLocation</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>Location</maml:name><maml:description><maml:para>Specifies the location instance to update. To get a location instance, use the Get-SCOMLocation cmdlet.</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 a computer to establish a connection with. The computer must be running the System Center Data Access service. The default 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByValue)" position="named"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the location.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Latitude</maml:name><maml:description><maml:para>Specifies the latitude for a location in decimal degrees.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Longitude</maml:name><maml:description><maml:para>Specifies the longitude for a location in decimal degrees.</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>Indicates that the updated location instance is returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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="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 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. 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. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByValue)" position="named"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the location.</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="true (ByValue)" position="named"><maml:name>Latitude</maml:name><maml:description><maml:para>Specifies the latitude for a location in decimal degrees.</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>Location</maml:name><maml:description><maml:para>Specifies the location instance to update. To get a location instance, use the Get-SCOMLocation cmdlet.</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="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Longitude</maml:name><maml:description><maml:para>Specifies the longitude for a location in decimal degrees.</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>Indicates that the updated location instance is returned to the pipeline.</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 is the current management group connection.</maml:para><maml:para>Enter a Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMLocation -DisplayName "Los Angeles, CA" | Update-SCOMLocation -Latitude 33.942809 -Longitude -118.4047064
 
</dev:code><dev:remarks><maml:para>This command updates the latitude and longitude of the Los Angeles, CA location instance.</maml:para><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/p/?LinkId=239506</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>Add-SCOMRunAsAccount</command:name><maml:description><maml:para>Adds a Run As account to the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SCOMRunAsAccount</command:noun><dev:version /></command:details><maml:description><maml:para>The Add-SCOMRunAsAccount cmdlet adds a Run As account to the management group.</maml:para><maml:para>By default all new accounts will be created with the more secure distribution option, with no approved systems. To modify the account distribution policy, use the Set-SCOMRunAsDistribution cmdlet.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Add-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>RunAsCredential</maml:name><maml:description><maml:para>The credential used for the runas account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The account description. If not set, will default to the display name.</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>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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Windows</maml:name><maml:description><maml:para>If set, the account will be a Windows runas account. This is the default.</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:syntaxItem><maml:name>Add-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>RunAsCredential</maml:name><maml:description><maml:para>The credential used for the runas account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>ActionAccount</maml:name><maml:description><maml:para>If set, the account will be an Action Account.</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>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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The account description. If not set, will default to the display name.</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>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 Management group connection object, such as one 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>Add-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>UserName</maml:name><maml:description><maml:para>The account username. This parameter is only valid for SNMPV3 and cross-platform maintenance accounts, otherwise -RunAsCredential should be used.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AuthProtocolAndKey</maml:name><maml:description><maml:para>The SNMP authentication protocol and key, stored in a PSCredential. Enter the protocol as the "username" and the key as the "password." Valid protocols are MD5 and SHA. Enter a PSCredential object, such as one 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="false" 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 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. 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 (ByPropertyName)" position="named"><maml:name>Context</maml:name><maml:description><maml:para>The SNMP context.</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>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The account description. If not set, will default to the display name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>PrivacyProtocolAndKey</maml:name><maml:description><maml:para>The SNMP privacy protocol and key, stored in a PSCredential. Enter the protocol as the "username" and the key as the "password." Valid protocols are AES and DES. Enter a PSCredential object, such as one 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="false" 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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>SnmpV3</maml:name><maml:description><maml:para>If set, the account will be a SNMPV3 runas account.</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:syntaxItem><maml:name>Add-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>RunAsCredential</maml:name><maml:description><maml:para>The credential used for the runas account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Basic</maml:name><maml:description><maml:para>If set, the account will be a Basic runas account.</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>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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The account description. If not set, will default to the display name.</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>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 Management group connection object, such as one 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>Add-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>Path</maml:name><maml:description><maml:para>The path to the binary data file or SSH key.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Binary</maml:name><maml:description><maml:para>If set, the account will be a Binary runas account.</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>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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The account description. If not set, will default to the display name.</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>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 Management group connection object, such as one 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>Add-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>String</maml:name><maml:description><maml:para>The account community string.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>CommunityString</maml:name><maml:description><maml:para>If set, the account will be a community string runas account.</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>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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The account description. If not set, will default to the display name.</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>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 Management group connection object, such as one 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>Add-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>RunAsCredential</maml:name><maml:description><maml:para>The credential used for the runas account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The account description. If not set, will default to the display name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Digest</maml:name><maml:description><maml:para>If set, the account will be a Digest runas account.</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>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 Management group connection object, such as one 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>Add-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>Path</maml:name><maml:description><maml:para>The path to the binary data file or SSH key.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>UserName</maml:name><maml:description><maml:para>The account username. This parameter is only valid for SNMPV3 and cross-platform maintenance accounts, otherwise -RunAsCredential should be used.</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>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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The account description. If not set, will default to the display name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Passphrase</maml:name><maml:description><maml:para>The SSH key passphrase used for cross-platform maintenance accounts.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>SCXMaintenance</maml:name><maml:description><maml:para>If set, the account will be a cross-platform maintenance runas account.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Privileged</maml:name><maml:description><maml:para>If set, the cross-platform maintenance account will be have privileged access.</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:syntaxItem><maml:name>Add-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>Path</maml:name><maml:description><maml:para>The path to the binary data file or SSH key.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>UserName</maml:name><maml:description><maml:para>The account username. This parameter is only valid for SNMPV3 and cross-platform maintenance accounts, otherwise -RunAsCredential should be used.</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>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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The account description. If not set, will default to the display name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Passphrase</maml:name><maml:description><maml:para>The SSH key passphrase used for cross-platform maintenance accounts.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>SCXMaintenance</maml:name><maml:description><maml:para>If set, the account will be a cross-platform maintenance runas account.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Sudo</maml:name><maml:description><maml:para>If set, the cross-platform account will elevate using sudo to perform privileged actions.</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:syntaxItem><maml:name>Add-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>Path</maml:name><maml:description><maml:para>The path to the binary data file or SSH key.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>UserName</maml:name><maml:description><maml:para>The account username. This parameter is only valid for SNMPV3 and cross-platform maintenance accounts, otherwise -RunAsCredential should be used.</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>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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The account description. If not set, will default to the display name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Passphrase</maml:name><maml:description><maml:para>The SSH key passphrase used for cross-platform maintenance accounts.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>SCXMaintenance</maml:name><maml:description><maml:para>If set, the account will be a cross-platform maintenance runas account.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Su</maml:name><maml:description><maml:para>If set, the cross-platform maintenance account will elevate using su to perform privileged actions.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>SuPassword</maml:name><maml:description><maml:para>The SuperUser password used for a cross-platform maintenance account, when using su elevation.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SecureString</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>Add-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>RunAsCredential</maml:name><maml:description><maml:para>The credential used for the runas account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The account description. If not set, will default to the display name.</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>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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>SCXMaintenance</maml:name><maml:description><maml:para>If set, the account will be a cross-platform maintenance runas account.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Privileged</maml:name><maml:description><maml:para>If set, the cross-platform maintenance account will be have privileged access.</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:syntaxItem><maml:name>Add-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>RunAsCredential</maml:name><maml:description><maml:para>The credential used for the runas account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The account description. If not set, will default to the display name.</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>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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Simple</maml:name><maml:description><maml:para>If set, the account will be a Simple runas account.</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:syntaxItem><maml:name>Add-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>RunAsCredential</maml:name><maml:description><maml:para>The credential used for the runas account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The account description. If not set, will default to the display name.</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>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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>SCXMaintenance</maml:name><maml:description><maml:para>If set, the account will be a cross-platform maintenance runas account.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Su</maml:name><maml:description><maml:para>If set, the cross-platform maintenance account will elevate using su to perform privileged actions.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>SuPassword</maml:name><maml:description><maml:para>The SuperUser password used for a cross-platform maintenance account, when using su elevation.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SecureString</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>Add-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>RunAsCredential</maml:name><maml:description><maml:para>The credential used for the runas account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The account description. If not set, will default to the display name.</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>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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>SCXMonitoring</maml:name><maml:description><maml:para>If set, the account will be a cross-platform monitoring runas account.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Sudo</maml:name><maml:description><maml:para>If set, the cross-platform account will elevate using sudo to perform privileged actions.</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:syntaxItem><maml:name>Add-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>RunAsCredential</maml:name><maml:description><maml:para>The credential used for the runas account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The account description. If not set, will default to the display name.</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>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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>SCXMaintenance</maml:name><maml:description><maml:para>If set, the account will be a cross-platform maintenance runas account.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Sudo</maml:name><maml:description><maml:para>If set, the cross-platform account will elevate using sudo to perform privileged actions.</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="true (ByPropertyName)" position="named"><maml:name>ActionAccount</maml:name><maml:description><maml:para>If set, the account will be an Action Account.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AuthProtocolAndKey</maml:name><maml:description><maml:para>The SNMP authentication protocol and key, stored in a PSCredential. Enter the protocol as the "username" and the key as the "password." Valid protocols are MD5 and SHA. Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Basic</maml:name><maml:description><maml:para>If set, the account will be a Basic runas account.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Binary</maml:name><maml:description><maml:para>If set, the account will be a Binary runas account.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>CommunityString</maml:name><maml:description><maml:para>If set, the account will be a community string runas account.</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>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 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. 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 (ByPropertyName)" position="named"><maml:name>Context</maml:name><maml:description><maml:para>The SNMP context.</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>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true (ByPropertyName)" position="named"><maml:name>Description</maml:name><maml:description><maml:para>The account description. If not set, will default to the display name.</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="true (ByPropertyName)" position="named"><maml:name>Digest</maml:name><maml:description><maml:para>If set, the account will be a Digest runas account.</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 (ByPropertyName)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</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="true (ByPropertyName)" position="named"><maml:name>Passphrase</maml:name><maml:description><maml:para>The SSH key passphrase used for cross-platform maintenance accounts.</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="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2"><maml:name>Path</maml:name><maml:description><maml:para>The path to the binary data file or SSH key.</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="true (ByPropertyName)" position="named"><maml:name>PrivacyProtocolAndKey</maml:name><maml:description><maml:para>The SNMP privacy protocol and key, stored in a PSCredential. Enter the protocol as the "username" and the key as the "password." Valid protocols are AES and DES. Enter a PSCredential object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Privileged</maml:name><maml:description><maml:para>If set, the cross-platform maintenance account will be have privileged access.</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 (ByPropertyName)" position="2"><maml:name>RunAsCredential</maml:name><maml:description><maml:para>The credential used for the runas account.</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="true" globbing="false" pipelineInput="false" 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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>SCXMaintenance</maml:name><maml:description><maml:para>If set, the account will be a cross-platform maintenance runas account.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>SCXMonitoring</maml:name><maml:description><maml:para>If set, the account will be a cross-platform monitoring runas account.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Simple</maml:name><maml:description><maml:para>If set, the account will be a Simple runas account.</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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>SnmpV3</maml:name><maml:description><maml:para>If set, the account will be a SNMPV3 runas account.</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 (ByPropertyName)" position="2"><maml:name>String</maml:name><maml:description><maml:para>The account community string.</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="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Su</maml:name><maml:description><maml:para>If set, the cross-platform maintenance account will elevate using su to perform privileged actions.</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 (ByPropertyName)" position="named"><maml:name>SuPassword</maml:name><maml:description><maml:para>The SuperUser password used for a cross-platform maintenance account, when using su elevation.</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="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Sudo</maml:name><maml:description><maml:para>If set, the cross-platform account will elevate using sudo to perform privileged actions.</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 (ByPropertyName)" position="2"><maml:name>UserName</maml:name><maml:description><maml:para>The account username. This parameter is only valid for SNMPV3 and cross-platform maintenance accounts, otherwise -RunAsCredential should be used.</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="true (ByPropertyName)" position="named"><maml:name>Windows</maml:name><maml:description><maml:para>If set, the account will be a Windows runas account. This is the default.</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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;Add-SCOMRunAsAccount -Windows -Name "Contoso.Windows" -DisplayName "Contoso domain account" -Description "Account used for monitoring the Contoso domain" -RunAsCredential (Get-Credential)
 
</dev:code><dev:remarks><maml:para>This command adds a new Windows account.</maml:para><maml:para></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;$communityString = Read-Host -AsSecureString
PS C:\&gt;Add-SCOMRunAsAccount -CommunityString -Name "Contoso.CommStr" -String $communityString
 
</dev:code><dev:remarks><maml:para>This example adds a new community string account.</maml:para><maml:para></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;Add-SCOMRunAsAccount -Basic -Name "Contoso.Basic" -RunAsCredential (Get-Credential)
 
</dev:code><dev:remarks><maml:para>This command adds a new basic authentication account.</maml:para><maml:para></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;Add-SCOMRunAsAccount -Simple -Name "Contoso.Simple" -RunAsCredential (Get-Credential)
 
</dev:code><dev:remarks><maml:para>This command adds a new simple authentication account.</maml:para><maml:para></maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
-------------------------- EXAMPLE 5 --------------------------
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Add-SCOMRunAsAccount -Digest -Name "Contoso.Digest" -RunAsCredential (Get-Credential)
 
</dev:code><dev:remarks><maml:para>This command adds a new digest authentication account.</maml:para><maml:para></maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
-------------------------- EXAMPLE 6 --------------------------
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Add-SCOMRunAsAccount -Binary -Name "Contoso.Binary" -Path "C:\accountfile.bin"
 
</dev:code><dev:remarks><maml:para>This command adds a new binary account.</maml:para><maml:para></maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
-------------------------- EXAMPLE 7 --------------------------
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Add-SCOMRunAsAccount -ActionAccount -Name "Contoso.Action" -RunAsCredential (Get-Credential)
 
</dev:code><dev:remarks><maml:para>This command adds a new action account.</maml:para><maml:para></maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
-------------------------- EXAMPLE 8 --------------------------
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Add-SCOMRunAsAccount -Snmpv3 -Name "Contoso.Snmp1" -UserName "snmpuser"
 
</dev:code><dev:remarks><maml:para>This command adds a new SNMP v3 account with no context, authentication protocol, or privacy protocol.</maml:para><maml:para></maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
-------------------------- EXAMPLE 9 --------------------------
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$auth = Get-Credential
PS C:\&gt;$privacy = Get-Credential
PS C:\&gt;Add-SCOMRunAsAccount -Snmpv3 -Name "Contoso.Snmp2" -UserName "snmpuser" -Context "snmp context" -AuthProtocolAndKey $auth -PrivacyProtocolAndKey $privacy
 
</dev:code><dev:remarks><maml:para>This example adds a new SNMP v3 account with context, authentication protocol, and privacy protocol specified.</maml:para><maml:para></maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
-------------------------- EXAMPLE 10 --------------------------
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Add-SCOMRunAsAccount -SCXMonitoring -Name "Contoso.SCXMon" -RunAsCredential (Get-Credential) -Sudo
 
</dev:code><dev:remarks><maml:para>This command adds a new SCX monitoring account, with sudo elevation.</maml:para><maml:para></maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
-------------------------- EXAMPLE 11 --------------------------
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$passphrase = Read-Host -AsSecureString
PS C:\&gt;Add-SCOMRunAsAccount -SCXMaintenance -Name "Contoso.SCXMainSSH" -UserName "scxuser" -Path "C:\sshkey.ppk" -Passphrase $passphrase -Privileged
 
</dev:code><dev:remarks><maml:para>This example adds a new SCX maintenance account with privileged access, using a passphrase-protected SSH key.</maml:para><maml:para></maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
-------------------------- EXAMPLE 12 --------------------------
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Add-SCOMRunAsAccount -SCXMaintenance -Name "Contoso.SCXMainUserName" -RunAsCredential (Get-Credential) -Sudo
 
</dev:code><dev:remarks><maml:para>This command adds a new SCX maintenance account without privileged access, using username and password, which uses sudo for elevation.</maml:para><maml:para></maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
-------------------------- EXAMPLE 13 --------------------------
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$suPassword = Read-Host -AsSecureString
PS C:\&gt;Add-SCOMRunAsAccount -SCXMaintenance -Name "Contoso.SCXMainUserName" -RunAsCredential (Get-Credential) -Su -SuPassword $suPassword
 
</dev:code><dev:remarks><maml:para>This example adds a new SCX maintenance account without privileged access, using username and password, which uses SU for elevation.</maml:para><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/p/?LinkId=239445</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>Add-SCOMTierConnector</command:name><maml:description><maml:para>Adds a connector to a management group tier.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SCOMTierConnector</command:noun><dev:version /></command:details><maml:description><maml:para>The Add-SCOMTierConnector cmdlet adds a connector to a management group tier. Connectors are used to communicate monitoring information to another system.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Add-SCOMTierConnector</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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 tier object created by this cmdlet through the pipeline. By default, this cmdlet does not pass any objects through the pipeline.</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>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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection 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="true (ByValue)" position="named"><maml:name>Connector</maml:name><maml:description><maml:para>Specifies the Operations Manager connector.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">MonitoringConnector</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Tier</maml:name><maml:description><maml:para>Specifies the Operations Manager tiered management group.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TieredManagementGroup</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="false" 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 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. 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="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Connector</maml:name><maml:description><maml:para>Specifies the Operations Manager connector.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">MonitoringConnector</command:parameterValue><dev:type><maml:name>MonitoringConnector</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>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>PassThru</maml:name><maml:description><maml:para>Passes the tier object created by this cmdlet through the pipeline. By default, this cmdlet does not pass any objects through the pipeline.</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>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 Management group connection object, such as one 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="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Tier</maml:name><maml:description><maml:para>Specifies the Operations Manager tiered management group.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TieredManagementGroup</command:parameterValue><dev:type><maml:name>TieredManagementGroup</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></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>
-------------------------- EXAMPLE 1 --------------------------
</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$tier = Get-SCOMTieredManagementGroup | Select-Object -First 1
PS C:\&gt;Add-SCOMConnector -Name MyProductConnector | Add-SCOMTierConnector -Tier $tier
 
</dev:code><dev:remarks><maml:para>This example adds a new connector to an existing tiered management group by using the pipe operator.</maml:para><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/p/?LinkId=239444</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>Add-SCOMTieredManagementGroup</command:name><maml:description><maml:para>Adds a tiered management group to the management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Add</command:verb><command:noun>SCOMTieredManagementGroup</command:noun><dev:version /></command:details><maml:description><maml:para>The Add-SCOMTieredManagementGroup cmdlet adds a tiered management group to the management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Add-SCOMTieredManagementGroup</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>CacheConfiguration</maml:name><maml:description><maml:para>The cache configuration used for the tiered management group.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">CacheConfiguration</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>CacheMode</maml:name><maml:description><maml:para>The cache mode used for the tiered management group.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">CacheMode</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>InactivityTimeout</maml:name><maml:description><maml:para>The inactivity timeout used for the tiered management group.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="false" position="named"><maml:name>SendReceiveTimeout</maml:name><maml:description><maml:para>The send/receive timeout used for the tiered management group.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>ConnectionCredential</maml:name><maml:description><maml:para>The credential used to connect to the tiered management group SDK server.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Name</maml:name><maml:description><maml:para>The name of the new tiered management group.</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>ServerName</maml:name><maml:description><maml:para>The name of the SDK server to connect to in the tiered management group.</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>Add-SCOMTieredManagementGroup</maml:name><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>AvailableForConnectors</maml:name><maml:description><maml:para>If set, the new tier will be available for connectors.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>CacheConfiguration</maml:name><maml:description><maml:para>The cache configuration used for the tiered management group.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">CacheConfiguration</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>CacheMode</maml:name><maml:description><maml:para>The cache mode used for the tiered management group.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">CacheMode</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>InactivityTimeout</maml:name><maml:description><maml:para>The inactivity timeout used for the tiered management group.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="false" position="named"><maml:name>SendReceiveTimeout</maml:name><maml:description><maml:para>The send/receive timeout used for the tiered management group.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>ConnectionCredential</maml:name><maml:description><maml:para>The credential used to connect to the tiered management group SDK server.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Name</maml:name><maml:description><maml:para>The name of the new tiered management group.</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>RunAsAccount</maml:name><maml:description><maml:para>The runas credential used when the tier is available for connectors.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">WindowsCredentialSecureData</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>ServerName</maml:name><maml:description><maml:para>The name of the SDK server to connect to in the tiered management group.</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="false" globbing="false" pipelineInput="false" position="named"><maml:name>AvailableForConnectors</maml:name><maml:description><maml:para>If set, the new tier will be available for connectors.</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="false" globbing="false" pipelineInput="false" position="named"><maml:name>CacheConfiguration</maml:name><maml:description><maml:para>The cache configuration used for the tiered management group.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">CacheConfiguration</command:parameterValue><dev:type><maml:name>CacheConfiguration</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>CacheMode</maml:name><maml:description><maml:para>The cache mode used for the tiered management group.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">CacheMode</command:parameterValue><dev:type><maml:name>CacheMode</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>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 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. 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="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>ConnectionCredential</maml:name><maml:description><maml:para>The credential used to connect to the tiered management group SDK 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>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>InactivityTimeout</maml:name><maml:description><maml:para>The inactivity timeout used for the tiered management group.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</command:parameterValue><dev:type><maml:name>TimeSpan</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>Name</maml:name><maml:description><maml:para>The name of the new tiered management group.</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>RunAsAccount</maml:name><maml:description><maml:para>The runas credential used when the tier is available for connectors.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">WindowsCredentialSecureData</command:parameterValue><dev:type><maml:name>WindowsCredentialSecureData</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>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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="false" position="named"><maml:name>SendReceiveTimeout</maml:name><maml:description><maml:para>The send/receive timeout used for the tiered management group.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TimeSpan</command:parameterValue><dev:type><maml:name>TimeSpan</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>ServerName</maml:name><maml:description><maml:para>The name of the SDK server to connect to in the tiered management group.</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: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: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;Add-SCOMTieredManagementGroup -Name "New tier" -ServerName "SCOM02.contoso.com" -ConnectionCredential (Get-Credential)
 
</dev:code><dev:remarks><maml:para>This command adds a new tiered management group.</maml:para><maml:para></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;Add-SCOMTieredManagementGroup -Name "New tier for connectors" -ServerName "SCOM02.contoso.com" -ConnectionCredential (Get-Credential) -AvailableForConnectors -RunAsAccount (Get-SCOMRunAsAccount "tieraccount")
 
</dev:code><dev:remarks><maml:para>This command adds a new tiered management group which is available for connectors.</maml:para><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/p/?LinkId=239446</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-SCOMCommand</command:name><maml:description><maml:para>Gets Operations Manager commands in the current session.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMCommand</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMCommand cmdlet gets Operations Manager commands in the current session.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMCommand</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Noun</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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</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 (ByPropertyName)" position="named"><maml:name>Verb</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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMCommand</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Name</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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</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 (ByPropertyName)" position="named"><maml:name>CommandType</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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">CommandTypes</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>CommandType</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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">CommandTypes</command:parameterValue><dev:type><maml:name>CommandTypes</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1"><maml:name>Name</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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</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 (ByPropertyName)" position="named"><maml:name>Noun</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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</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 (ByPropertyName)" position="named"><maml:name>Verb</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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMCommand "*agent*"
 
</dev:code><dev:remarks><maml:para>This command gets all commands in the Operations Manager module with the word "agent" in their name.</maml:para><maml:para></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-SCOMCommand -Verb Get
 
</dev:code><dev:remarks><maml:para>This command gets all commands in the Operations Manager module that use the verb "Get".</maml:para><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/p/?LinkId=239447</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-SCOMRunAsAccount</command:name><maml:description><maml:para>Gets Run As 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-SCRunAsAccount cmdlet gets Run As accounts.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMRunAsAccount</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" 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 Management group connection object, such as one 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-SCOMRunAsAccount</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" 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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Id</maml:name><maml:description><maml:para>The account ID.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="true" globbing="true" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</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="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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" 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 Management group connection object, such as one 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="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" pipelineInput="true (ByValue)" position="named"><maml:name>Id</maml:name><maml:description><maml:para>The account ID.</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="true" pipelineInput="true (ByValue)" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The account name.</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="false" 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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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
 
</dev:code><dev:remarks><maml:para>This command gets all action accounts.</maml:para><maml:para></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-SCOMRunAsAccount -Name "Data Warehouse*"
 
</dev:code><dev:remarks><maml:para>This command gets all data warehouse accounts.</maml:para><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=239449</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-SCOMRunAsDistribution</command:name><maml:description><maml:para>Gets the distribution policy of an Operations Manager Run As account.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMRunAsDistribution</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMRunAsDistribution cmdlet gets the distribution policy of an Operations Manager Run As account. Distribution policies determine which computers receive a runas account credential.</maml:para><maml:para>Due to the default formatting behavior of Windows PowerShell, it is possible that the console will not automatically display the list of approved distribution computers. To see the full list, save the output of this cmdlet to a variable, then inspect the .SecureDistribution parameter.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMRunAsDistribution</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>RunAsAccount</maml:name><maml:description><maml:para>The runas account. Enter a Microsoft.EnterpriseManagement.Security.SecureData object, such as one returned from Get-SCOMRunAsAccount.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">SecureData[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" 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 Management group connection object, such as one 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="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" pipelineInput="true (ByValue)" position="1"><maml:name>RunAsAccount</maml:name><maml:description><maml:para>The runas account. Enter a Microsoft.EnterpriseManagement.Security.SecureData object, such as one returned from Get-SCOMRunAsAccount.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">SecureData[]</command:parameterValue><dev:type><maml:name>SecureData[]</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>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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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 "contoso\administrator" | Get-SCOMRunAsDistribution
 
</dev:code><dev:remarks><maml:para>This command displays the distribution policy for the contoso\administrator account.</maml:para><maml:para></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-SCOMRunAsAccount "contoso\administrator" | Get-SCOMRunAsDistribution | Tee-Object -Variable distribution
PS C:\&gt;$distribution.SecureDistribution
 
</dev:code><dev:remarks><maml:para>This example displays the distribution policy for the contoso\administrator account, and then lists the systems approved for distribution.</maml:para><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/p/?LinkId=239450</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-SCOMTierConnector</command:name><maml:description><maml:para>Gets the connectors associated with a tiered management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMTierConnector</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMTierConnector cmdlet gets the connectors associated with a tiered management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMTierConnector</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" 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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection 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="true (ByValue)" position="named"><maml:name>Tier</maml:name><maml:description><maml:para>Specifies the management group tier.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TieredManagementGroup</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMTierConnector</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 connector.</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="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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" 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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection 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="true (ByValue)" position="named"><maml:name>Tier</maml:name><maml:description><maml:para>Specifies the management group tier.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TieredManagementGroup</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMTierConnector</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" 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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the connector ID.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Tier</maml:name><maml:description><maml:para>Specifies the management group tier.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TieredManagementGroup</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Get-SCOMTierConnector</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" 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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of the connector.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">String[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Tier</maml:name><maml:description><maml:para>Specifies the management group tier.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TieredManagementGroup</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" pipelineInput="false" position="1"><maml:name>DisplayName</maml:name><maml:description><maml:para>Specifies the display name of the connector.</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="false" position="named"><maml:name>Id</maml:name><maml:description><maml:para>Specifies the connector ID.</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="false" position="named"><maml:name>Name</maml:name><maml:description><maml:para>Specifies the name of the connector.</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="false" 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 Management group connection object, such as one 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="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Tier</maml:name><maml:description><maml:para>Specifies the management group tier.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TieredManagementGroup</command:parameterValue><dev:type><maml:name>TieredManagementGroup</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>
-------------------------- EXAMPLE 1 --------------------------
</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;Get-SCOMTieredManagementGroup | Get-SCOMTierConnector
 
</dev:code><dev:remarks><maml:para>This command gets all connectors for all tiered management groups.</maml:para><maml:para></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-SCOMTieredManagementGroup "ContosoTier" | Get-SCOMTierConnector -Name "*myconnector*"
 
</dev:code><dev:remarks><maml:para>This command gets all connectors associated with the ContosoTier tiered management group, that have "myconnector" in their name.</maml:para><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/p/?LinkId=239448</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-SCOMTieredManagementGroup</command:name><maml:description><maml:para>Gets tiered management groups defined in Operations Manager.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Get</command:verb><command:noun>SCOMTieredManagementGroup</command:noun><dev:version /></command:details><maml:description><maml:para>The Get-SCOMTieredManagementGroup cmdlet gets tiered management groups defined in Operations Manager.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Get-SCOMTieredManagementGroup</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>OnlyForConnector</maml:name><maml:description><maml:para>If set, will only return tiered management groups which are available to connectors.</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>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 Management group connection object, such as one 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>Get-SCOMTieredManagementGroup</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" 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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named"><maml:name>Id</maml:name><maml:description><maml:para>The ID of the tiered management group.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Guid[]</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>Get-SCOMTieredManagementGroup</maml:name><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of the tiered management group.</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="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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" 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 Management group connection object, such as one 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="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" pipelineInput="false" position="named"><maml:name>Id</maml:name><maml:description><maml:para>The ID of the tiered management group.</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="false" position="1"><maml:name>Name</maml:name><maml:description><maml:para>The name of the tiered management group.</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="named"><maml:name>OnlyForConnector</maml:name><maml:description><maml:para>If set, will only return tiered management groups which are available to connectors.</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>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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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-SCOMTieredManagementGroup
 
</dev:code><dev:remarks><maml:para>This command gets all tiered management groups.</maml:para><maml:para></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-SCOMTieredManagementGroup -Name "Fabrikam"
 
</dev:code><dev:remarks><maml:para>This command gets the Fabrikam tiered management group.</maml:para><maml:para></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-SCOMTieredManagementGroup -OnlyForConnector
 
</dev:code><dev:remarks><maml:para>This command gets only those tiered management groups which are marked as available for connectors.</maml:para><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/p/?LinkId=239451</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-SCOMRunAsAccount</command:name><maml:description><maml:para>Removes a Run As account from the management group.</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 Run As account from the management group. The account must not be part of any existing Run As profiles, or the command will fail.</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>The Run As account to remove. Ensure this account is not part of any Run As profiles.</maml:para><maml:para>Enter a Microsoft.EnterpriseManagement.Security.SecureData object, such as one returned from Get-SCOMRunAsAccount.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">SecureData[]</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" 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 Management group connection object, such as one 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="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" pipelineInput="true (ByValue)" position="1"><maml:name>RunAsAccount</maml:name><maml:description><maml:para>The Run As account to remove. Ensure this account is not part of any Run As profiles.</maml:para><maml:para>Enter a Microsoft.EnterpriseManagement.Security.SecureData object, such as one returned from Get-SCOMRunAsAccount.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">SecureData[]</command:parameterValue><dev:type><maml:name>SecureData[]</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>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 Management group connection object, such as one 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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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 -Name 'contoso\administrator' | Remove-SCOMRunAsAccount
 
</dev:code><dev:remarks><maml:para>This command removes the contoso\administrator Run As account.</maml:para><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/p/?LinkId=239453</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-SCOMTierConnector</command:name><maml:description><maml:para>Disassociates a connector from a tiered management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMTierConnector</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMTierConnector cmdlet disassociates a connector from a tiered management group. Removing a connector from a tier stops that tier from transmitting monitoring information to that connector.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMTierConnector</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" 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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection 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="true (ByValue)" position="named"><maml:name>Connector</maml:name><maml:description><maml:para>Specifies the connector to remove.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">MonitoringConnector</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Tier</maml:name><maml:description><maml:para>Specifies the tiered management group from which to remove the connector.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TieredManagementGroup</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="false" 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 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. 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="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Connector</maml:name><maml:description><maml:para>Specifies the connector to remove.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">MonitoringConnector</command:parameterValue><dev:type><maml:name>MonitoringConnector</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>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true" globbing="false" pipelineInput="false" 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 Management group connection object, such as one 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="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Tier</maml:name><maml:description><maml:para>Specifies the tiered management group from which to remove the connector.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">TieredManagementGroup</command:parameterValue><dev:type><maml:name>TieredManagementGroup</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></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>
-------------------------- EXAMPLE 1 --------------------------
</maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$tier = Get-SCOMTieredManagementGroup | Select-Object -First 1
PS C:\&gt;Get-SCOMTierConnector -Tier $tier | Remove-SCOMTierConnector -Tier $tier
 
</dev:code><dev:remarks><maml:para>This example clears all connectors from the first defined tiered management group.</maml:para><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/p/?LinkId=239452</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-SCOMTieredManagementGroup</command:name><maml:description><maml:para>Removes a tiered management group.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Remove</command:verb><command:noun>SCOMTieredManagementGroup</command:noun><dev:version /></command:details><maml:description><maml:para>The Remove-SCOMTieredManagementGroup cmdlet removes a tiered management group.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Remove-SCOMTieredManagementGroup</maml:name><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" 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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Connection[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Tier</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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">TieredManagementGroup[]</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="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="true" globbing="false" pipelineInput="false" 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 Management group connection object, such as one 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="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="named"><maml:name>Tier</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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection cmdlet.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">TieredManagementGroup[]</command:parameterValue><dev:type><maml:name>TieredManagementGroup[]</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: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: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-SCOMTieredManagementGroup | Remove-SCOMTieredManagementGroup
 
</dev:code><dev:remarks><maml:para>This command removes all tiered management groups.</maml:para><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/p/?LinkId=239454</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-SCOMRunAsDistribution</command:name><maml:description><maml:para>Sets the distribution policy of an Operations Manager Run As account.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Set</command:verb><command:noun>SCOMRunAsDistribution</command:noun><dev:version /></command:details><maml:description><maml:para>The Set-SCOMRunAsDistribution cmdlet sets the distribution policy of an Operations Manager Run As account. Distribution policies determine which computers receive a Run As account credential. New accounts have the "more secure" distribution by default, with no approved systems.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Set-SCOMRunAsDistribution</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>RunAsAccount</maml:name><maml:description><maml:para>The Run As account for which distribution will be set. Enter a Microsoft.EnterpriseManagement.Security.SecureData object, such as one returned from Get-SCOMRunAsAccount.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SecureData</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>If set, returns the Run As account distribtion policy.</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>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 Management group connection object, such as one returned by the Get-SCManagementGroupConnection 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>LessSecure</maml:name><maml:description><maml:para>If set, the credential will be distributed automatically to all managed computers.</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:syntaxItem><maml:name>Set-SCOMRunAsDistribution</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>RunAsAccount</maml:name><maml:description><maml:para>The Run As account for which distribution will be set. Enter a Microsoft.EnterpriseManagement.Security.SecureData object, such as one returned from Get-SCOMRunAsAccount.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SecureData</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>If set, returns the Run As account distribtion policy.</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>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 Management group connection object, such as one 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="true (ByPropertyName)" position="named"><maml:name>SecureDistribution</maml:name><maml:description><maml:para>The list of systems which to which the account will be authorized for distribution.</maml:para><maml:para>This list may contain only the following types of items:
-- Agents - Objects returned from Get-SCOMAgent. The account will be authorized for distribution to the agent.
-- Management Servers - Objects returned from Get-SCOMManagementServer. The account will be authorized for distribution to the server.
-- Pools - Objects returned from Get-SCOMResourcePool. The account will be authorized for distribution to all members of the pool.
-- Healthservice Instances - Objects returned from Get-SCOMClassInstance, which have a managed type of HealthService. The account will be authorized for distribution to this healthservice.
 
This parameter is automatically populated when piped input from Get-SCOMRunAsDistribution.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Object[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>MoreSecure</maml:name><maml:description><maml:para>If set, the credential will only be distributed to systems specified in the SecureDistribution 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="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>Set-SCOMRunAsDistribution</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>RunAsAccount</maml:name><maml:description><maml:para>The Run As account for which distribution will be set. Enter a Microsoft.EnterpriseManagement.Security.SecureData object, such as one returned from Get-SCOMRunAsAccount.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SecureData</command:parameterValue></command:parameter><command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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>If set, returns the Run As account distribtion policy.</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>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 Management group connection object, such as one 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="true (ByPropertyName)" position="named"><maml:name>SecureDistribution</maml:name><maml:description><maml:para>The list of systems which to which the account will be authorized for distribution.</maml:para><maml:para>This list may contain only the following types of items:
-- Agents - Objects returned from Get-SCOMAgent. The account will be authorized for distribution to the agent.
-- Management Servers - Objects returned from Get-SCOMManagementServer. The account will be authorized for distribution to the server.
-- Pools - Objects returned from Get-SCOMResourcePool. The account will be authorized for distribution to all members of the pool.
-- Healthservice Instances - Objects returned from Get-SCOMClassInstance, which have a managed type of HealthService. The account will be authorized for distribution to this healthservice.
 
This parameter is automatically populated when piped input from Get-SCOMRunAsDistribution.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Object[]</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Security</maml:name><maml:description><maml:para>Either "MoreSecure" or "LessSecure". This parameter will be populated automatically if piping input from Get-SCOMRunAsDistribution.</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="false" 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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account under which the management group connection will run. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user.</maml:para><maml:para>Enter a PSCredential object, such as one 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="false" globbing="false" pipelineInput="false" position="named"><maml:name>LessSecure</maml:name><maml:description><maml:para>If set, the credential will be distributed automatically to all managed computers.</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>MoreSecure</maml:name><maml:description><maml:para>If set, the credential will only be distributed to systems specified in the SecureDistribution 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="false" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>PassThru</maml:name><maml:description><maml:para>If set, returns the Run As account distribtion policy.</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)" position="1"><maml:name>RunAsAccount</maml:name><maml:description><maml:para>The Run As account for which distribution will be set. Enter a Microsoft.EnterpriseManagement.Security.SecureData object, such as one returned from Get-SCOMRunAsAccount.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SecureData</command:parameterValue><dev:type><maml:name>SecureData</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>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 Management group connection object, such as one 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="true (ByPropertyName)" position="named"><maml:name>SecureDistribution</maml:name><maml:description><maml:para>The list of systems which to which the account will be authorized for distribution.</maml:para><maml:para>This list may contain only the following types of items:
-- Agents - Objects returned from Get-SCOMAgent. The account will be authorized for distribution to the agent.
-- Management Servers - Objects returned from Get-SCOMManagementServer. The account will be authorized for distribution to the server.
-- Pools - Objects returned from Get-SCOMResourcePool. The account will be authorized for distribution to all members of the pool.
-- Healthservice Instances - Objects returned from Get-SCOMClassInstance, which have a managed type of HealthService. The account will be authorized for distribution to this healthservice.
 
This parameter is automatically populated when piped input from Get-SCOMRunAsDistribution.</maml:para></maml:description><command:parameterValue required="true" variableLength="true">Object[]</command:parameterValue><dev:type><maml:name>Object[]</maml:name><maml:uri /></dev:type><dev:defaultValue></dev:defaultValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>Security</maml:name><maml:description><maml:para>Either "MoreSecure" or "LessSecure". This parameter will be populated automatically if piping input from Get-SCOMRunAsDistribution.</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: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: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 "contoso\lowpriv" | Set-SCOMRunAsDistribution -LessSecure
 
</dev:code><dev:remarks><maml:para>This command sets the contoso\lowpriv account for "less secure" distribution.</maml:para><maml:para></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-SCOMRunAsAccount "contoso\highpriv " | Set-SCOMRunAsDistribution -MoreSecure
 
</dev:code><dev:remarks><maml:para>This command sets the contoso\highpriv account for "more secure" distribution, with no approved systems.</maml:para><maml:para></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;$distribution = ( Get-SCOMAgent -Name "*.contoso.com" ) + ( Get-SCOMManagementServer ) + ( Get-SCOMResourcePool -DisplayName "Contoso Monitoring Pool" )
PS C:\&gt;Get-SCOMRunAsAccount "contoso\lowpriv" | Set-SCOMRunAsDistribution -MoreSecure -SecureDistribution $distribution
 
</dev:code><dev:remarks><maml:para>This example sets the contoso\monitoring account for "more secure" distribution to a collection of pools, agents, and servers.</maml:para><maml:para></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;Add-SCOMRunAsAccount -Windows -Name "NewAccount" -Credential (Get-Credential) | Set-SCOMRunAsDistribution -MoreSecure -SecureDistribution (Get-SCOMAgent)
 
</dev:code><dev:remarks><maml:para>This command creates a new Windows Run As account and approves it for distribution to all agents.</maml:para><maml:para></maml:para></dev:remarks><command:commandLines><command:commandLine><command:commandText /></command:commandLine></command:commandLines></command:example><command:example><maml:title>
-------------------------- EXAMPLE 5 --------------------------
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>PS C:\&gt;$monitoringAcct = Get-SCOMRunAsAccount "contoso\monitoring"
PS C:\&gt;Get-SCOMRunAsAccount "contoso\administrator" | Get-SCOMRunAsDistribution | Set-SCOMRunAsDistribution -RunAsAccount $monitoringAccount
 
</dev:code><dev:remarks><maml:para>This example copies the secure distribution policy from the contoso\administrator account to the contoso\monitoring account.</maml:para><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/p/?LinkId=239455</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-SCOMRunAsAccount</command:name><maml:description><maml:para>Updates the credentials of an Operations Manager Run As 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 of an Operations Manager Run As account. SCX cross-platform accounts and SNMPv3 accounts are not supported.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Update-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>ActionAccount</maml:name><maml:description><maml:para>Specifies an action account Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ActionAccountSecureData</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>RunAsCredential</maml:name><maml:description><maml:para>Specifies new credentials for account types that use a user name and password.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AccountType</maml:name><maml:description><maml:para>Specifies the type of the Run As account. This value is usually automatically populated by the pipeline.</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>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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user. </maml:para><maml:para>Enter a PSCredential object, such as one 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>Returns the updated Run As account object. 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="false" 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 Management group connection object, such as one 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>Update-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>BasicAccount</maml:name><maml:description><maml:para>Specifies a basic Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">BasicCredentialSecureData</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>RunAsCredential</maml:name><maml:description><maml:para>Specifies new credentials for account types that use a user name and password.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AccountType</maml:name><maml:description><maml:para>Specifies the type of the Run As account. This value is usually automatically populated by the pipeline.</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>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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user. </maml:para><maml:para>Enter a PSCredential object, such as one 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>Returns the updated Run As account object. 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="false" 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 Management group connection object, such as one 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>Update-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>BinaryAccount</maml:name><maml:description><maml:para>Specifies a binary Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">GenericSecureData</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>Path</maml:name><maml:description><maml:para>Specifies the path to a file that contains new credential data for binary accounts.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AccountType</maml:name><maml:description><maml:para>Specifies the type of the Run As account. This value is usually automatically populated by the pipeline.</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>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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user. </maml:para><maml:para>Enter a PSCredential object, such as one 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>Returns the updated Run As account object. 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="false" 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 Management group connection object, such as one 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>Update-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>CommunityStringAccount</maml:name><maml:description><maml:para>Specifies a community string Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">CommunityStringSecureData</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>CommunityString</maml:name><maml:description><maml:para>Specifies the new community string for a community string account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AccountType</maml:name><maml:description><maml:para>Specifies the type of the Run As account. This value is usually automatically populated by the pipeline.</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>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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user. </maml:para><maml:para>Enter a PSCredential object, such as one 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>Returns the updated Run As account object. 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="false" 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 Management group connection object, such as one 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>Update-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>DigestAccount</maml:name><maml:description><maml:para>Specifies a digest Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SimpleCredentialSecureData</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>RunAsCredential</maml:name><maml:description><maml:para>Specifies new credentials for account types that use a user name and password.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AccountType</maml:name><maml:description><maml:para>Specifies the type of the Run As account. This value is usually automatically populated by the pipeline.</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>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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user. </maml:para><maml:para>Enter a PSCredential object, such as one 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>Returns the updated Run As account object. 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="false" 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 Management group connection object, such as one 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>Update-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>WindowsAccount</maml:name><maml:description><maml:para>Specifies a Windows Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">WindowsCredentialSecureData</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>RunAsCredential</maml:name><maml:description><maml:para>Specifies new credentials for account types that use a user name and password.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AccountType</maml:name><maml:description><maml:para>Specifies the type of the Run As account. This value is usually automatically populated by the pipeline.</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>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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user. </maml:para><maml:para>Enter a PSCredential object, such as one 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>Returns the updated Run As account object. 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="false" 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 Management group connection object, such as one 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>Update-SCOMRunAsAccount</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>SimpleAccount</maml:name><maml:description><maml:para>Specifies a simple Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SimpleCredentialSecureData</command:parameterValue></command:parameter><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2"><maml:name>RunAsCredential</maml:name><maml:description><maml:para>Specifies new credentials for account types that use a user name and password.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue></command:parameter><command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AccountType</maml:name><maml:description><maml:para>Specifies the type of the Run As account. This value is usually automatically populated by the pipeline.</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>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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user. </maml:para><maml:para>Enter a PSCredential object, such as one 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>Returns the updated Run As account object. 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="false" 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 Management group connection object, such as one 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="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named"><maml:name>AccountType</maml:name><maml:description><maml:para>Specifies the type of the Run As account. This value is usually automatically populated by the pipeline.</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>ActionAccount</maml:name><maml:description><maml:para>Specifies an action account Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">ActionAccountSecureData</command:parameterValue><dev:type><maml:name>ActionAccountSecureData</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>BasicAccount</maml:name><maml:description><maml:para>Specifies a basic Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">BasicCredentialSecureData</command:parameterValue><dev:type><maml:name>BasicCredentialSecureData</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>BinaryAccount</maml:name><maml:description><maml:para>Specifies a binary Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">GenericSecureData</command:parameterValue><dev:type><maml:name>GenericSecureData</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>CommunityString</maml:name><maml:description><maml:para>Specifies the new community string for a community string account.</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="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>CommunityStringAccount</maml:name><maml:description><maml:para>Specifies a community string Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">CommunityStringSecureData</command:parameterValue><dev:type><maml:name>CommunityStringSecureData</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>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 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. 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="false" position="named"><maml:name>Credential</maml:name><maml:description><maml:para>Specifies a user account. It must have access to the server that is specified in the ComputerName parameter if specified. The default is the current user. </maml:para><maml:para>Enter a PSCredential object, such as one 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="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>DigestAccount</maml:name><maml:description><maml:para>Specifies a digest Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SimpleCredentialSecureData</command:parameterValue><dev:type><maml:name>SimpleCredentialSecureData</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>Returns the updated Run As account object. 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="false" position="2"><maml:name>Path</maml:name><maml:description><maml:para>Specifies the path to a file that contains new credential data for binary accounts.</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="2"><maml:name>RunAsCredential</maml:name><maml:description><maml:para>Specifies new credentials for account types that use a user name and password.</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="true" globbing="false" pipelineInput="false" 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 Management group connection object, such as one 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="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1"><maml:name>SimpleAccount</maml:name><maml:description><maml:para>Specifies a simple Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">SimpleCredentialSecureData</command:parameterValue><dev:type><maml:name>SimpleCredentialSecureData</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>WindowsAccount</maml:name><maml:description><maml:para>Specifies a Windows Run As account.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">WindowsCredentialSecureData</command:parameterValue><dev:type><maml:name>WindowsCredentialSecureData</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></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>
-------------------------- EXAMPLE 1 --------------------------
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>The first command gets the Run As account object named Domain Admin and stores the object in the $WindowsAccount variable.The second command passes the Run As account stored in $WindowsAccount to Update-SCOMRunAsAccount which updates the credentials for the account to the user name and password provided by the user when prompted by Get-Credential.
PS C:\&gt; $WindowsAccount = Get-SCOMRunAsAccount -Name "Domain Admin"
PS C:\&gt; $WindowsAccount | Update-SCOMRunAsAccount -RunAsCredential (Get-Credential)
</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>
-------------------------- EXAMPLE 2 --------------------------
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>The first two commands create a string containing an action account and a secure string containing a password. The third command creates a PSCredential object using the name and password from the first two commands and stores the object in the $newCred variable.The last command gets the action account named SCOM Action Account and uses the pipeline operator to pass the account to Update-SCOMRunAsAccount which updates the account with the credentials stored in $newCred.
PS C:\&gt; $userName = "contoso\SCOMActionAccount"
PS C:\&gt; $password = Read-Host -AsSecureString
PS C:\&gt; $newCred = new-object System.Management.Automation.PsCredential $userName,$password
PS C:\&gt; Get-SCOMRunAsAccount -Name "SCOM Action Account" | Update-SCOMRunAsAccount -RunAsCredential $newCred
</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>
-------------------------- EXAMPLE 3 --------------------------
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>This command gets the community string account named MyCommunityStringAccount and uses the pipeline operator to pass the account to Update-SCOMRunAsAccount which updates the community string with the value supplied by the user when prompted by Read-Host.
PS C:\&gt; Get-SCOMRunAsAccount -Name "MyCommunityStringAccount" | Update-SCOMRunAsAccount -CommunityString (Read-Host -AsSecureString)
</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>
-------------------------- EXAMPLE 4 --------------------------
                       </maml:title><maml:introduction><maml:para></maml:para></maml:introduction><dev:code>This example gets the binary account object named MyBinaryAccount and uses the pipeline operator to pass the object to Update-SCOMRunAsAccount which indicates that the new account data is located in the file named data.txt by using the Path parameter.
PS C:\&gt; Get-SCOMRunAsAccount -Name "MyBinaryAccount" | Update-SCOMRunAsAccount -Path '.\data.txt'
</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=245176</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>Write-SCOMCommand</command:name><maml:description><maml:para>Writes a new PowerShell command to interact with Operations Manager.</maml:para></maml:description><maml:copyright><maml:para /></maml:copyright><command:verb>Write</command:verb><command:noun>SCOMCommand</command:noun><dev:version /></command:details><maml:description><maml:para>The Write-SCOMCommand cmdlet writes a new PowerShell command to interact with Operations Manager. Uses the same common SDK connection code as the standard Operations Manager cmdlets.</maml:para></maml:description><command:syntax><command:syntaxItem><maml:name>Write-SCOMCommand</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Name</maml:name><maml:description><maml:para>The name of the function to create.</maml:para></maml:description><command:parameterValue required="true" variableLength="false">String</command:parameterValue></command:parameter></command:syntaxItem><command:syntaxItem><maml:name>Write-SCOMCommand</maml:name><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>NoName</maml:name><maml:description><maml:para>If set, will create an unnamed script.</maml:para></maml:description><command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue></command:parameter></command:syntaxItem></command:syntax><command:parameters><command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named"><maml:name>Name</maml:name><maml:description><maml:para>The name of the function 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>NoName</maml:name><maml:description><maml:para>If set, will create an unnamed script.</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></maml:name><maml:uri></maml:uri><maml:description><maml:para /></maml:description></dev:type><maml:description></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: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;Write-SCOMCommand -Name 'Test-ForMyManagementPack'
 
</dev:code><dev:remarks><maml:para>This command outputs a new script function template named Test-ForMyManagementPack.</maml:para><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/p/?LinkId=239456</maml:uri></maml:navigationLink></maml:relatedLinks></command:command>
</helpItems>