en-US/Lenovo.SysMgmt.LXCA.Integration.PowerShell.dll-help.xml
<?xml version = "1.0" encoding = "utf-8" ?>
<helpItems schema="maml"> <!-- Connect-LXCA --> <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> <!-- Start do not translate block --> <command:name>Connect-LXCA</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Connects to the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Connect</command:verb> <command:noun>LXCA</command:noun> <!-- End do not translate block --> <dev:version /> </command:details> <maml:description> <maml:para>The Connect-LXCA cmdlet creates a connection to the Lenovo XClarity Administrator server that can be used by other cmdlets. Use Disconnect-LXCA to disconnect from Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Connect-LXCA</maml:name> <!-- End do not translate block --> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Host</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the Lenovo XClarity Administrator server HTTPS address (IP address or host name).</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Port</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the port on the Lenovo XClarity Administrator server to be used for the connection.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Proxy</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a Web service proxy object that includes proxy connection and authentication information.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">WebProxy</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="NoOverwrite"> <!-- Start do not translate block --> <maml:name>Credential</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a credential object that includes the credentials for logging in to the Lenovo XClarity Administrator server.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="NoOverwrite"> <!-- Start do not translate block --> <maml:name>Timeout</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the number of seconds that cmdlet waits for an HTTPS response from the Lenovo XClarity Administrator server. By default, the timeout value is 600 seconds.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="NoOverwrite"> <!-- Start do not translate block --> <maml:name>SkipCertificateCheck</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If -SkipCertificateCheck is specified, the cmdlet will skip the server certificate checking.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Host</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the Lenovo XClarity Administrator server HTTPS address (IP address or host name).</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Port</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the port on the Lenovo XClarity Administrator server to be used for the connection.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>443</dev:defaultValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="NoOverwrite"> <!-- Start do not translate block --> <maml:name>Proxy</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a Web service proxy object that includes proxy connection and authentication information.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">WebProxy</command:parameterValue> <dev:type> <maml:name>WebProxy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1" aliases=""> <!-- Start do not translate block --> <maml:name>Credential</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a credential object that includes the credentials for logging in to the Lenovo XClarity Administrator server.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue> <dev:type> <maml:name>PSCredential</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="NoOverwrite"> <!-- Start do not translate block --> <maml:name>Timeout</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the number of seconds that cmdlet waits for an HTTPS response from the Lenovo XClarity Administrator server. By default, the timeout value is 600 seconds.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.LXCAConnection</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Connect-LXCA returns an LXCAConnection object that contains the information for the Lenovo XClarity Administrator server connection.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para>To disconnect from the Lenovo XClarity Administrator server, use the Disconnect-LXCA cmdlet.</maml:para> </maml:alert> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $cred = Get-Credential $connection = Connect-LXCA -Host 1.111.11.11 -Credential $cred </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This example illustrates retrieves the credentials that are then passed to this cmdlet to connect to the Lenovo XClarity Administrator server with IP address 1.111.11.11.</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> <!-- Start do not translate block --> <maml:linkText>Disconnect-LXCA</maml:linkText> <maml:uri /> <!-- End do not translate block --> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Disconnect-LXCA --> <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> <!-- Start do not translate block --> <command:name>Disconnect-LXCA</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Disconnects from Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Disconnect</command:verb> <command:noun>LXCA</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Disconnect-LXCA cmdlet deletes the connection to an Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Disconnect-LXCA</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Disconnect-LXCA does not return objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet /> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $cred = Get-Credential Connect-LXCA -Host 1.111.11.11 -Credential $cred #Other actions Disconnect-LXCA </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This example illustrates how to connect to the Lenovo XClarity Administrator server at IP 1.111.11.11 and then disconnect from the server.</maml:para> <maml:para/> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText /> </command:commandLine> </command:commandLines> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <!-- Start do not translate block --> <maml:linkText>Connect-LXCA</maml:linkText> <maml:uri /> <!-- End do not translate block --> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAChassis --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAChassis</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Retrieves information about one or more chassis that have been discovered by the Lenovo XClarity Administrator server, including managed and unmanaged chassis.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAChassis</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para> This cmdlet retrieves information about one or more chassis that have been discovered by the Lenovo XClarity Administrator server, including managed and unmanaged chassis. This cmdlet returns system information (such as location, health, and machine type) about the chassis and CMMs installed in the chassis. It does not include detailed information about other chassis components (such as compute nodes, Flex switches, or fans). For inventory information for the chassis and chassis components, use the Get-LXCAChassisInventory cmdlet. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAChassis</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the UUID of the chassis. If no UUID is specified and you specify the -Unmanaged parameter, all unmanged chassis are returned. If no UUID is specified and the -Unmanaged parameter is not specified, this cmdlet returns all managed chassis. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAChassis</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When Unmanaged is specified, the cmdlet returns a list of unmanaged chassis. Otherwise, the cmdlet returns a list of managed chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the UUID of the chassis. If no UUID is specified and you specify the -Unmanaged parameter, all unmanged chassis are returned. If no UUID is specified and the -Unmanaged parameter is not specified, this cmdlet returns all managed chassis. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When Unmanaged is specified, the cmdlet returns a list of unmanaged chassis. Otherwise, the cmdlet returns a list of managed chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.Chassis[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAChassis returns a list of chassis objects that contains information about each chassis and its CMM.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code>$chassis = Get-LXCAChassis</dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command get all managed chassis from Lenovo XClarity Administrator server.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAComputeNode --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAComputeNode</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets information about one or more compute nodes from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAComputeNode</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAComputeNode cmdlet gets information about one or more compute nodes from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAComputeNode</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Chassis</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more chassis instances. The cmdlet returns all compute nodes in each chassis. If no chassis is specified, the cmdlet returns all compute nodes from all managed chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Chassis[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAComputeNode</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a specific chassis. The cmdlet returns all compute nodes on the specified chassis. If no chassis UUID is specified, the cmdlet returns all compute nodes.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAComputeNode</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>NodeUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a specific compute node. If no compute node UUID is specified, the cmdlet returns all compute nodes.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Chassis</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a list of chassis instances. The cmdlet returns all compute nodes in each chassis. If no chassis is specified, the cmdlet returns all compute nodes from all managed chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Chassis[]</command:parameterValue> <dev:type> <maml:name>Chassis[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a specific chassis. The cmdlet returns all compute nodes on the specified chassis. If no chassis UUID is specified, the cmdlet returns all compute nodes.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="NoOverwrite"> <!-- Start do not translate block --> <maml:name>NodeUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a specific compute node. If no compute node UUID is specified, the cmdlet returns all compute nodes.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.Chassis</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You can pipe Chassis objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.ComputeNode[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAComputeNode returns a list of compute nodes with information about the compute node, such as firmware levels, installed processors, and installed memory.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $nodes = Get-LXCAComputeNode </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets a list of all compute nodes from all managed chassis.</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>Get-LXCAChassisInventory</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAChassisInventory --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAChassisInventory</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets inventory data about one or more chassis from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAChassisInventory</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAChassisInventory cmdlet gets inventory data about one or more compute nodes from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAChassisInventory</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Chassis</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a list of chassis. The cmdlet returns the inventory data of each chassis in the list.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Chassis[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAChassisInventory</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of chassis. The cmdlet returns the inventory data from the specified chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Chassis</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a list of chassis. The cmdlet returns the inventory data of each chassis in the list.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Chassis[]</command:parameterValue> <dev:type> <maml:name>Chassis[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of chassis. The cmdlet returns the inventory data from the specified chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.Chassis</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You can pipe Chassis objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.ChassisInventory[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAChassisInventory returns a list of ChassisInventory objects that contains the chassis inventory data.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $chassis = Get-LXCAChassis $chassisinventory = Get-LXCAChassisInventory -Chassis $chassis </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets inventory data for all managed chassis.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAChassisMember --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAChassisMember</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets the installed components (members) of one or more chassis.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAChassisMember</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAChassisMember cmdlet gets the installed components (members) of one or more chassis, including compute nodes, storage nodes, fans, fan logic modules, power supplies and I/O modules (Pass-thru modules and switches).</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAChassisMember</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Chassis</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a list of chassis. This cmdlet returns information about chassis members for each chassis in the list. If no chassis is specified, all members of all chassis will be returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Chassis[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAChassisMember</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a specific chassis. The cmdlet returns the components of the specified chassis. If no chassis is specified, all components of all chassis are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAChassisMember</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>MemberUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a specific component. The cmdlet returns the component with the specified UUID. If no UUID is specified, all components of all chassis are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Chassis</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a list of chassis. The cmdlet returns information about chassis members for each chassis in the list. If no chassis is specified, all members of all chassis will be returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Chassis[]</command:parameterValue> <dev:type> <maml:name>Chassis[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a specific chassis. The cmdlet returns the components of the specified chassis. If no chassis is specified, all components of all chassis are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>MemberUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a specific component. The cmdlet returns the component with the specified UUID. If no UUID is specified, all components of all chassis are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.Chassis</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You can pipe Chassis objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.ChassisMember[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAChassisMember returns a list of ChassisMember objects that contain information about each of the installed components.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $chassis = Get-LXCAChassis $chassmember = Get-LXCAChassisMember -Chassis $chassis[0] </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command get all components of a specified chassis.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAOSImage --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAOSImage</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets the operating system images in the Lenovo XClarity Administrator server image repository.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAOSImage</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAOSImage cmdlet gets the operating system images in the Lenovo XClarity Administrator server image repository.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAOSImage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ImageID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the operating system image ID. If no image ID is specified, all images on server repository are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ImageID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the operating system image ID. If no image ID is specified, all images on server repository are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.OSImage[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAOSImage returns a list of OSImage objects with image information.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $images = Get-LXCAOSImage </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command get all OS images on the Lenovo XClarity Administrator server.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Remove-LXCAOSImage --> <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> <!-- Start do not translate block --> <command:name>Remove-LXCAOSImage</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Removes an operating system image from the Lenovo XClarity Administrator server image repository.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Remove</command:verb> <command:noun>LXCAOSImage</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Remove-LXCAOSImage cmdlet removes an operating system images and its image profiles from the Lenovo XClarity Administrator server image repository.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCAOSImage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ImageID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the image ID. The cmdlet removes the operating system image and its image profiles.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When Force is specified, the cmdlet removes the image or profile without first prompting for confirmation about the removal.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCAOSImage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>OSImage</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the operating system image. The cmdlet removes the image and its image profiles.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">OSImage</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When Force is specified, the cmdlet removes the image or profile without first prompting for confirmation about the removal.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCAOSImage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ProfileID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the image profile ID. The cmdlet removes the image profile from the image repository.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When Force is specified, the cmdlet removes the image or profile without first prompting for confirmation about the removal.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ImageID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the image ID. The cmdlet removes the operating system image and its image profiles.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>OSImage</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the operating system image. The cmdlet removes the image and its image profiles.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">OSImage</command:parameterValue> <dev:type> <maml:name>OSImage</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ProfileID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the image profile ID. The cmdlet removes the image profile from the image repository.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When Force is specified, the cmdlet removes the image or profile without first prompting for confirmation about the removal.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.OSImage</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You can pipe OSImage to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Remove-LXCAOSImage does not return objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $images = Get-LXCAOSImage Remove-LXCAOSImage -OSImage $images[0] </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command removes an OS image from the Lenovo XClarity Administrator server.</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>Import-LXCAOSImage</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Set-LXCADeployGlobalSetting --> <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> <!-- Start do not translate block --> <command:name>Set-LXCADeployGlobalSetting</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Sets the global settings used for operating system deployment.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Set</command:verb> <command:noun>LXCADeployGlobalSetting</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Set-LXCADeployGlobalSetting cmdlet sets the global settings used for operating system deployment, such as IP assignment type and deployment credentials.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCADeployGlobalSetting</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DeployGlobalSetting</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the global deploy settings which includes IP assignment type and deploy credentials.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">DeployGlobalSetting</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DeployGlobalSetting</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the global deploy setting which includes IP assignment type and deploy credentials.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">DeployGlobalSetting</command:parameterValue> <dev:type> <maml:name>DeployGlobalSetting</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Set-LXCADeployGlobalSetting does not return objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $setting = Get-LXCADeployGlobalSetting $setting.IpAssignment = "dhcpv4" # staticv4 / dhcpv4 Set-LXCADeployGlobalSetting -DeployGlobalSetting $setting </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command updates the global deploy settings.</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>Get-LXCADeployGlobalSetting</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAStorageNode --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAStorageNode</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets information about one or more storage nodes from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAStorageNode</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAStorageNode cmdlet gets information about one or more storage nodes from the xLenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAStorageNode</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Chassis</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more chassis. The cmdlet returns all storage nodes from each chassis in the list. If no chassis is specified, the cmdlet returns all storage nodes from all managed chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Chassis[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAStorageNode</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more chassis UUIDs. The cmdlet returns all storage nodes on the specified chassis. If no chassis UUID is specified, the cmdlet returns all storage nodes from all managed chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAStorageNode</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>NodeUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a specific storage node. If no storage node UUID is specified, all storage nodes will be returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="fasle" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Chassis</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more chassis. The cmdlet returns all storage nodes from each chassis in the list. If no chassis is specified, the cmdlet returns all storage nodes from all managed chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Chassis[]</command:parameterValue> <dev:type> <maml:name>Chassis[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="fasle" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more chassis UUIDs. The cmdlet returns all storage nodes on the specified chassis. If no chassis UUID is specified, the cmdlet returns all storage nodes from all managed chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="fasle" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>NodeUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a specific storage node. If no storage node UUID is specified, all storage nodes will be returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.Chassis</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You can pipe the Chassis object to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.StorageNode</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAStorageNode returns StorageNode objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $nodes = Get-LXCAStorageNode </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets all the storage nodes installed in all chassis that have been discovered.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAUserAccount --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAUserAccount</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets information for all user accounts from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAUserAccount</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAUserAccount cmdlet gets information about all user accounts from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAUserAccount</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.UserAccount</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAUserAccount returns UserAccount objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $accounts = Get-LXCAUserAccount </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets all the user accounts.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Remove-LXCAUserAccount --> <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> <!-- Start do not translate block --> <command:name>Remove-LXCAUserAccount</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Deletes a user account from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Remove</command:verb> <command:noun>LXCAUserAccount</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Remove-LXCAUserAccount cmdlet removes a user account.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCAUserAccount</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UserAccount</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the user account to be deleted.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">UserAccount</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Removes the user account without first prompting for confirmation about the removal.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UserAccount</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the user account to be deleted.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">UserAccount</command:parameterValue> <dev:type> <maml:name>UserAccount</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Removes the user account without first prompting for confirmation about the removal.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.UserAccount</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You can pipe the UserAccount object to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Remove-LXCAUserAccount does not return object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $account = Get-LXCAUserAccount | where { $_.UserName -eq "testuser" } Remove-LXCAUserAccount -UserAccount $account -Force </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command removes a user account with name "testuser".</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>Add-LXCAUserAccount</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Set-LXCAUserAccountPassword --> <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> <!-- Start do not translate block --> <command:name>Set-LXCAUserAccountPassword</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Modifies the password for an existing user account.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Set</command:verb> <command:noun>LXCAUserAccountPassword</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Set-LXCAUserAccountPassword cmdlet modifies the password for an existing user account on the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCAUserAccountPassword</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the current password.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>NewPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the new password.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ConfirmPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Confirms the new password.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCAUserAccountPassword</maml:name> <!-- End do not translate block --> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Host</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the Lenovo XClarity Administrator server HTTPS address (IP address or host name).</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Port</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the port on the Lenovo XClarity Administrator server to be used for the connection.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Proxy</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a Web service proxy object that includes proxy connection and authentication information.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">WebProxy</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the user ID of the user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the current password.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>NewPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the new password.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ConfirmPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Confirm the new password.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Host</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the HTTPS address (IP address or host name) of the Lenovo XClarity Administrator server.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Port</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the port on the Lenovo XClarity Administrator server to be used for the connection.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>443</dev:defaultValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="NoOverwrite"> <!-- Start do not translate block --> <maml:name>Proxy</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a Web service proxy object that includes proxy connection and authentication information.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">WebProxy</command:parameterValue> <dev:type> <maml:name>WebProxy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the user ID of the user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the current password.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <dev:type> <maml:name>SecureString</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>NewPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the new password.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <dev:type> <maml:name>SecureString</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ConfirmPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Confirm the new password.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <dev:type> <maml:name>SecureString</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Set-LXCAUserAccountPassword does not return objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $cred = Get-Credential Connect-LXCA -Host 9.125.90.21 -Port 443 -Credential $cred $Password = ConvertTo-SecureString "curpwd" -AsPlainText –Force $NewPassword = ConvertTo-SecureString "newpwd" -AsPlainText –Force $ConfirmPassword = ConvertTo-SecureString "newpwd" -AsPlainText –Force Set-LXCAUserAccountPassword -CurrentPassword $Password -NewPassword $NewPassword -ConfirmPassword $ConfirmPassword </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command modifies the password for a currently authenticated user.</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:introduction> <!-- Start do not translate block --> <dev:code> $Password = ConvertTo-SecureString "curpwd" -AsPlainText –Force $NewPassword = ConvertTo-SecureString "newpwd" -AsPlainText –Force $ConfirmPassword = ConvertTo-SecureString "newpwd" -AsPlainText –Force Set-LXCAUserAccountPassword -Host 9.125.90.21 -UserName "userid" -CurrentPassword $Password -NewPassword $NewPassword -ConfirmPassword $ConfirmPassword </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command modify the password for an unauthenticated user.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAActiveAlert --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAActiveAlert</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets active alerts.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAActiveAlert</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAActiveAlert cmdlet gets active alerts from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAActiveAlert</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComponentID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of the components to which alerts apply.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAActiveAlert</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Severity</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the alert severity.</maml:para> <maml:para>Severity values are Unknown, Informational, Warning, Minor, Major, Critical, and Fatal. Multiple values must be separated by a comma.</maml:para> <maml:para>The severity definition on Lenovo XClarity Administrator web UI is different with the severity levels here, "Critical" on UI maps to "Major, Critical, Fatal" here, "Warning" on UI maps to "Warning, Minor" here, "Informational" on UI equals "Informational" here, "Unknown" on UI equals "Unknown" here.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventSeverity[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EventClass</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event source type.</maml:para> <maml:para>Event source types are Blade, Switch IOModule, Expansion, Adaptor, System, Processors, Memory, Disks, Power, Cooling, Audit, Test, and Unknown. Multiple values must be separated by a comma.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventClass[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComponentID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of the components to which alerts apply.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Severity</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event severity.</maml:para> <maml:para>Severity values are Unknown, Informational, Warning, Minor, Major, Critical, and Fatal. Multiple values must be separated by a comma.</maml:para> <maml:para>The severity definition on Lenovo XClarity Administrator web UI is different with the severity levels here, "Critical" on UI maps to "Major, Critical, Fatal" here, "Warning" on UI maps to "Warning, Minor" here, "Informational" on UI equals "Informational" here, "Unknown" on UI equals "Unknown" here.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventSeverity[]</command:parameterValue> <dev:type> <maml:name>EventSeverity[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EventClass</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event source type.</maml:para> <maml:para>Event source types are Blade, Switch IOModule, Expansion, Adaptor, System, Processors, Memory, Disks, Power, Cooling, Audit, Test, and Unknown. Multiple values must be separated by a comma.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventClass[]</command:parameterValue> <dev:type> <maml:name>EventClass[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.ActiveAlert[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAActiveAlert returns ActiveAlert objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $alerts = Get-LXCAActiveAlert </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets all active alerts from the Lenovo XClarity Administrator server.</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:introduction> <!-- Start do not translate block --> <dev:code> $alerts = Get-LXCAActiveAlert -Severity Critical,Fatal -EventClass Blade </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets all the critical and fatal active alerts for a compute node.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAAuditLog --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAAuditLog</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets the audit log from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAAuditLog</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAAuditLog cmdlet gets the audit log from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAAuditLog</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EventID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies one or more audit event IDs. If you do not specify an event ID, all events are returned. Tip: You can use the Get-LXCAAuditLog cmdlet to retrieve a list of audit event IDs. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SourceID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the component that is/was the event source (raiser/owner).</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Severity</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event severity.</maml:para> <maml:para>Severity values are Unknown, Informational, Warning, Minor, Major, Critical, and Fatal. Multiple values must be separated by a comma.</maml:para> <maml:para>The severity definition on Lenovo XClarity Administrator web UI is different with the severity levels here, "Critical" on UI maps to "Major, Critical, Fatal" here, "Warning" on UI maps to "Warning, Minor" here, "Informational" on UI equals "Informational" here, "Unknown" on UI equals "Unknown" here.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventSeverity[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PreviousHours</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies how many hours prior to the current time should be used for obtaining log entries.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StartSequenceNumber</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the start sequence number for obtaining events.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Long</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EndSequenceNumber</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the end sequence number for obtaining events.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Long</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EventID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies one or more audit event IDs. If you do not specify an event ID, all events are returned. Tip: You can use the Get-LXCAAuditLog cmdlet to retrieve a list of audit event IDs. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SourceID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the component that is/was the event source (raiser/owner).</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Severity</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event severity.</maml:para> <maml:para>Severity values are Unknown, Informational, Warning, Minor, Major, Critical, and Fatal. Multiple values must be separated by a comma.</maml:para> <maml:para>The severity definition on Lenovo XClarity Administrator web UI is different with the severity levels here, "Critical" on UI maps to "Major, Critical, Fatal" here, "Warning" on UI maps to "Warning, Minor" here, "Informational" on UI equals "Informational" here, "Unknown" on UI equals "Unknown" here.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventSeverity[]</command:parameterValue> <dev:type> <maml:name>EventSeverity[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PreviousHours</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies how many hours prior to the current time should be used for obtaining log entries.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StartSequenceNumber</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the start sequence number for obtaining events.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Long</command:parameterValue> <dev:type> <maml:name>Long</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EndSequenceNumber</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the end sequence number for obtaining events.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Long</command:parameterValue> <dev:type> <maml:name>Long</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.AuditLog[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAAuditLog returns AuditLog objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $audit = Get-LXCAAuditLog </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets the entire audit log.</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:introduction> <!-- Start do not translate block --> <dev:code> $audit = Get-LXCAAuditLog -Severity Critical,Fatal -PreviousHours 12 </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets all the critical and fatal audit log entries that have occurred in the last 12 hours.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAActiveStatus --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAActiveStatus</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets the current status for a managed endpoint.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAActiveStatus</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAActiveStatus cmdlet gets the current status for one or more endpoints being managed by the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAActiveStatus</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComponentID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of the components to which the status applies.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAActiveStatus</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Severity</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the event severity. Severity values are Unknown, Informational, Warning, Minor, Major, Critical, and Fatal. Multiple values must be separated by a comma. The severity definition on Lenovo XClarity Administrator web UI is different with the severity levels here, "Critical" on UI maps to "Major, Critical, Fatal" here, "Warning" on UI maps to "Warning, Minor" here, "Informational" on UI equals "Informational" here, "Unknown" on UI equals "Unknown" here. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventSeverity[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EventClass</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event source type.</maml:para> <maml:para>Event source types are Blade, Switch IOModule, Expansion, Adaptor, System, Processors, Memory, Disks, Power, Cooling, Audit, Test, and Unknown. Multiple values must be separated by a comma.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventClass[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComponentID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of the components to which the status applies.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Severity</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the event severity. Severity values are Unknown, Informational, Warning, Minor, Major, Critical, and Fatal. Multiple values must be separated by a comma. The severity definition on Lenovo XClarity Administrator web UI is different with the severity levels here, "Critical" on UI maps to "Major, Critical, Fatal" here, "Warning" on UI maps to "Warning, Minor" here, "Informational" on UI equals "Informational" here, "Unknown" on UI equals "Unknown" here. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventSeverity[]</command:parameterValue> <dev:type> <maml:name>EventSeverity[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EventClass</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event source type.</maml:para> <maml:para>Event source types are Blade, Switch IOModule, Expansion, Adaptor, System, Processors, Memory, Disks, Power, Cooling, Audit, Test, and Unknown. Multiple values must be separated by a comma.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventClass[]</command:parameterValue> <dev:type> <maml:name>EventClass[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.ActiveStatus[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAActiveStatus returns ActiveStatus objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $status = Get-LXCAActiveStatus </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets the current status for all managed endpoints.</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:introduction> <!-- Start do not translate block --> <dev:code> $status = Get-LXCAActiveStatus -Severity Critical,Fatal </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets the list of endpoints that have a status with a severity of critical or fatal.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAFFDCFile --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAFFDCFile</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets the FFDC file from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAFFDCFile</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAFFDCFile cmdlet downloads the First Failure Data Capture (FFDC) file to the local system.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAFFDCFile</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Destination</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the local directory and file name where the file is to be saved. </maml:para> <maml:para> The file is saved as a ZIP file that contains all selected diagnostic files (.TAR.GZ archive files). </maml:para> <maml:para> If only a directory is specified, the cmdlet saves the FFDC file using the file name that is retuned from the Lenovo XClarity Administrator server. If a directory and a file name are specified, the cmdlet saves the FFDC file using the specified file name. </maml:para> <maml:para> Note: The specified directory must already exist. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Overwrite</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to overwrite the local file when a file with that same name exists already.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Destination</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the local directory and file name where the file is to be saved. The file is saved as a ZIP file that contains all selected diagnostic files (.TAR.GZ archive files). If only a directory is specified, the cmdlet saves the FFDC file using the file name that is retuned from the Lenovo XClarity Administrator server. If a directory and a file name are specified, the cmdlet saves the FFDC file using the specified file name. Note: The specified directory must already exist. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Overwrite</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to overwrite the local file when a file with that same name exists already.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>String</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAFFDCFile returns the FFDC file path on the local system.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Get-LXCAFFDCFile -Destination C:\LXCA\ -Overwrite </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command downloads the FFDC file and saves it under the directory C:\LXCA\. If the file with same name already exists, the old one will be replaced.</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:introduction> <!-- Start do not translate block --> <dev:code> Get-LXCAFFDCFile -Destination C:\LXCA\myFFDC.zip </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command downloads the FFDC file and saves it to C:\LXCA\myFFDC.zip.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAConfigPatternDeployableServer --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAConfigPatternDeployableServer</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets a list of deployable servers and compute node bays that meet the criteria for a server pattern or profile.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAConfigPatternDeployableServer</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAConfigPatternDeployableServer cmdlet returns a list of deployable servers and compute node bays that meet the criteria for a server pattern or profile.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAConfigPatternDeployableServer</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the default connection is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PatternId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Server pattern ID. You can obtain a list of all server pattern IDs using the Get-LXCAConfigPattern cmdlet.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAConfigPatternDeployableServer</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the default connection is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ProfileId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Server profile ID. You can obtain a list of all server profile IDs using the Get-LXCAConfigProfile cmdlet.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the default connection is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PatternId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Server Pattern ID. You can obtain a list of all server pattern IDs using the Get-LXCAConfigPattern cmdlet.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ProfileId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Server profile ID. You can obtain a list of all server profile IDs using the Get-LXCAConfigProfile cmdlet.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>LXCAConfigPatternDeployableTarget</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAConfigPatternDeployableServer returns LXCAConfigPatternDeployableTarget objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $patterns = Get-LXCAConfigPattern $chassis = Get-LXCAConfigPatternDeployableServer -PatternId $patterns[0].Id $chassis[0].Servers </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets the deployable servers according to a server pattern.</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>Get-LXCAConfigPattern</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Remove-LXCAConfigProfileFromSystem --> <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> <!-- Start do not translate block --> <command:name>Remove-LXCAConfigProfileFromSystem</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Removes (deactivate) a server profile from assignment to an associated system.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Remove</command:verb> <command:noun>LXCAConfigProfileFromSystem</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Remove-LXCAConfigProfileFromSystem cmdlet removes (deactivate) a server profile from assignment to the associated system. The server profile is still available on the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCAConfigProfileFromSystem</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the default connection is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Profile</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Server profile object.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">ConfigProfile</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Force remove (deactivate) the profile even if the target system is not reachable.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCAConfigProfileFromSystem</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the default connection is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ProfileID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Server profile ID.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Force remove (deactivate) the profile even if the target system is not reachable.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the default connection is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Profile</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Server profile object.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">ConfigProfile</command:parameterValue> <dev:type> <maml:name>ConfigProfile</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ProfileId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Server profile ID.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Force remove (deactivate) the profile even if the target system is not reachable.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>ConfigProfile</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You can pipe the ConfigProfile object to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>No</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Remove-LXCAConfigProfileFromSystem does not return any object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $profiles = Get-LXCAConfigProfile | where{$_.status -eq "ASSIGNED"} Remove-LXCAConfigProfileFromSystem -ProfileId $profiles[0].Id </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command removes (deactivates) the server profile from assignment to the associated system.</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>Get-LXCAConfigProfile</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAConfigProfile --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAConfigProfile</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets one or more server profiles from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAConfigProfile</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAConfigProfile cmdlet gets one or more server profiles from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAConfigProfile</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ProfileID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the profile ID. If no profile ID is specified, all server profiles are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAConfigProfile</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PatternID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the pattern ID. If the pattern ID is specified, all server profiles for this pattern are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ProfileID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the profile ID. If no profile ID is specified, all server profiles are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PatternID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the pattern ID. If the pattern ID is specified, all server profiles for this pattern are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.ConfigProfile[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAConfigProfile returns a list of configuration profile objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code>$profiles = Get-LXCAConfigProfile</dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets all configuration profiles from the Lenovo XClarity Administrator server.</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>Get-LXCAConfigPattern</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAIOModule --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAIOModule</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets information about one or more I/O modules from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAIOModule</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAIOModule cmdlet gets information about one or more I/O modules from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAIOModule</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Chassis</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more chassis instances. The cmdlet returns all I/O modules in each chassis. If no chassis is specified, the cmdlet returns all I/O modules from all managed chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Chassis[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAIOModule</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a specific chassis. The cmdlet returns all I/O modules on the specified chassis. If no chassis UUID is specified, the cmdlet returns all I/O modules from all managed chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAIOModule</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IOModuleUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a specific I/O module. If no I/O module UUID is specified, the cmdlet returns all I/O modules.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Chassis</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a list of chassis instances. The cmdlet returns all I/O modules in each chassis. If no chassis is specified, the cmdlet returns all I/O modules from all managed chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Chassis[]</command:parameterValue> <dev:type> <maml:name>Chassis[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a specific chassis. The cmdlet returns all IO modules on the specified chassis. If no chassis UUID is specified, the cmdlet returns all IO modules from all managed chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="NoOverwrite"> <!-- Start do not translate block --> <maml:name>IOModuleUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a specific IO module. If no IO module UUID is specified, the cmdlet returns all IO modules.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.Chassis</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You can pipe Chassis objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.IOModule[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAComputeNode returns a list of IO modules.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code>$iomodules = Get-LXCAIOModule -ChassisUuid 1B33D6CE9FFD410158210817F476E900</dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets a list of all IO modules from a specified chassis.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCASystemCompliance --> <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> <!-- Start do not translate block --> <command:name>Get-LXCASystemCompliance</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets system compliance information from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCASystemCompliance</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCASystemCompliance cmdlet gets firmware compliance information about one or more endpoints from the Lenovo XClarity Administrator server, including CMMs, Flex switch, Flex System compute nodes, System x servers, RackSwitch switch or Lenovo storage, to which a compliance policy has been assigned.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCASystemCompliance</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SystemUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target system. The target system can be a chassis, CMM, Flex switch, Flex System compute node, System x server, RackSwitch switch or Lenovo storage. If you specify a chassis, information for endpoints installed in the chassis are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SystemType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the type of the target system. The type can be one of the following values: - Chassis. The specified device is a chassis. The compliance information for the CMM, Flex switch, and Flex System computes nodes installed in the chassis will be returned. - CMM. The specified device is a CMM. - ComputeNode. The specified device is a Flex System compute node. - IOSwitch. The specified device is a Flex System switch. - RackServer. The specified device is a rack or tower server. - RackSwitch. The specified device is a RackSwitch switch. - Storage. The specified device is a storage device. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SystemType</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCASystemCompliance</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuids</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the UUIDs of the target systems. - The target systems can be CMMs, Flex switches, Flex System compute nodes, System x servers, RackSwitch switches or Lenovo storages. - If you request compliances for a list of chassises, the command is dropped: a null object is retuned. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SystemType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the type of the target system. The type can be one of the following values: - CMM. The specified device is a CMM. - ComputeNode. The specified device is a Flex System compute node. - IOSwitch. The specified device is a Flex System switch. - RackServer. The specified device is a rack or tower server. - RackSwitch. The specified device is a RackSwitch switch. - Storage. The specified device is a storage device. - If you request compliances for a list of chassises, the command is dropped: a null object is retuned. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SystemType</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SystemUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target system. The target system can be a chassis, CMM, Flex switch, Flex System compute node, or System x server. If you specify a chassis, information for endpoints installed in the chassis are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuids</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the UUIDs of the target systems: - The target systems can be CMMs, Flex switches, Flex System compute nodes, System x servers, RackSwitch switches or Lenovo storages. - If requested compliances are for a list of chassises, the command is dropped: a null object is retuned. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="NoOverwrite"> <!-- Start do not translate block --> <maml:name>SystemType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the type of the target system. The type can be one of the following values: - Chassis. The specified device is a chassis. The compliance information for the CMM, Flex switch, and Flex System computes nodes installed in the chassis will be returned. - CMM. The specified device is a CMM. - ComputeNode. The specified device is a Flex System compute node. - IOSwitch. The specified device is a Flex System switch. - RackServer. The specified device is a rack or tower server. - RackSwitch. The specified device is a RackSwitch switch. - Storage. The specified device is a storage device. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SystemType</command:parameterValue> <dev:type> <maml:name>SystemType</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.SystemCompliance[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCASystemCompliance returns a list of system compliance objects that contains firmware compliance information.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------- EXAMPLE 1 - Syngle UUID ------------------ </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $compliance = Get-LXCASystemCompliance -SystemUuid 2B885CEB5B6711E1A12B5CF3FC11314A -SystemType Chassis </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets the system compliance information of one chassis, including the CMM, Flex switch, and Flex System compute nodes.</maml:para> <maml:para/> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText /> </command:commandLine> </command:commandLines> </command:example> <command:example> <maml:title> ------------------ EXAMPLE 2 - Multiple UUIDs ----------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $requiredUuis = "2B885CEB5B6711E1A12B5CF3FC11314A", "3C995CEB5B6711E1A12B5CF3FC11314A" $compliance = Get-LXCASystemCompliance -Uuids $requiredUuis -SystemType ComputeNode </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets the system compliance information for two ComputeNode.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Install-LXCAOSImage --> <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> <!-- Start do not translate block --> <command:name>Install-LXCAOSImage</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Deploys an OS image to one or more target systems (endpoints).</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Install</command:verb> <command:noun>LXCAOSImage</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Install-LXCAOSImage cmdlet deploys an operating system image to one or more target systems (endpoints).</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Install-LXCAOSImage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DeployTask</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a list of deployment tasks. The list is created by the New-LXCADeployTask cmdlet.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">DeployTask[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DeployTask</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a list of deployment tasks. The list is created from the New-LXCADeployTask cmdlet.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">DeployTask[]</command:parameterValue> <dev:type> <maml:name>DeployTask[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.DeployResult[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Install-LXCAOSImage returns a list Data.DeployResult objects when the AsJob parameter is not used.</maml:para> </maml:description> </command:returnValue> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>System.Management.Automation.Job</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Install-LXCAOSImage returns a job object when the AsJob parameter is used. The DeployResult[] can be retrieved from Job.Output.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $nodes = Get-LXCADeployableServer $images = Get-LXCAOSImage | where {$_.Name -like "*esxi5.5*"} $deployTask = New-LXCADeployTask -ServerUuid $nodes[0].Uuid -ImageProfileID $images[0].Profiles[0].Id -TargetDevice "SanDisk" -SanId "WWN123445" -MacAddress $nodes[0].MacAddresses[0] -IpAddress 9.5.12.122 -SubnetMask 255.255.255.0 -GateWay 9.5.12.1 -DNS1 9.10.244.100 -DNS2 9.10.244.200 -Mtu 1500 -Hostname "testServer" Install-LXCAOSImage -DeployTask $deployTask </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command installs an ESXi 5.5 OS image on a target system in synchronous mode.</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:introduction> <!-- Start do not translate block --> <dev:code> $nodes = Get-LXCADeployableServer $esxi5 = Get-LXCAOSImage | where { $_.Name -like "*esxi5.5*" } $rhel6 = Get-LXCAOSImage | where { $_.Name -like "*RHEL6*" } #create deploy node list $deployList = @() $deployTask = New-LXCADeployTask -ServerUuid $nodes[0].Uuid -ImageProfileID $esxi5.Profiles[0].Id -TargetDevice "SanDisk" -SanId "WWN123445" -MacAddress $nodes[0].MacAddresses[0] -IpAddress 9.5.12.122 -SubnetMask 255.255.255.0 -GateWay 9.5.12.1 -DNS1 9.10.244.100 -DNS2 9.10.244.200 -Mtu 1500 $deployList.Add($deployTask); $deployTask = New-LXCADeployTask -ServerUuid $nodes[1].Uuid -ImageProfileID $rhel6.Profiles[0].Id -TargetDevice "LocalDisk" -MacAddress $nodes[1].MacAddresses[0] -IpAddress 9.5.12.123 -SubnetMask 255.255.255.0 -GateWay 9.5.12.1 -DNS1 9.10.244.100 -DNS2 9.10.244.200 -Mtu 1500 -Hostname "testServer2" $deployList.Add($deployTask); #deploy node $job = Install-LXCAOSImage -DeployTask $deployList -AsJob while ($job.State eq "Running") { Start-Sleep -Seconds 5 } $job.Output </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command deploys multiple OS images to multiple target systems in asynchronous mode.</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>New-LXCADeployTask</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAJob --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAJob</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets one or more jobs from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAJob</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAJob cmdlet gets one or more jobs from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAJob</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>JobID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the job ID.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAJob</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the component to which the job belongs.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Category</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the job category.</maml:para> <maml:para>The category values are Management, Configuration, Firmware, Health, Power, RemoteAccess, SystemId, and Custom. Multiple values must be separated by a comma.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>State</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the job state.</maml:para> <maml:para>The job state values are Pending, Running, Complete, Cancelled, RunningWithErrors, CancelledWithErrors, and StoppedWithError. Multiple values must be separated by a comma.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>JobID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the job ID.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the component to which the job belongs.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Category</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the job category.</maml:para> <maml:para>The category values are Management, Configuration, Firmware, Health, Power, RemoteAccess, SystemId, and Custom. Multiple values must be separated by a comma.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>State</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the job state.</maml:para> <maml:para>The job state values are Pending, Running, Complete, Cancelled, RunningWithErrors, CancelledWithErrors, and StoppedWithError. Multiple values must be separated by a comma.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.Job[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAJob returns Job objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $jobs = Get-LXCAJob -State Running,RunningWithErrors </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets all the jobs from the Lenovo XClarity Administrator server that are currently running.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Stop-LXCAJob --> <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> <!-- Start do not translate block --> <command:name>Stop-LXCAJob</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Cancels one job on the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Stop</command:verb> <command:noun>LXCAJob</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Stop-LXCAJob cmdlet cancels one running or pending job on the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Stop-LXCAJob</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>JobID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one job ID.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Stop-LXCAJob</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Job</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one job instance.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Job</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>JobID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one job ID.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Job</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one job instance.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Job</command:parameterValue> <dev:type> <maml:name>Job</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Stop-LXCAJob does not return object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $jobs = Get-LXCAJob -State Running,Pending Foreach($job in $jobs) { Stop-LXCAJob -Job $job } </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command cancels all the running or pending jobs.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Remove-LXCAJob --> <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> <!-- Start do not translate block --> <command:name>Remove-LXCAJob</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Deletes one job on the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Remove</command:verb> <command:noun>LXCAJob</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Remove-LXCAJob cmdlet deletes one job on the Lenovo XClarity Administrator server. The job must be in a stopped, cancelled, or complete state before it can be removed. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCAJob</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>JobID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one job ID.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCAJob</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Job</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one job instance.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Job</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>JobID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one job ID.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Job</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one job instance.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Job</command:parameterValue> <dev:type> <maml:name>Job</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Remove-LXCAJob does not return object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $jobs = Get-LXCAJob -State Complete,Cancelled,"Cancelled With Errors","Stopped With Error" Foreach($job in $jobs) { Remove-LXCAJob -Job $job } </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command deletes all jobs that are not currently running.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Set-LXCAPSLogLevel --> <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> <!-- Start do not translate block --> <command:name>Set-LXCAPSLogLevel</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Sets the log level of the PowerShell cmdlets for the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Set</command:verb> <command:noun>LXCAPSLogLevel</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Set-LXCAPSLogLevel cmdlet sets the log level of the PowerShell cmdlets for the Lenovo XClarity Administrator server. The default log level is info.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCAPSLogLevel</maml:name> <!-- End do not translate block --> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>LogLevel</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the log level of the PowerShell cmdlets for Lenovo XClarity Administrator server.</maml:para> <maml:para>The values of log level are Error, Warn, Info, and Debug.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>LogLevel</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the log level of the PowerShell cmdlets for Lenovo XClarity Administrator server.</maml:para> <maml:para>The values of log level are Error, Warn, Info, and Debug.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Set-LXCAPSLogLevel does not return object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Set-LXCAPSLogLevel -LogLevel Debug </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command sets the PowerShell cmdlets log level to debug.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAActiveSession --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAActiveSession</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets currently active user sessions.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAActiveSession</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAActiveSession cmdlet returns a list of currently active user sessions.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAActiveSession</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.ActiveSession[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAActiveSession returns a list of ActiveSession objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $sessions = Get-LXCAActiveSession </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns a list of currently active sessions.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Import-LXCAUpdatePackage --> <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> <!-- Start do not translate block --> <command:name>Import-LXCAUpdatePackage</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Imports one or more local update packages to the Lenovo XClarity Administrator server firmware repository.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Import</command:verb> <command:noun>LXCAUpdatePackage</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Import-LXCAUpdatePackage cmdlet imports one or more local update packages to the Lenovo XClarity Administrator server firmware repository.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Import-LXCAUpdatePackage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>File</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the update file to be imported.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ApplianceUpdate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When ApplianceUpdate is specified, the cmdlet will import a management-server update to the updates repository.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>WaitForJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> When specified with the –AsJob parameter, PowerShell waits for this background job in XClarity Administrator to either start or complete before running the next cmdlet in the script. This can be one of the following values: - ToStart PowerShell waits until this background job starts in XClarity Administrator, so multiple jobs can run synchronously. - ToEnd PowerShell waits until this background job completes in XClarity Administrator, so that one only job runs at a time. Note: - If this parameter not specified, this cmdlet does not wait. The next cmdlet in the script runs regardless of whether this background job starts or completes. - If -AsJob is not specified, this parameter is ignored. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Import-LXCAUpdatePackage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Folder</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the folder containing update files. Files must be in the specified folder; they cannot be in child folders.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FixId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the update Fix IDs in the folder which will be imported to the Lenovo XClarity Administrator server. If no Fix ID is specified, all available update files will be imported.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ApplianceUpdate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When ApplianceUpdate is specified, the cmdlet will import a management-server update to the updates repository.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>WaitForJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> When specified with the –AsJob parameter, PowerShell waits for this background job in XClarity Administrator to either start or complete before running the next cmdlet in the script. This can be one of the following values: - ToStart PowerShell waits until this background job starts in XClarity Administrator, so multiple jobs can run synchronously. - ToEnd PowerShell waits until this background job completes in XClarity Administrator, so that one only job runs at a time. Note: - If this parameter not specified, this cmdlet does not wait. The next cmdlet in the script runs regardless of whether this background job starts or completes. - If -AsJob is not specified, this parameter is ignored. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>File</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the update file to be imported.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Folder</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the folder containing update files. Files must be in the specified folder; they cannot be in child folders.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FixId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the update Fix IDs in the folder which will be imported to Lenovo XClarity Administrator server. If no Fix ID is specified, all available update files will be imported. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ApplianceUpdate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When ApplianceUpdate is specified, the cmdlet will import a management-server update to the updates repository.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>WaitForJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> When specified with the –AsJob parameter, PowerShell waits for this background job in XClarity Administrator to either start or complete before running the next cmdlet in the script. This can be one of the following values: - ToStart PowerShell waits until this background job starts in XClarity Administrator, so multiple jobs can run synchronously. - ToEnd PowerShell waits until this background job completes in XClarity Administrator, so that one only job runs at a time. Note: - If this parameter not specified, this cmdlet does not wait. The next cmdlet in the script runs regardless of whether this background job starts or completes. - If -AsJob is not specified, this parameter is ignored. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>System.Management.Automation.Job</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>When you use the AsJob parameter, Import-LXCAUpdatePackage returns a job object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> # # The following example imports the firmware-update packages to the XClarity Administrator server in synchronous mode. $cred = Get-Credential Connect-LXCA -Host 192.0.2.0 -Port 443 -Credential $cred Import-LXCAUpdatePackage -File c:\Lenovo_fw_bmc_gfbt60a_windows_i386.exe,c:\Lenovo_fw_bmc_gfbt60a_windows_i386.xml #Disconnect from LXCA Disconnect-LXCA </dev:code> <!-- End do not translate block --> <dev:remarks> <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> <!-- Start do not translate block --> <dev:code> # # The following example imports all firmware-update packages that are located in the c:\updates folder # to the XClarity Administrator server as a job that runs in the background. # A wait loop is enforced while the job is still in running state. $cred = Get-Credential Connect-LXCA -Host 192.0.2.0 -Port 443 -Credential $cred $job = Import-LXCAUpdatePackage -Folder c:\updates -AsJob while ($job.State -eq "Running") { Start-Sleep -Seconds 5 } #Disconnect from LXCA Disconnect-LXCA </dev:code> <!-- End do not translate block --> <dev:remarks> <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:introduction> <!-- Start do not translate block --> <dev:code> # # The following example imports all firmware-update packages that are located in the c:\updates folder # to the XClarity Administrator server as a job that runs in the background. # The cmdlet waits until the background job is completed. $cred = Get-Credential Connect-LXCA -Host 192.0.2.0 -Port 443 -Credential $cred Import-LXCAUpdatePackage -Folder c:\updates -AsJob -WaitForJob ToEnd #Disconnect from LXCA Disconnect-LXCA </dev:code> <!-- End do not translate block --> <dev:remarks> <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:introduction> <!-- Start do not translate block --> <dev:code> # # The following example imports all management-server update packages that are located in the c:\updates folder # to the XClarity Administrator server as a job that runs in the background. # The cmdlet waits until the background job is completed. $cred = Get-Credential Connect-LXCA -Host 192.0.2.0 -Port 443 -Credential $cred Import-LXCAUpdatePackage -Folder c:\updates -AsJob -ApplianceUpdate -WaitForJob ToEnd #Disconnect from LXCA Disconnect-LXCA </dev:code> <!-- End do not translate block --> <dev:remarks> <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:introduction> <!-- Start do not translate block --> <dev:code> # # The following example imports a management-server update package that is located in the c:\updates folder # to the XClarity Administrator server as a job that runs in the background and apply it. # The cmdlets will wait until the all the background jobs are completed. $cred = Get-Credential Connect-LXCA -Host 192.0.2.0 -Port 443 -Credential $cred Import-LXCAUpdatePackage -Folder c:\updates -AsJob -ApplianceUpdate -WaitForJob ToEnd # Only one package can be applied at a time! $fixID = "lnvgy_sw_lxca_thinksystemrepo3-2.4.0_anyos_noarch" Install-LXCAUpdateManagementServer -FixId $fixID -AsJob -WaitForJob ToEnd #Disconnect from LXCA Disconnect-LXCA </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para/> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText /> </command:commandLine> </command:commandLines> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAAvailableMachineType --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAAvailableMachineType</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets all available machine types that are supported by the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAAvailableMachineType</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAAvailableMachineType cmdlet gets all available machine types that are supported by the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAAvailableMachineType</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.MachineType[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAAvailableMachineType returns a list of MachineType objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $mts = Get-LXCAAvailableMachineType </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets all available machine types.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAUpdatePackage --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAUpdatePackage</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Returns a list of update packages from the Lenovo XClarity Administrator server firmware repository.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAUpdatePackage</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAUpdatePackage cmdlet returns a list of update packages from the Lenovo XClarity Administrator server firmware repository.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAUpdatePackage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>MachineType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more machine types. If no machine type is specified, update packages for all machine types will be returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>MachineType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more machine types. If no machine type is specified, update packages for all machine types will be returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.UpdatePackage[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAUpdatePackage returns a list of UpdatePackage objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $packages = Get-LXCAUpdatePackage </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns a list of update packages for all available machine types from the Lenovo XClarity Administrator server firmware repository.</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:introduction> <!-- Start do not translate block --> <dev:code> $packages = Get-LXCAUpdatePackage -MachineType 7893,8724 </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns a list of update packages for machine types (7893,8724) from the Lenovo XClarity Administrator server firmware repository.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Join-LXCAUpdateCompliancePolicy --> <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> <!-- Start do not translate block --> <command:name>Join-LXCAUpdateCompliancePolicy</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Assigns a firmware-compliance policy to a specified endpoint (CMM, Flex switch, Flex System compute node, or System x server).</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Join</command:verb> <command:noun>LXCAUpdateCompliancePolicy</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Join-LXCAUpdateCompliancePolicy cmdlet assigns a firmware-compliance policy to a specified endpoint (CMM, Flex switch, Flex System compute node, or System x server).</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Join-LXCAUpdateCompliancePolicy</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Policy</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the update compliance policy.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">CompliancePolicy</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SystemUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target system.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SystemType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the type of the target system. The type can be one of the following values: - CMM. The specified device is a CMM. - ComputeNode. The specified device is a Flex System compute node. - IOSwitch. The specified device is a Flex System switch. - RackServer. The specified device is a rack or tower server. - RackSwitch. The specified device is a RackSwitch switch. - Storage. The specified device is a storage device. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SystemType</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Join-LXCAUpdateCompliancePolicy</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PolicyName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the update compliance policy.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SystemUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target system.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SystemType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the type of the target system. The type can be one of the following values: - CMM. The specified device is a CMM. - ComputeNode. The specified device is a Flex System compute node. - IOSwitch. The specified device is a Flex System switch. - RackServer. The specified device is a rack or tower server. - RackSwitch. The specified device is a RackSwitch switch. - Storage. The specified device is a storage device. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SystemType</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Policy</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the update compliance policy.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">CompliancePolicy</command:parameterValue> <dev:type> <maml:name>CompliancePolicy</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PolicyName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of update compliance policy.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SystemUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target system.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SystemType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the type of the target system. The type can be one of the following values: - CMM. The specified device is a CMM. - ComputeNode. The specified device is a Flex System compute node. - IOSwitch. The specified device is a Flex System switch. - RackServer. The specified device is a rack or tower server. - RackSwitch. The specified device is a RackSwitch switch. - Storage. The specified device is a storage device. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SystemType</command:parameterValue> <dev:type> <maml:name>SystemType</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.SystemCompliance</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Join-LXCAUpdateCompliancePolicy returns a SystemCompliance object on the target system.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $policy= Get-LXCAUpdateCompliancePolicy $complianceResult = Join-LXCAUpdateCompliancePolicy -Policy $policy[0] -SystemUuid 2B885CEB5B6711E1A12B5CF3FC11314A -SystemType ComputeNode </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets an update compliance policy and assigns it to a compute node with UUID 2B885CEB5B6711E1A12B5CF3FC11314A.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAConnection --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAConnection</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets all available PowerShell connections with the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAConnection</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAConnection cmdlet gets all available PowerShell connections with the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> </command:syntaxItem> </command:syntax> <command:parameters> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe any object to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.LXCAConnection[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAConnection returns a list of LXCAConnection objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $connections = Get-LXCAConnection foreach ($conn in $connections) { Disconnect-LXCA -Connection $conn } </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This example gets all available connections and disconnects them from the Lenovo XClarity Administrator server.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCARackServer --> <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> <!-- Start do not translate block --> <command:name>Get-LXCARackServer</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets information about one or more rack servers from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCARackServer</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCARackServer cmdlet gets information about one or more rack servers from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCARackServer</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When Unmanaged is specified, the cmdlet returns a list of unmanaged rack servers. By default, the cmdlet returns a list of managed rack servers.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCARackServer</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of System x servers. If no rack server UUID is specified, the cmdlet returns all managed rack servers unless you also specify the -Unmanage parameter.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet returns all System x servers that are not currently managed. If not specified, this cmdlet returns all managed System x servers.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of System x servers. If no rack server UUID is specified, the cmdlet returns all managed rack servers unless you also specify the -Unmanage parameter.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet returns all System x servers that are not currently managed. If not specified, this cmdlet returns all managed System x servers.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe any object to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.RackServer[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCARackServer returns a list of System x servers.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code>$rackservers = Get-LXCARackServer</dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns a list of all managed System x servers.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAServiceFile --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAServiceFile</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets the service First Failure Data Capture (service) file for a specified device (such as a chassis, a rack server, a rack switch or a storage) to the local system.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAServiceFile</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para> This cmdlet downloads the service First Failure Data Capture (service) file for a specified device (such as a chassis, a rack server, a rack switch or a storage) to the local system. Note: - This cmdlet downloads a service that was collected previously. This cmdlet does not collect service data for the device. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAServiceFile</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of managed devices.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Destination</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the local path where the file is to be saved. The file is downloaded as a single TAR.GZ archive file. If a directory is specified, the cmdlet saves the FFDC file to a file using the file name that is retuned from the Lenovo XClarity Administrator server. If a directory and a file name are specified, the cmdlet saves the FFDC file using the specified file name. Note: - The full specified path must exist. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Overwrite</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet overwrites the local file when a file with that same name exists.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAServiceFile</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>All</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet downloads FFDC data for all managed devices.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Destination</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the local path where the file is to be saved. The file is downloaded as a single TAR.GZ archive file. If a directory is specified, the cmdlet saves the FFDC file to a file using the file name that is retuned from the Lenovo XClarity Administrator server. If a directory and a file name are specified, the cmdlet saves the FFDC file using the specified file name. Note: - The full specified path must exist. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Overwrite</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet overwrites the local file when a file with that same name exists.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of managed devices.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>All</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet downloads FFDC data for all managed devices.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Destination</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the local path where the file is to be saved. The file is downloaded as a single TAR.GZ archive file. If a directory is specified, the cmdlet saves the FFDC file to a file using the file name that is retuned from the Lenovo XClarity Administrator server. If a directory and a file name are specified, the cmdlet saves the FFDC file using the specified file name. Note: - The full specified path must exist. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Overwrite</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet overwrites the local file when a file with that same name exists.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>String</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>This cmdlet returns the path to the FFDC file on the local system.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> # # This command downloads the service FFDC file of endpoint AAAAAAAAAAAAAAAA and saves it under the directory C:\LXCA\ # If the file with same name already exists, the old one will be replaced. $cred = Get-Credential Connect-LXCA -Host 192.0.2.0 -Port 443 -Credential $cred Get-LXCAFServiceFile -Uuid AAAAAAAAAAAAAAAA -Destination C:\LXCA\ -Overwrite #Disconnect from LXCA Disconnect-LXCA </dev:code> <!-- End do not translate block --> <dev:remarks> <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> <!-- Start do not translate block --> <dev:code> # # This command downloads the service FFDC file of all endpoints and saves it to C:\LXCA\myFFDC.tar.gz $cred = Get-Credential Connect-LXCA -Host 192.0.2.0 -Port 443 -Credential $cred Get-LXCAServiceFile -All -Destination C:\LXCA\myFFDC.tar.gz #Disconnect from LXCA Disconnect-LXCA </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para/> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText /> </command:commandLine> </command:commandLines> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Start-LXCAEventMonitor --> <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> <!-- Start do not translate block --> <command:name>Start-LXCAEventMonitor</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Creates an event monitor object that can be subscribed to by the cmdlet Register-ObjectEvent. It allows an administrator to monitor specific Lenovo XClarity Administrator events and trigger a defined script to handle the incoming event.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Start</command:verb> <command:noun>LXCAEventMonitor</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para> The Start-LXCAEventMonitor cmdlet creates an event monitor object that can be subscribed to by the cmdlet Register-ObjectEvent. It allows an administrator to monitor specific Lenovo XClarity Administrator events and trigger a defined script to handle the incoming event. It will re-connect to Lenovo XClarity Administrator when the network is not available or the management server is rebooted, and to continue monitoring events. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Start-LXCAEventMonitor</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EventID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event IDs that will be monitored.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SourceID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUIDs of the component that is/was the event source (raiser/owner).</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Severity</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event severity.</maml:para> <maml:para>Severity values are Unknown, Informational, Warning, Minor, Major, Critical, and Fatal. Multiple values must be separated by a comma.</maml:para> <maml:para>The severity definition on Lenovo XClarity Administrator web UI is different with the severity levels here, "Critical" on UI maps to "Major, Critical, Fatal" here, "Warning" on UI maps to "Warning, Minor" here, "Informational" on UI equals "Informational" here, "Unknown" on UI equals "Unknown" here.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventSeverity[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EventClass</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event source type.</maml:para> <maml:para>Event source types are Blade, Switch IOModule, Expansion, Adaptor, System, Processors, Memory, Disks, Power, Cooling, Audit, Test, and Unknown. Multiple values must be separated by a comma.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventClass[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>MessageRegex</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event message regex expression.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EventID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event IDs that will be monitored.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SourceID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the component that is/was the event source (raiser/owner).</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Severity</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event severity.</maml:para> <maml:para>Severity values are Unknown, Informational, Warning, Minor, Major, Critical, and Fatal. Multiple values must be separated by a comma.</maml:para> <maml:para>The severity definition on Lenovo XClarity Administrator web UI is different with the severity levels here, "Critical" on UI maps to "Major, Critical, Fatal" here, "Warning" on UI maps to "Warning, Minor" here, "Informational" on UI equals "Informational" here, "Unknown" on UI equals "Unknown" here.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventSeverity[]</command:parameterValue> <dev:type> <maml:name>EventSeverity[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EventClass</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event source type.</maml:para> <maml:para>Event source types are Blade, Switch IOModule, Expansion, Adaptor, System, Processors, Memory, Disks, Power, Cooling, Audit, Test, and Unknown. Multiple values must be separated by a comma.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventClass[]</command:parameterValue> <dev:type> <maml:name>EventClass[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>MessageRegex</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event message regex expression.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.LXCAEventMonitor</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Start-LXCAEventMonitor returns LXCAEventMonitor object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $monitor = Start-LXCAEventMonitor -EventClass Audit,Power -Severity Critical,Fatal Register-ObjectEvent -InputObject $monitor -EventName LXCAEvent -SourceIdentifier MonitorAUDITPOWER -Action { Write-Host $EventArgs.Events[0].EventID -ForegroundColor Blue Write-Host $EventArgs.Events[0].Message -ForegroundColor Blue } ... ... $monitor.StopMonitor() </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This example shows how to create an event monitor and use Register-ObjectEvent to print out the event ID and message when a monitored event is received.</maml:para> <maml:para>In cmdlet Register-ObjectEvent, the -EventName must be LXCAEvent, -SourceIdentifier should be an unique string, -Action is the script which will handle the incoming event. In the script, $EventArgs.Events is for all incoming events at this moment. Each event has the same properties as the event returned by cmdlet Get-LXCAEvent.</maml:para> <maml:para>To stop the event monitoring, invoke "$monitor.StopMonitor()".</maml:para> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText /> </command:commandLine> </command:commandLines> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Register-ObjectEvent</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Backup-LXCAEventLog --> <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> <!-- Start do not translate block --> <command:name>Backup-LXCAEventLog</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets the event log in CSV format and appends it to a local file. You can use this cmdlet to back up the event log periodically to avoid event log loss.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Backup</command:verb> <command:noun>LXCAEventLog</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Backup-LXCAEventLog cmdlet gets the event log in CSV format and appends it to local file. Normally this cmdlet can be used to back up the event log periodically, which can avoid the event log loss.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Backup-LXCAEventLog</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Type</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event type. Available values are All, EventLog, and AuditLog.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StartSequenceNumber</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the starting event sequence number.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Long</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Count</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the number of events that are to be returned from the starting sequence number.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FileName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the file name to which the events is to be appended.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>NoHead</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet is not saves the CSV header to the local file.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Type</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event type. Available values are All, EventLog, and AuditLog.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StartSequenceNumber</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the starting event sequence number.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Long</command:parameterValue> <dev:type> <maml:name>Long</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Count</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the number of events that are to be returned from the starting sequence number.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FileName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the file name to which the events is to be appended.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>NoHead</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet is not saves the CSV header to the local file.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.BackupEventResult</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para>BackupEventResult has a property "NextSequenceNumber" that indicates the starting sequence number that can be used for the next backup.</maml:para> </maml:description> </dev:type> <maml:description> <maml:para>Backup-LXCAEventLog returns BackupEventResult object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $backupResult = Backup-LXCAEventLog -Type All -StartSequenceNumber 0 -Count 1000 -FileName c:\LXCALog.csv While($true) { Start-Sleep -Seconds (60*60*1) $backupResult = Backup-LXCAEventLog -Type All -StartSequenceNumber $backupResult.NextSequenceNumber -Count 1000 -FileName c:\LXCALog.csv -NoHead } </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This example shows how to backup the event log to a local file every hour.</maml:para> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText /> </command:commandLine> </command:commandLines> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Add-LXCAEventExclusionFilter --> <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> <!-- Start do not translate block --> <command:name>Add-LXCAEventExclusionFilter</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Adds an event exclusion filter to exclude an event or active alert from target endpoint.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Add</command:verb> <command:noun>LXCAEventExclusionFilter</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para> The Add-LXCAEventExclusionFilter cmdlet adds an event exclusion filter to exclude the event or active alert from target endpoint. Excluded events are not be returned by the Get-LXCAEvent cmdlet. Use the Get-LXCAEventExclusionFilter cmdlet to get the exclusion filter. Use the Add-LXCAEventExclusionFilter and Remove-LXCAEventExclusionFilter cmdlets to add and remove the exclusion filter. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCAEventExclusionFilter</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Name</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the exclusion filter. The name must be unique.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description of the exclusion filter.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SourceID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of target endpoint.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Type</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event type. Available values are event and activeAlert.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Name</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the exclusion filter. The name must be unique.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description of the exclusion filter.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SourceID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of target endpoint.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Type</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event type. Available values are event and activeAlert.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.EventExclusionFilter</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para/> </maml:description> </dev:type> <maml:description> <maml:para>Add-LXCAEventExclusionFilter returns EventExclusionFilter object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Add-LXCAEventExclusionFilter -SourceID AAAAAAAAAAAA -Name "ExclusionFilterOnAAAAAAAAAAAA" -Description "Suppress events from AAAAAAAAAAAA" -Type event </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command excludes all event from system AAAAAAAAAAAA.</maml:para> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText /> </command:commandLine> </command:commandLines> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAEventExclusionFilter --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAEventExclusionFilter</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets information about one or more event exclusion filters.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAEventExclusionFilter</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAEventExclusionFilter cmdlet gets information about one or more event exclusion filters.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAEventExclusionFilter</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FilterID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of the exclusion filter. If no ID is specified, the cmdlet will return all exclusion filters.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAEventExclusionFilter</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SourceID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of target system. If no UUID is specified, the cmdlet will return all exclusion filters.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FilterID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of the exclusion filter. If no ID is specified, the cmdlet will return all exclusion filters.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SourceID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of target system. If no UUID is specified, the cmdlet will return all exclusion filters.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.EventExclusionFilter[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para/> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAEventExclusionFilter returns EventExclusionFilter objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Get-LXCAEventExclusionFilter -SourceID AAAAAAAAAAAA </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command get all event exclusion filters from system AAAAAAAAAAAA.</maml:para> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText /> </command:commandLine> </command:commandLines> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Remove-LXCAEventExclusionFilter --> <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> <!-- Start do not translate block --> <command:name>Remove-LXCAEventExclusionFilter</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Deletes an event exclusion filter.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Remove</command:verb> <command:noun>LXCAEventExclusionFilter</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Remove-LXCAEventExclusionFilter cmdlet deletes an event exclusion filter.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCAEventExclusionFilter</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FilterID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of the exclusion filter.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FilterID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of the exclusion filter.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para/> </maml:description> </dev:type> <maml:description> <maml:para>Remove-LXCAEventExclusionFilter does not return any object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Remove-LXCAEventExclusionFilter -FilterID "AUG:XFT:1" </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command deletes event exclusion filter "AUG:XFT:1".</maml:para> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText /> </command:commandLine> </command:commandLines> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCADeployableServer --> <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> <!-- Start do not translate block --> <command:name>Get-LXCADeployableServer</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets a list of servers that are ready for operating system deployment.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCADeployableServer</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCADeployableServer cmdlet gets the servers that are ready for deployment. This cmdlet can be used to determine if an operating system can be deployed to a server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCADeployableServer</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs corresponding to servers. If no UUID is specified, all deployable servers are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCADeployableServer</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ImageID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies an ID of OS image that can be deployed to target servers. If no image ID is specified, all deployable servers are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="fasle" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs corresponding to servers. If no UUID is specified, all deployable servers are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ImageID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies an ID of an OS image that can be deployed to target servers. If no image ID is specified, all deployable servers are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.DeployableServer</maml:name> <maml:uri/> <!-- End do not translate block --> </dev:type> <maml:description> <maml:para> Get-LXCADeployableServer returns an array of Lenovo.SysMgmt.LXCA.Integration.Data.DeployableServer objects. Note: - The DeployableServer.AvaliableImages property is deprecated and will display an error in the PowerShell console when used. Use the DeployableServer.AvailableImages property instead </maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> # # This command gets a list of all deployable servers. $cred = Get-Credential Connect-LXCA -Host 192.0.2.0 -Port 443 -Credential $cred $servers = Get-LXCADeployableServer #Disconnect from LXCA Disconnect-LXCA </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para /> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText /> </command:commandLine> </command:commandLines> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Import-LXCAOSImage --> <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> <!-- Start do not translate block --> <command:name>Import-LXCAOSImage</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Imports a local operating system image or device driver image into the OS-images repository.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Import</command:verb> <command:noun>LXCAOSImage</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Import-LXCAOSImage cmdlet imports a local operating system image or device driver image into the OS-images repository.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Import-LXCAOSImage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ImagePath</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the file path and image name to be imported.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChecksumType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the checksum type, which can be MD5, SHA1 or SHA256. If you select one of these types, a checksum value is needed to check the integrity and security of the uploaded OS image.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChecksumValue</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the checksum value that will be used to check the integrity and security of the uploaded OS image.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Import-LXCAOSImage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ImagePath</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the file path and image name to be imported.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DeviceDriver</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, indicates that the import file is a device-driver image.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>OSImageName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the operating-system image to which you want to add the device driver (for example, redhat7.0).</maml:para> <maml:para>Note: The operating system image must exist in the OS images repository.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ImagePath</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the file path and image name to be imported.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChecksumType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the checksum type, which can be MD5, SHA1 or SHA256. If you select one of these types, a checksum value is needed to check the integrity and security of the uploaded OS image.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChecksumValue</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the checksum value that will be used to check the integrity and security of the uploaded OS image..</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DeviceDriver</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, indicates that the import file is a device-driver image.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>OSImageName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the operating-system image to which you want to add the device driver (for example, redhat7.0).</maml:para> <maml:para>Note: The operating system image must exist in the OS images repository.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>System.Management.Automation.Job</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>When you use the AsJob parameter, Import-LXCAOSImage returns a job object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Import-LXCAOSImage -ImagePath c:\ESXi-5.1.1-1065491-RTM-Lenovo-20130607-GA.iso $osimages = Get-LXCAOSImage </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command imports an operating system image into the Lenovo XClarity Administrator server image repository in synchronous mode.</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:introduction> <!-- Start do not translate block --> <dev:code> $job = Import-LXCAOSImage -ImagePath c:\ESXi-5.1.1-1065491-RTM-Lenovo-20130607-GA.iso -AsJob while($job.State -eq "Running") { Start-Sleep -Seconds 5 } $osimages = Get-LXCAOSImage </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command imports a local operating system image into the Lenovo XClarity Administrator server image repository as a job that runs in the background.</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>Remove-LXCAOSImage</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAUpdateCompliancePolicy --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAUpdateCompliancePolicy</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets the update compliance policy from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAUpdateCompliancePolicy</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAUpdateCompliancePolicy cmdlet gets the update compliance policy information from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAUpdateCompliancePolicy</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAUpdateCompliancePolicy</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SystemUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the reference system to which a compliance policy is assigned. The reference system can be a CMM, Flex switch, Flex System compute node, or System x server. If one policy has been assigned to the reference system, the returned policy instance includes the reference system UUID. If no reference system is specified, the cmdlet returns all policies.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SystemType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the type of endpoint that was identified with the -SystemUuid parameter. Specify one of the following system types: </maml:para> <maml:para>- CMM. Reference system (specified by SystemUuid) is a CMM.</maml:para> <maml:para>- IOSwitch. Reference system (specified by SystemUuid) is a Flex switch.</maml:para> <maml:para>- ComputeNode. Reference system (specified by SystemUuid) is a Flex System compute node.</maml:para> <maml:para>- RackServer. Reference system (specified by SystemUuid) is a System x server.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SystemType</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SystemUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the reference system to which a compliance policy is assigned. The reference system can be a CMM, Flex switch, Flex System compute node, or System x server. If one policy has been assigned to the reference system, the returned policy instance includes the reference system UUID. If no reference system is specified, the cmdlet returns all policies.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="NoOverwrite"> <!-- Start do not translate block --> <maml:name>SystemType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the type of endpoint that was identified with the -SystemUuid parameter. Specify one of the following system types: </maml:para> <maml:para>- CMM. Reference system (specified by SystemUuid) is a CMM.</maml:para> <maml:para>- IOSwitch. Reference system (specified by SystemUuid) is a Flex switch.</maml:para> <maml:para>- ComputeNode. Reference system (specified by SystemUuid) is a Flex System compute node.</maml:para> <maml:para>- RackServer. Reference system (specified by SystemUuid) is a System x server.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SystemType</command:parameterValue> <dev:type> <maml:name>SystemType</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.CompliancePolicy[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAUpdateCompliancePolicy returns a list of CompliancePolicy objects that contains update compliance policy information.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code>$policy = Get-LXCAUpdateCompliancePolicy</dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns all update compliance policies.</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:introduction> <!-- Start do not translate block --> <dev:code>$policy = Get-LXCAUpdateCompliancePolicy -SystemUuid 2B885CEB5B6711E1A12B5CF3FC11314A -SystemType ComputeNode</dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns the update compliance policy that is applicable to compute node(2B885CEB5B6711E1A12B5CF3FC11314A).</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Set-LXCAUserAccount --> <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> <!-- Start do not translate block --> <command:name>Set-LXCAUserAccount</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Modifies the properties for a user account on the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Set</command:verb> <command:noun>LXCAUserAccount</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Set-LXCAUserAccount cmdlet modifies the properties of a user account.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCAUserAccount</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UserAccount</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the user account to be modified.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">UserAccount</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleGroups</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the role groups to which the new user account will be assigned. The Lenovo XClarity Administrator includes several predefined role groups. You can also create customized role groups to manage authorization and access to resources on web UI.</maml:para> <maml:para> The following role groups are predefined in LXCA: LXC-SUPERVISOR. Users that are assigned this role canL access, configure, and perform all available operations on the hardware manager and all managed components. LXC-OPERATOR. Users that are assigned this role can view all configuration and status information on the hardware manager and all managed components. This role prohibits users from performing operations or modifying configurations settings on the hardware manager and managed components. LXC-SECURITY-ADMIN. Users that are assigned this role can modify security settings and perform security related operations on the hardware manager and managed components. This role also provides ability to view all configuration and status information on the hardware manager and managed components. LXC-ADMIN. Users that are assigned this role can modify non-security related settings and perform all non-security related operations on the hardware manager, including the ability to update and restart the hardware manager. This role also provides the ability to view all configuration and status information on the hardware manager and managed components. LXC_RECOVERY. Users that are assigned this role can modify non-security related settings and perform all non-security related operations on the hardware manager, including the ability to update and restart the hardware manager. These users can also authenticate directly to the Lenovo XClarity Administrator even if the authentication method is set to external LDAP server. This role provides a recovery mechanism in case a communication error occurs with the external LDAP server that uses the "Login Credentials" configuration. LXC-HW-ADMIN. Users that are assigned this role can modify non-security settings and perform non-security related operations on managed hardware, including the ability to update and restart managed hardware. LXC-FW-ADMIN. Users that are assigned this role can create firmware policies and deploy those policies to managed endpoints. Users that are not assigned this role can only view policy information. LXC-OS-ADMIN. Users that are assigned this role can download and deploy operating systems to managed endpoints. Users that are not assigned this role can only view operating-system information. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>State</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the state of the user account. Values can be Active or Inactive.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a description to be used for the user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UserAccount</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the user account to be modified.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">UserAccount</command:parameterValue> <dev:type> <maml:name>UserAccount</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleGroups</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the role groups to which the new user account will be assigned. The Lenovo XClarity Administrator includes several predefined role groups. You can also create customized role groups to manage authorization and access to resources on web UI.</maml:para> <maml:para> The following role groups are predefined in LXCA: LXC-SUPERVISOR. Users that are assigned this role canL access, configure, and perform all available operations on the hardware manager and all managed components. LXC-OPERATOR. Users that are assigned this role can view all configuration and status information on the hardware manager and all managed components. This role prohibits users from performing operations or modifying configurations settings on the hardware manager and managed components. LXC-SECURITY-ADMIN. Users that are assigned this role can modify security settings and perform security related operations on the hardware manager and managed components. This role also provides ability to view all configuration and status information on the hardware manager and managed components. LXC-ADMIN. Users that are assigned this role can modify non-security related settings and perform all non-security related operations on the hardware manager, including the ability to update and restart the hardware manager. This role also provides the ability to view all configuration and status information on the hardware manager and managed components. LXC_RECOVERY. Users that are assigned this role can modify non-security related settings and perform all non-security related operations on the hardware manager, including the ability to update and restart the hardware manager. These users can also authenticate directly to the Lenovo XClarity Administrator even if the authentication method is set to external LDAP server. This role provides a recovery mechanism in case a communication error occurs with the external LDAP server that uses the "Login Credentials" configuration. LXC-HW-ADMIN. Users that are assigned this role can modify non-security settings and perform non-security related operations on managed hardware, including the ability to update and restart managed hardware. LXC-FW-ADMIN. Users that are assigned this role can create firmware policies and deploy those policies to managed endpoints. Users that are not assigned this role can only view policy information. LXC-OS-ADMIN. Users that are assigned this role can download and deploy operating systems to managed endpoints. Users that are not assigned this role can only view operating-system information. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>State</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the state of the user account. Values can be Active or Inactive.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a description to be used for the user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.UserAccount</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Set-LXCAUserAccount returns the UserAccount object which contains the modified value.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $account = Get-LXCAUserAccount | where { $_.UserName -eq "testuser" } $newaccount = Set-LXCAUserAccount -UserAccount $account -RoleGroups LXC-SUPERVISOR,LXC-ADMIN -Description "new full name" </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command modifies the RoleGroups and Description property for a user account named testuser.</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>Get-LXCAUserAccount</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Add-LXCAUserAccount --> <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> <!-- Start do not translate block --> <command:name>Add-LXCAUserAccount</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Adds an Lenovo XClarity Administrator user account.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Add</command:verb> <command:noun>LXCAUserAccount</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Add-LXCAUserAccount cmdlet adds a user account to the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCAUserAccount</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the user ID of the new user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Password</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the password of the new user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleGroups</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the role groups to which the new user account is to be assigned. Lenovo XClarity Administrator includes the following predefined role groups. You can also create customized role groups to manage authorization and access to resources on web UI. LXC-SUPERVISOR. Users that are assigned this role canL access, configure, and perform all available operations on the hardware manager and all managed components. LXC-OPERATOR. Users that are assigned this role can view all configuration and status information on the hardware manager and all managed components. This role prohibits users from performing operations or modifying configurations settings on the hardware manager and managed components. LXC-SECURITY-ADMIN. Users that are assigned this role can modify security settings and perform security related operations on the hardware manager and managed components. This role also provides ability to view all configuration and status information on the hardware manager and managed components. LXC-ADMIN. Users that are assigned this role can modify non-security related settings and perform all non-security related operations on the hardware manager, including the ability to update and restart the hardware manager. This role also provides the ability to view all configuration and status information on the hardware manager and managed components. LXC_RECOVERY. Users that are assigned this role can modify non-security related settings and perform all non-security related operations on the hardware manager, including the ability to update and restart the hardware manager. These users can also authenticate directly to the Lenovo XClarity Administrator even if the authentication method is set to external LDAP server. This role provides a recovery mechanism in case a communication error occurs with the external LDAP server that uses the "Login Credentials" configuration. LXC-HW-ADMIN. Users that are assigned this role can modify non-security settings and perform non-security related operations on managed hardware, including the ability to update and restart managed hardware. LXC-FW-ADMIN. Users that are assigned this role can create firmware policies and deploy those policies to managed endpoints. Users that are not assigned this role can only view policy information. LXC-OS-ADMIN. Users that are assigned this role can download and deploy operating systems to managed endpoints. Users that are not assigned this role can only view operating-system information. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PasswordChangeFirstAccess</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the password must be changed the first time it is used. The default value is True.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description of the new user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the user ID of the new user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Password</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the password of the new user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <dev:type> <maml:name>SecureString</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleGroups</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the role groups to which the new user account is to be assigned. Lenovo XClarity Administrator includes the following predefined role groups. You can also create customized role groups to manage authorization and access to resources on web UI. LXC-SUPERVISOR. Users that are assigned this role canL access, configure, and perform all available operations on the hardware manager and all managed components. LXC-OPERATOR. Users that are assigned this role can view all configuration and status information on the hardware manager and all managed components. This role prohibits users from performing operations or modifying configurations settings on the hardware manager and managed components. LXC-SECURITY-ADMIN. Users that are assigned this role can modify security settings and perform security related operations on the hardware manager and managed components. This role also provides ability to view all configuration and status information on the hardware manager and managed components. LXC-ADMIN. Users that are assigned this role can modify non-security related settings and perform all non-security related operations on the hardware manager, including the ability to update and restart the hardware manager. This role also provides the ability to view all configuration and status information on the hardware manager and managed components. LXC_RECOVERY. Users that are assigned this role can modify non-security related settings and perform all non-security related operations on the hardware manager, including the ability to update and restart the hardware manager. These users can also authenticate directly to the Lenovo XClarity Administrator even if the authentication method is set to external LDAP server. This role provides a recovery mechanism in case a communication error occurs with the external LDAP server that uses the "Login Credentials" configuration. LXC-HW-ADMIN. Users that are assigned this role can modify non-security settings and perform non-security related operations on managed hardware, including the ability to update and restart managed hardware. LXC-FW-ADMIN. Users that are assigned this role can create firmware policies and deploy those policies to managed endpoints. Users that are not assigned this role can only view policy information. LXC-OS-ADMIN. Users that are assigned this role can download and deploy operating systems to managed endpoints. Users that are not assigned this role can only view operating-system information. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PasswordChangeFirstAccess</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the password must be changed the first time it is used. The default value is True.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Bool</command:parameterValue> <dev:type> <maml:name>Bool</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description of the new user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.UserAccount</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Add-LXCAUserAccount returns the UserAccount object if successful.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $pwd = ConvertTo-SecureString "password" -AsPlainText –Force $account = Add-LXCAUserAccount -UserName USERID1 -Password $pwd -RoleGroups LXC-SUPERVISOR,LXC-ADMIN -PasswordChangeFirstAccess $true </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command creates a user account.</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>Remove-LXCAUserAccount</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Install-LXCAConfigPattern --> <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> <!-- Start do not translate block --> <command:name>Install-LXCAConfigPattern</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Deploys a server pattern to one or more target systems (endpoints).</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Install</command:verb> <command:noun>LXCAConfigPattern</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Install-LXCAConfigPattern cmdlet deploys a server pattern to one or more target systems (endpoints).</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Install-LXCAConfigPattern</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PatternId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a server pattern ID.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>TargetComputeNodeId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a list of target Flex System compute node IDs. If a target is an empty bay, it is a location ID; otherwise it is a server UUID. To obtain the value, use Get-LXCAConfigPatternDeployableServer.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Restart</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies when to restart target server.</maml:para> <maml:para>- Immediate. The server is powered on or restarted immediately, which will activate all IMM, UEFI, and server configuration changes.</maml:para> <maml:para>- Defer. IMM changes are activated immediately. However, UEFI and server configuration changes are not activated until the next server restart.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Install-LXCAConfigPattern</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PatternId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a server pattern ID.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>TargetRackServerId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a list of target System x server IDs. The ID is the server location ID. To obtain the value, use Get-LXCAConfigPatternDeployableServer.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Restart</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies when to restart target server.</maml:para> <maml:para>- Immediate. The server is powered on or restarted immediately, which will activate all IMM, UEFI, and server configuration changes.</maml:para> <maml:para>- Defer. IMM changes are activated immediately. However, UEFI and server configuration changes are not activated until the next server restart.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PatternId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a server pattern ID.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>TargetComputeNodeId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a list of target Flex System compute node IDs. If a target is an empty bay, it is a location ID; otherwise it is a server UUID. To obtain the value, use Get-LXCAConfigPatternDeployableServer.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>TargetRackServerId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a list of target System x server IDs. The ID is the server location ID. To obtain the value, use Get-LXCAConfigPatternDeployableServer.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Restart</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies when to restart target server.</maml:para> <maml:para>- Immediate. The server is powered on or restarted immediately, which will activate all IMM, UEFI, and server configuration changes.</maml:para> <maml:para>- Defer. IMM changes are activated immediately. However, UEFI and server configuration changes are not activated until the next server restart.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.ConfigPatternDeployResult</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Install-LXCAConfigPattern returns one or more ConfigPatternDeployResult objects when the AsJob parameter is not used.</maml:para> </maml:description> </command:returnValue> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>System.Management.Automation.Job</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Install-LXCAConfigPattern returns a job object when the AsJob parameter is used. The ConfigPatternDeployResult[] can be retrieved from Job.Output.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $patterns = Get-LXCAConfigPattern $targetchassis = Get-LXCAConfigPatternDeployableServer -PatternId $patterns[0].Id Install-LXCAConfigPattern -PatternId $patterns[0].Id -TargetComputeNodeId $targetchassis[0].Servers[0].Id -restart defer </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command deploys a server pattern to a target Flex System compute node and defers the activation until the next restart.</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>Get-LXCAConfigPatternDeployableServer</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Install-LXCAConfigProfile --> <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> <!-- Start do not translate block --> <command:name>Install-LXCAConfigProfile</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Deploys a server profile to a specific target system.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Install</command:verb> <command:noun>LXCAConfigProfile</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Install-LXCAConfigProfile cmdlet deploys a server profile to a specific target system.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Install-LXCAConfigProfile</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ProfileId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a server profile ID.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>TargetComputeNodeId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a target Flex System compute node ID. If the target is an empty bay, it is a location ID; otherwise it is a server UUID. To obtain the value, use Get-LXCAConfigPatternDeployableServer.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Restart</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies when to restart the target server.</maml:para> <maml:para>- Immediate. The server is powered on or restarted immediately, which will activate all IMM, UEFI, and server configuration changes.</maml:para> <maml:para>- Defer. IMM changes are activated immediately. However, UEFI and server configuration changes are not activated until the next server restart.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Install-LXCAConfigProfile</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ProfileId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a server profile ID.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>TargetRackServerId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a target System x server ID. The ID is the server location ID. To obtain the value, use Get-LXCAConfigPatternDeployableServer.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Restart</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies when to restart target server.</maml:para> <maml:para>- Immediate. The server is powered on or restarted immediately, which will activate all IMM, UEFI, and server configuration changes.</maml:para> <maml:para>- Defer. IMM changes are activated immediately. However, UEFI and server configuration changes are not activated until the next server restart.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ProfileId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a server profile ID.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>TargetComputeNodeId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a target Flex System compute node ID. If the target is an empty bay, it is a location ID; otherwise it is a server UUID. To obtain the value, use Get-LXCAConfigPatternDeployableServer.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>TargetRackServerId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a target System x server ID. The ID is the server location ID. To obtain the value, use Get-LXCAConfigPatternDeployableServer.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Restart</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies when to restart target server.</maml:para> <maml:para>- Immediate. The server is powered on or restarted immediately, which will activate all IMM, UEFI, and server configuration changes.</maml:para> <maml:para>- Defer. IMM changes are activated immediately. However, UEFI and server configuration changes are not activated until the next server restart.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.ConfigPatternDeployResult</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Install-LXCAConfigProfile returns a ConfigPatternDeployResult object when the AsJob parameter is not used.</maml:para> </maml:description> </command:returnValue> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>System.Management.Automation.Job</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Install-LXCAConfigProfile returns a job object when the AsJob parameter is used. The ConfigPatternDeployResult can be retrieved from Job.Output.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $profile = Get-LXCAConfigProfile | where {$_.ServerUuid -ieq AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA} Remove-LXCAConfigProfileFromSystem -Profile $profile Install-LXCAConfigProfile -ProfileId $profile.Id -TargetComputeNodeId BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB -restart defer </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets a server profile from server AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA and deploys it to server BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB.</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>Get-LXCAConfigPatternDeployableServer</maml:linkText> <maml:linkText>Remove-LXCAConfigProfileFromSystem</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Set-LXCASystemIPInterface --> <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> <!-- Start do not translate block --> <command:name>Set-LXCASystemIPInterface</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Sets the system IP interface of a chassis, a compute node, a rack server, or an I/O module (switch).</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Set</command:verb> <command:noun>LXCASystemIPInterface</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Set-LXCASystemIPInterface cmdlet sets the IP interface of a chassis, a compute node, a rack server or an I/O module (switch), including DHCP mode, gateway, address, and other settings.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCASystemIPInterface</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CMMUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a chassis primary CMM for which you want to set the IP interface.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>InterfaceName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the name of the IP interface to be modified (for example, eth0 or eth1). Tip: Use the endpoint inventory cmdlet to retrieve the current interface name, such as Get-LXCAChassisInventory or Get-LXCARackServer. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4DHCPmode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 DHCP mode. You can specify one of the following values:</maml:para> <maml:para>- DHCP_only. Obtain the IP address from a DHCP server only.</maml:para> <maml:para>- DHCP_then_Static. Attempt to obtain the IP address from a DHCP server. If not successful, use a static IP configuration.</maml:para> <maml:para>- Static. Use a static IP configuration.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Subnet</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 subnet mask to be used when DHCP mode is set to Static or DHCP_then_Static.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Gateway</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 gateway address to be used when DHCP mode is set to Static or DHCP_then_Static.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Address</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 address to be used when DHCP mode is set to Static or DHCP_then_Static.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv6DHCPenabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to use stateful address configuration (DHCPv6).</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv6StatelessEnabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to use stateless address auto-configuration.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv6StaticEnabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to use a statically assigned IP address.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StaticIPv6Gateway</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv6 gateway address to be used when IPv6StaticEnabled is set to true.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StaticIPv6Prefix</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv6 prefix length to be used when IPv6StaticEnabled is set to true.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StaticIPv6Address</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv6 address to be used when IPv6StaticEnabled is set to true.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCASystemIPInterface</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComputeNodeUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a Flex System compute node for which you want to set the IP interface.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>InterfaceName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the name of the IP interface to be modified (for example, eth0 or eth1). Tip: Use the endpoint inventory cmdlet to retrieve the current interface name, such as Get-LXCAChassisInventory or Get-LXCARackServer. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4DHCPmode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 DHCP mode. You can specify one of the following values:</maml:para> <maml:para>- DHCP_only. Obtain the IP address from a DHCP server only.</maml:para> <maml:para>- DHCP_then_Static. Attempt to obtain the IP address from a DHCP server. If not successful, use a static IP configuration.</maml:para> <maml:para>- Static. Use a static IP configuration.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Subnet</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 subnet mask to be used when DHCP mode is set to Static or DHCP_then_Static.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Gateway</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 gateway address to be used when DHCP mode is set to Static or DHCP_then_Static.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Address</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 address to be used when DHCP mode is set to Static or DHCP_then_Static.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv6DHCPenabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to use stateful address configuration (DHCPv6).</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv6StatelessEnabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to use stateless address auto-configuration.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv6StaticEnabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to use a statically assigned IP address.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StaticIPv6Gateway</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv6 gateway address to be used when IPv6StaticEnabled is set to true.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StaticIPv6Prefix</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv6 prefix length to be used when IPv6StaticEnabled is set to true.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StaticIPv6Address</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv6 address to be used when IPv6StaticEnabled is set to true.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCASystemIPInterface</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a System x server for which you want to set the IP interface.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>InterfaceName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the name of the IP interface to be modified (for example, eth0 or eth1). Tip: Use the endpoint inventory cmdlet to retrieve the current interface name, such as Get-LXCAChassisInventory or Get-LXCARackServer. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4DHCPmode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 DHCP mode. You can specify one of the following values:</maml:para> <maml:para>- DHCP_only. Obtain the IP address from a DHCP server only.</maml:para> <maml:para>- DHCP_then_Static. Attempt to obtain the IP address from a DHCP server. If not successful, use a static IP configuration.</maml:para> <maml:para>- Static. Use a static IP configuration.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Subnet</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 subnet mask to be used when DHCP mode is set to Static or DHCP_then_Static.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Gateway</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 gateway address to be used when DHCP mode is set to Static or DHCP_then_Static.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Address</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 address to be used when DHCP mode is set to Static or DHCP_then_Static.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv6DHCPenabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to use stateful address configuration (DHCPv6).</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv6StatelessEnabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to use stateless address auto-configuration.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv6StaticEnabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to use a statically assigned IP address.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StaticIPv6Gateway</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv6 gateway address to be used when IPv6StaticEnabled is set to true.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StaticIPv6Prefix</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv6 prefix length to be used when IPv6StaticEnabled is set to true.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StaticIPv6Address</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv6 address to be used when IPv6StaticEnabled is set to true.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCASystemIPInterface</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SwitchUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a Flex switch for which you want to set the IP interface.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>InterfaceName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the name of the IP interface to be modified (for example, eth0 or eth1). Tip: Use the endpoint inventory cmdlet to retrieve the current interface name, such as Get-LXCAChassisInventory or Get-LXCARackServer. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4DHCPmode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 DHCP mode. You can specify one of the following values:</maml:para> <maml:para>- DHCP_only. Obtain the IP address from a DHCP server only.</maml:para> <maml:para>- DHCP_then_Static. Attempt to obtain the IP address from a DHCP server. If not successful, use a static IP configuration.</maml:para> <maml:para>- Static. Use a static IP configuration.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Subnet</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 subnet mask to be used when DHCP mode is set to Static or DHCP_then_Static.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Gateway</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 gateway address to be used when DHCP mode is set to Static or DHCP_then_Static.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Address</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 address to be used when DHCP mode is set to Static or DHCP_then_Static.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv6DHCPenabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to use stateful address configuration (DHCPv6).</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv6StatelessEnabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to use stateless address auto-configuration.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv6StaticEnabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to use a statically assigned IP address.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StaticIPv6Gateway</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv6 gateway address to be used when IPv6StaticEnabled is set to true.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StaticIPv6Prefix</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv6 prefix length to be used when IPv6StaticEnabled is set to true.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StaticIPv6Address</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv6 address to be used when IPv6StaticEnabled is set to true.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CMMUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a chassis primary CMM for which you want to set the IP interface.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComputeNodeUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a Flex System compute node for which you want to set the IP interface.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a System x server for which you want to set the IP interface.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SwitchUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a Flex switch for which you want to set IP interface.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>InterfaceName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the name of the IP interface to be modified (for example, eth0 or eth1). Tip: Use the endpoint inventory cmdlet to retrieve the current interface name, such as Get-LXCAChassisInventory or Get-LXCARackServer. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4DHCPmode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 DHCP mode. You can specify one of the following values:</maml:para> <maml:para>- DHCP_only. Obtain the IP address from a DHCP server only.</maml:para> <maml:para>- DHCP_then_Static. Attempt to obtain the IP address from a DHCP server. If not successful, use a static IP configuration.</maml:para> <maml:para>- Static. Use a static IP configuration.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Subnet</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 subnet mask to be used when DHCP mode is set to Static or DHCP_then_Static.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Gateway</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 gateway address to be used when DHCP mode is set to Static or DHCP_then_Static.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Address</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv4 address to be used when DHCP mode is set to Static or DHCP_then_Static.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv6DHCPenabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to use stateful address configuration (DHCPv6).</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">bool</command:parameterValue> <dev:type> <maml:name>bool</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv6StatelessEnabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to use stateless address auto-configuration.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">bool</command:parameterValue> <dev:type> <maml:name>bool</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv6StaticEnabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies to use a statically assigned IP address.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">bool</command:parameterValue> <dev:type> <maml:name>bool</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StaticIPv6Gateway</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv6 gateway address to be used when IPv6StaticEnabled is set to true.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StaticIPv6Prefix</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv6 prefix length to be used when IPv6StaticEnabled is set to true.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StaticIPv6Address</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the IPv6 address to be used when IPv6StaticEnabled is set to true.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Set-LXCASystemIPInterface does not return object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Set-LXCASystemIPInterface -RackServerUuid AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -InterfaceName eth0 -IPv4DHCPmode Static -IPv4Subnet 255.255.255.0 -IPv4Gateway 10.10.10.1 -IPv4Address 10.10.10.121 </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command sets the static IPv4 configuration for a System x server.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAScalableComplexSystem --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAScalableComplexSystem</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets information about one or more scalable complex system (either a System x server or a Flex System compute node) that is currently managed by the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAScalableComplexSystem</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAScalableComplexSystem cmdlet returns information about one or more scalable complex system (either a System x server or a Flex System compute node) that is currently managed by the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAScalableComplexSystem</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of one or more scalable complex systems.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackServer</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the scalable complex system is created from System x servers.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAScalableComplexSystem</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of one or more scalable complex systems.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComputeNode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the scalable complex system is created from Flex System compute nodes.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of one or more scalable complex systems.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackServer</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the scalable complex system is created from System x servers.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComputeNode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the scalable complex system is created from Flex System compute nodes.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.ComplexForComputeNode or Lenovo.SysMgmt.LXCA.Integration.Data.ComplexForRackServer</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAScalableComplexSystem returns ComplexForComputeNode or ComplexForRackServer object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Get-LXCAScalableComplexSystem -RackServer </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns all scalable complex systems created from System x servers.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAConfigPattern --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAConfigPattern</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets one or more server patterns from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAConfigPattern</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAConfigPattern cmdlet gets information about one or more server patterns from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAConfigPattern</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PatternID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the pattern ID. If no PatternID is specified, all configuration patterns are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IncludeSettings</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlets returns the detailed definition (settings) of the pattern.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PatternID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the pattern ID. If no PatternID is specified, all configuration patterns are returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IncludeSettings</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlets returns the detailed definition (settings) of the pattern.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.ConfigPattern[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAConfigPattern returns a list of config pattern objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code>$patterns = Get-LXCAConfigPattern</dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets all server patterns from the Lenovo XClarity Administrator server.</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:introduction> <!-- Start do not translate block --> <dev:code> $pattern = Get-LXCAConfigPattern -PatternId 33 -IncludeSettings $pattern.Settings </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets server pattern with ID "33", the result includes detail pattern settings.</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>Get-LXCAConfigProfile</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Import-LXCAConfigPattern --> <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> <!-- Start do not translate block --> <command:name>Import-LXCAConfigPattern</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Imports a configuration pattern to the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Import</command:verb> <command:noun>LXCAConfigPattern</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Import-LXCAConfigPattern cmdlet imports a configuration pattern to the Lenovo XClarity Administrator server. The pattern setting must be the JSON in correct format.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Import-LXCAConfigPattern</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Settings</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the configuration-pattern settings. The setting must be the JSON in correct format. To ensure the correct format, use an existing configuration pattern as a template.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Settings</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the configuration-pattern settings. The setting must be the JSON in correct format. To ensure the correct format, use an existing configuration pattern as a template.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>String</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Import-LXCAConfigPattern returns the new ID of imported config pattern.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $settings = Get-Content -Path "c:\pattern_setting.txt" Import-LXCAConfigPattern -Setting $settings </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command reads pattern setting from local file and import the pattern to the Lenovo XClarity Administrator server.</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>Get-LXCAConfigPattern</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Invoke-LXCARestMethod --> <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> <!-- Start do not translate block --> <command:name>Invoke-LXCARestMethod</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Invoke a Lenovo XClarity Administrator REST API directly.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Invoke</command:verb> <command:noun>LXCARestMethod</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Invoke-LXCARestMethod cmdlet invokes a Lenovo XClarity Administrator REST API directly.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Invoke-LXCARestMethod</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ResourceUrl</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the resource URL.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Method</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the http request method, available methods: GET, POST, PUT, DELETE, PATCH.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AdditionalHeaders</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the additional request headers. These headers are not supported: Accept, Connection, Content-Length, Content-Type, Expect, Date, Host, If-Modified-Since, Range, Referer, Transfer-Encoding and User-Agent. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UploadFilePath</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more file paths from which a file is to be uploaded.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UploadFormName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the field name in the POST method when uploading a file.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Invoke-LXCARestMethod</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ResourceUrl</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the resource URL.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Method</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the http request method, available methods: GET, POST, PUT, DELETE, PATCH.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AdditionalHeaders</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the additional request headers. These headers are not supported: Accept, Connection, Content-Length, Content-Type, Expect, Date, Host, If-Modified-Since, Range, Referer, Transfer-Encoding and User-Agent. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RequestBody</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the request body (string)</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>OutFile</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the output directory and file name in which to return the response body. If you do not specify a directory, the output file is saved in the current location.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ResourceUrl</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the resource URL.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Method</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the http request method, available methods: GET, POST, PUT, DELETE, PATCH.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AdditionalHeaders</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the additional request headers. These headers are not supported: Accept, Connection, Content-Length, Content-Type, Expect, Date, Host, If-Modified-Since, Range, Referer, Transfer-Encoding and User-Agent. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue> <dev:type> <maml:name>Hashtable</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RequestBody</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the request body (string)</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UploadFilePath</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more file paths from which a file is to be uploaded.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UploadFormName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the field name in the POST method when uploading a file.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>OutFile</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the output directory and file name in which to return the response body. If you do not specify a directory, the output file is saved in the current location.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>LXCARestResponse</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>If there is no -OutFile parameter, cmdlet Invoke-LXCARestMethod returns a LXCARestResponse instance which include the http response headers, http status code and response body.</maml:para> </maml:description> </command:returnValue> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>LXCARestResponseOutFile</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>If there is a -OutFile parameter, cmdlet Invoke-LXCARestMethod returns a LXCARestResponseOutFile instance which include the http response headers, http status code and full path of the out file.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $url = "/nodes" $headers = @{'Item'='10';} $restResult = Invoke-LXCARestMethod -ResourceUrl $url -Method GET -AdditionalHeaders $headers $restResult.HttpStatusCode $restResult.Headers $restResult.Body </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command sends a 'GET' request to REST API '/nodes' with additional header (Item=10).</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:introduction> <!-- Start do not translate block --> <dev:code> $url = "compliancePolicies?action=import" $restResult = Invoke-LXCARestMethod -Method POST -ResourceUrl $url -UploadFilePath C:\cmm.xml -UploadFormName "uploadedfiles[]" $restResult.HttpStatusCode $restResult.Headers $restResult.Body </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command uploads an update policy file "cmm.xml" to the management server.</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>None</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAEvent --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAEvent</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets one or more events from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAEvent</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAEvent cmdlet gets one or more events from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAEvent</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EventID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event ID.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SourceID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the component that is/was the event source (raiser/owner).</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Severity</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event severity.</maml:para> <maml:para>Severity values are Unknown, Informational, Warning, Minor, Major, Critical, and Fatal. Multiple values must be separated by a comma.</maml:para> <maml:para>The severity definition on Lenovo XClarity Administrator web UI is different with the severity levels here, "Critical" on UI maps to "Major, Critical, Fatal" here, "Warning" on UI maps to "Warning, Minor" here, "Informational" on UI equals "Informational" here, "Unknown" on UI equals "Unknown" here.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventSeverity[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EventClass</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event source type.</maml:para> <maml:para>Event source types are Blade, Switch IOModule, Expansion, Adaptor, System, Processors, Memory, Disks, Power, Cooling, Audit, Test, and Unknown. Multiple values must be separated by a comma.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventClass[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PreviousHours</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies how many hours prior to the current time should be used for obtaining events.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StartSequenceNumber</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the start sequence number for obtaining events.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Long</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EndSequenceNumber</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the end sequence number for obtaining events.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Long</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>All</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlets also returns the audit log entries.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EventID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event ID.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SourceID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the component that is/was the event source (raiser/owner).</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Severity</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event severity.</maml:para> <maml:para>Severity values are Unknown, Informational, Warning, Minor, Major, Critical, and Fatal. Multiple values must be separated by a comma.</maml:para> <maml:para>The severity definition on Lenovo XClarity Administrator web UI is different with the severity levels here, "Critical" on UI maps to "Major, Critical, Fatal" here, "Warning" on UI maps to "Warning, Minor" here, "Informational" on UI equals "Informational" here, "Unknown" on UI equals "Unknown" here.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventSeverity[]</command:parameterValue> <dev:type> <maml:name>EventSeverity[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EventClass</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the event source type.</maml:para> <maml:para>Event source types are Blade, Switch IOModule, Expansion, Adaptor, System, Processors, Memory, Disks, Power, Cooling, Audit, Test, and Unknown. Multiple values must be separated by a comma.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">EventClass[]</command:parameterValue> <dev:type> <maml:name>EventClass[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PreviousHours</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies how many hours prior to the current time should be used for obtaining events.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StartSequenceNumber</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the start sequence number for obtaining events.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Long</command:parameterValue> <dev:type> <maml:name>Long</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EndSequenceNumber</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the end sequence number for obtaining events.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Long</command:parameterValue> <dev:type> <maml:name>Long</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>All</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlets also returns the audit log entries.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.Event[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAEvent returns Event objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $events = Get-LXCAEvent -Severity Critical </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets all the critical events from the Lenovo XClarity Administrator server.</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:introduction> <!-- Start do not translate block --> <dev:code> $events = Get-LXCAEvent -Severity Major,Critical,Fatal -EventClass Blade -PreviousHours 12 </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets all the major, critical and fatal events that have occurred in the previous 12 hours.</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:introduction> <!-- Start do not translate block --> <dev:code> $events = Get-LXCAEvent -Severity Major,Critical,Fatal -StartSequenceNumber 100 -EndSequenceNumber 1000 </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets all the major,critical and fatal events which is in sequence number range [100, 1000].</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Set-LXCASystemProperty --> <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> <!-- Start do not translate block --> <command:name>Set-LXCASystemProperty</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Sets system properties for a chassis, Flex System compute node, System x server, ThinkServer server, RackSwitch switch or Lenovo storage.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Set</command:verb> <command:noun>LXCASystemProperty</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Set-LXCASystemProperty cmdlet sets the properties for a chassis, Flex System compute node, System x server, ThinkServer server, RackSwitch switch or Lenovo storage, including host name, description, contact, and display name.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCASystemProperty</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a chassis for which you want to set the properties.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DisplayName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the display name value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Hostname</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the host name value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Contact</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the contact value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EncapsulationMode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the encapsulation value to be set. -normal. -encapsulationLite. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCASystemProperty</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComputeNodeUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a Flex system compute node for which you want to set the properties.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DisplayName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the display name value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Hostname</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the host name to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Contact</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the contact value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EncapsulationMode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the encapsulation value to be set. -normal. -encapsulationLite. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCASystemProperty</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a System x server for which you want to set the properties.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DisplayName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the display name value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Hostname</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the host name value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Contact</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the contact value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EncapsulationMode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the encapsulation value to be set. -normal. -encapsulationLite. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCASystemProperty</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ThinkServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a think server for which you want to set the properties.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DisplayName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the display name value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Hostname</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the host name value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Contact</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the contact value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCASystemProperty</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackSwitchUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a RackSwitch switch for which you want to set the properties.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DisplayName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the display name value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Contact</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the contact value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCASystemProperty</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StorageUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a Lenovo storage for which you want to set the properties.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DisplayName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the display name value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Contact</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the contact value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a chassis for which you want to set the properties.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComputeNodeUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a Flex System compute node for which you want to set the properties.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a System x server for which you want to set the properties.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ThinkServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a ThinkServer server for which you want to set the properties.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackSwitchUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a RackSwitch switch for which you want to set the properties.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StorageUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a Lenovo storage for which you want to set the properties.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DisplayName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the display name value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Hostname</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the host name value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Contact</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the contact value to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EncapsulationMode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the encapsulation value to be set. -normal. -encapsulationLite. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Set-LXCASystemProperty does not return object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Set-LXCASystemProperty -ChassisUuid AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -DisplayName "Display Name" -Contact "Admin" </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command sets the display name and contact values for a chassis.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Invoke-LXCASystemAction --> <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> <!-- Start do not translate block --> <command:name>Invoke-LXCASystemAction</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Invokes a system action, such as power on, power off, restart, or virtual reseat for a CMM, Flex System compute node, System x server, ThinkServer server, Flex storage canister, Flex switch, RackSwitch switch or Lenovo storage controller.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Invoke</command:verb> <command:noun>LXCASystemAction</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Invoke-LXCASystemAction cmdlet allows you to power on, power off, restart, or virtual reseat for a CMM, Flex System compute node, System x server, ThinkServer server, Flex storage canister, Flex switch, RackSwitch switch or Lenovo storage controller.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Invoke-LXCASystemAction</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the default connection is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CMMUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a CMM as the target for the system action.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CMMAction</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the action to be performed on the target CMM. -Reset </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FirmwareUpdate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When FirmwareUpdate is specified, the cmdlets perform power actions during a firmware update.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When Force is specified, the cmdlet performs the system action without first prompting for confirmation.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Invoke-LXCASystemAction</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the default connection is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComputeNodeUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a Flex System compute node as the target for the system action.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComputeNodeAction</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the action to be performed on the target Flex System compute node. -PowerOn -PowerOff -Restart -ShutdownOSandPowerOff -ShutdownOSandRestart -RestartWithNMI (Non-maskable Interrupt) -VirtualReseat </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FirmwareUpdate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When FirmwareUpdate is specified, the cmdlets perform power actions during a firmware update.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When Force is specified, the cmdlet performs the system action without first prompting for confirmation.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Invoke-LXCASystemAction</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the default connection is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CanisterUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a storage canister as the target for the system action.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CanisterAction</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the action to be performed on the target storage canister. -PowerOn -PowerOff -Restart </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When Force is specified, the cmdlet performs the system action without first prompting for confirmation.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Invoke-LXCASystemAction</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the default connection is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IOSwitchUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of an I/O module (Flex switch) as the target for the system action.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IOSwitchAction</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the action to be performed on the target I/O module. -PowerOn -PowerOff -Reset </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FirmwareUpdate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When FirmwareUpdate is specified, the cmdlets perform power actions during a firmware update.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When Force is specified, the cmdlet performs the system action without first prompting for confirmation.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Invoke-LXCASystemAction</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the default connection is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a System x server as the target for the system action.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackServerAction</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the action to be performed on the target System x server. -PowerOn -PowerOff -Restart -ShutdownOSandPowerOff -ShutdownOSandRestart -RestartWithNMI (Non-maskable Interrupt) -ReseatIMM </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FirmwareUpdate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When FirmwareUpdate is specified, the cmdlets perform power actions during a firmware update.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When Force is specified, the cmdlet performs the system action without first prompting for confirmation.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Invoke-LXCASystemAction</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the default connection is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ThinkServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a ThinkServer server as the target for the system action.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ThinkServerAction</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the action to be performed on the target ThinkServer server. -PowerOn -PowerOff -Restart -ShutdownOSandPowerOff -ShutdownOSandRestart -RestartWithNMI (Non-maskable Interrupt) -ResetBMC </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FirmwareUpdate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When FirmwareUpdate is specified, the cmdlets perform power actions during a firmware update.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When Force is specified, the cmdlet performs the system action without first prompting for confirmation.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Invoke-LXCASystemAction</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the default connection is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackSwitchUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a RackSwitch switch as the target for the system action.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackSwitchAction</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the action to be performed on the target RackSwitch switch. -Restart </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FirmwareUpdate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When FirmwareUpdate is specified, the cmdlets perform power actions during a firmware update.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When Force is specified, the cmdlet performs the system action without first prompting for confirmation.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Invoke-LXCASystemAction</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the default connection is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StorageUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a Lenovo Storage system on which to perform the system action.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ControllerId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the controller on which you want to take action. This can be one of the following values: -A. Top controller -B. Bottom controller </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StorageAction</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the action to be performed on the specified Lenovo Storage system. -PowerOn -PowerOff -Restart </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When Force is specified, the cmdlet performs the system action without first prompting for confirmation.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the default connection is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CMMUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a CMM on which to perform the system action.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CMMAction</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the action to be performed on the specified CMM. You can specify one of the following actions: -Reset </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComputeNodeUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a Flex System compute node on which to perform the system action.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComputeNodeAction</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the action to be performed on the specified Flex System compute node. You can specify one of the following actions: -PowerOn -PowerOff -Restart -ShutdownOSandPowerOff -ShutdownOSandRestart -RestartWithNMI (Non-maskable Interrupt) -VirtualReseat </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CanisterUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a storage canister on which to perform the system action.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CanisterAction</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the action to be performed on the specified storage canister. You can specify one of the following actions: -PowerOn -PowerOff -Restart </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IOSwitchUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a Flex switch on which to perform the system action.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IOSwitchAction</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the action to be performed on the specified Flex switch. You can specify one of the following actions: -PowerOn -PowerOff -Reset </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a System x server on which to perform the system action.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackServerAction</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the action to be performed on the specified System x server. You can specify one of the following actions: -PowerOn -PowerOff -Restart -ShutdownOSandPowerOff -ShutdownOSandRestart -RestartWithNMI (Non-maskable Interrupt) -ReseatIMM </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ThinkServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a ThinkServer server on which to perform the system action.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ThinkServerAction</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the action to be performed on the specified ThinkServer server. You can specify one of the following actions: -PowerOn -PowerOff -Restart -ShutdownOSandPowerOff -ShutdownOSandRestart -RestartWithNMI (Non-maskable Interrupt) -ReseatBMC </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackSwitchUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a RackSwitch switch on which to perform the system action.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackSwitchAction</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the action to be performed on the specified RackSwitch switch. You can specify one of the following actions: -Restart </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StorageUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of a Lenovo Storage system on which to perform the system action.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ControllerId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the controller on which you want to take action. This can be one of the following values: - A. Top controller - B. Bottom controller </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StorageAction</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the action to be performed on the specified Lenovo Storage system. You can specify one of the following actions: -PowerOn -PowerOff -Restart </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FirmwareUpdate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When FirmwareUpdate is specified, the cmdlets perform power actions during a firmware update.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Force</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When Force is specified, the cmdlet performs the system action without first prompting for confirmation.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Invoke-LXCASystemAction does not return an object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Invoke-LXCASystemAction -ComputeNodeUuid AAAAAAAAAAAA -ComputeNodeAction PowerOn -Force </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command powers on the compute node AAAAAAAAAAAA.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Add-LXCAManagedDevice --> <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> <!-- Start do not translate block --> <command:name>Add-LXCAManagedDevice</command:name> <!-- End do not translate block --> <maml:description> <maml:para> Manages one or more chassis, rack and tower servers, RackSwitch switches, and Lenovo Storage devices for management with the Lenovo XClarity Administrator server (manages an endpoint). </maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Add</command:verb> <command:noun>LXCAManagedDevice</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para> The Add-LXCAManagedDevice cmdlet manages one or more chassis, rack and tower servers, RackSwitch switches and Lenovo Storage systems for management with the Lenovo XClarity Administrator server (manages an endpoint). Important note: - ChassisRecoveryPassword was deprecated: please use RecoveryPassword instead! - Usage of ChassisRecoveryPassword parameter will terminate the Add-LXCAManagedDevice cmdlet. - To facilitate the replacement of the -ChassisRecoveryPassword with -RecoveryPassword in existing scripts, -ChassisRecoveryPassword is still an available parameter for this cmdlet (in any PowerShell editor: PowerShell console, PowerShell ISE, ...). </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name> -----Manages one or more devices by UserName and Password.----- </maml:name> </command:syntaxItem> <!-- ChassisUuid --> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCAManagedDevice</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies one or more UUIDs of chassis to be managed by the Lenovo XClarity Administrator server. The chassis must have been already discovered. Tip: Use the Get-LXCAChassis -Unmanaged cmdlet to retrieve the UUIDs of discovered but not managed chassis. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Username</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies a user account with supervisor privileges. If the device to be managed is a chassis, specify a user account for the CMM in that chassis. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Password</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the password for the user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RecoveryPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the password for RECOVERY_ID user. When you manage a chassis, the CMM is configured to authenticate users with the Lenovo XClarity Administrator server. Local CMM user accounts are no longer valid. You can use the RECOVERY_ID to access the CMM directly if there are issues with the Lenovo XClarity Administrator server. When you manage a System X or NeXtScale server, the IMM is configured to authenticate users with the Lenovo XClarity Administrator server. Local IMM user accounts are no longer valid. You can use the RECOVERY_ID to access the IMM directly if there are issues with the Lenovo XClarity Administrator server. Ensure that you write down the password that you specify for RecoveryPassword and store it in a secure location. </maml:para> <maml:para></maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ForceManage</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> If specified, the endpoints are managed by this Lenovo XClarity Administrator server even if they are already managed by another Lenovo XClarity Administrator server. An endpoint can be managed by only one Lenovo XClarity Administrator server at a time. Management by multiple managers is not supported. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> When specified, the cmdlet runs as background job, and returns a Job object immediately. If not specified, the cmdlets runs in synchronous mode. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <!-- RackServerUuid --> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCAManagedDevice</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies one or more UUIDs System x of rack servers to be managed by the Lenovo XClarity Administrator server. The rack servers must have been already discovered. Tip: Use the Get-LXCARackServer -Unmanaged cmdlet to retrieve the UUIDs of discovered but not managed System x servers. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Username</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies a user account with supervisor privileges. If the device to be managed is a chassis, specify a user account for the CMM in that chassis. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Password</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the password for the user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RecoveryPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the password for the RECOVERY_ID user. When you manage a chassis, the CMM is configured to authenticate users with the Lenovo XClarity Administrator server. Local CMM user accounts are no longer valid. You can use the RECOVERY_ID to access the CMM directly if there are issues with the Lenovo XClarity Administrator server. When you manage a System X or NeXtScale server, the IMM is configured to authenticate users with the Lenovo XClarity Administrator server. Local IMM user accounts are no longer valid. You can use the RECOVERY_ID to access the IMM directly if there are issues with the Lenovo XClarity Administrator server. Ensure that you write down the password that you specify for RecoveryPassword and store it in a secure location. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ForceManage</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> If specified, the endpoints are managed by this Lenovo XClarity Administrator server even if they are already managed by another Lenovo XClarity Administrator server. An endpoint can be managed by only one Lenovo XClarity Administrator server at a time. Management by multiple managers is not supported. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> When specified, the cmdlet runs as background job, and returns a Job object immediately. If not specified, the cmdlets runs in synchronous mode. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <!-- ThinkServerUuid --> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCAManagedDevice</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ThinkServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies one or more UUIDs for ThinkServer tower or rack servers to be managed by the Lenovo XClarity Administrator server. The servers must have been already discovered. Tip: Use the Get-LXCAThinkServer -Unmanaged cmdlet to retrieve the UUIDs of discovered but not managed ThinkServer tower or rack servers. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Username</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies a user account with supervisor privileges. If the device to be managed is a chassis, specify a user account for the CMM in that chassis. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Password</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the password for the user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ForceManage</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> If specified, the endpoints are managed by this Lenovo XClarity Administrator server even if they are already managed by another Lenovo XClarity Administrator server. An endpoint can be managed by only one Lenovo XClarity Administrator server at a time. Management by multiple managers is not supported. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> When specified, the cmdlet runs as background job, and returns a Job object immediately. If not specified, the cmdlets runs in synchronous mode. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <!-- StorageUuid --> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCAManagedDevice</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StorageUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies one or more UUIDs for Lenovo Storage systems to be managed by the Lenovo XClarity Administrator server. The storage system must have been already discovered. Tip: Use the Get-LXCAStorage -Unmanaged cmdlet to retrieve the UUIDs of discovered but not managed Lenovo Storage systems. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Username</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies a user account with supervisor privileges. If the device to be managed is a chassis, specify a user account for the CMM in that chassis. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Password</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the password for the user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ForceManage</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> If specified, the endpoints are managed by this Lenovo XClarity Administrator server even if they are already managed by another Lenovo XClarity Administrator server. An endpoint can be managed by only one Lenovo XClarity Administrator server at a time. Management by multiple managers is not supported. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> When specified, the cmdlet runs as background job, and returns a Job object immediately. If not specified, the cmdlets runs in synchronous mode. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <!-- IpAddress --> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCAManagedDevice</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IpAddress</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more IPv4 and IPv6 addresses of chassis, System x servers, ThinkServer servers and Lenovo Storages be managed by the Lenovo XClarity Administrator server.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Username</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies a user account with supervisor privileges. If the device to be managed is a chassis, specify a user account for the CMM in that chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Password</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the password for the user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RecoveryPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the recovery ID password. When you manage a chassis, the CMM is configured to authenticate users with the Lenovo XClarity Administrator server. Local CMM user accounts are no longer valid. You can use the RECOVERY_ID to access the CMM directly if there are issues with the Lenovo XClarity Administrator server. When you manage a System X or NeXtScale server, the IMM is configured to authenticate users with the Lenovo XClarity Administrator server. Local IMM user accounts are no longer valid. You can use the RECOVERY_ID to access the IMM directly if there are issues with the Lenovo XClarity Administrator server. Ensure that you write down the password that you specify for RecoveryPassword and store it in a secure location. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ForceManage</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the endpoints are managed by this Lenovo XClarity Administrator server even if they are already managed by another Lenovo XClarity Administrator server. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When specified, the cmdlet runs as background job, and returns a Job object immediately. If not specified, the cmdlets runs in synchronous mode.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <!-- FQDN --> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCAManagedDevice</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FQDN</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies one or more FQDN addresses of chassis, System x servers, ThinkServer servers and Lenovo Storages be managed by the Lenovo XClarity Administrator server. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Username</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies a user account with supervisor privileges. If the device to be managed is a chassis, specify a user account for the CMM in that chassis. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Password</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the password for the user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RecoveryPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the password for the RECOVERY_ID user. When you manage a chassis, the CMM is configured to authenticate users with the Lenovo XClarity Administrator server. Local CMM user accounts are no longer valid. You can use the RECOVERY_ID to access the CMM directly if there are issues with the Lenovo XClarity Administrator server. When you manage a System X or NeXtScale server, the IMM is configured to authenticate users with the Lenovo XClarity Administrator server. Local IMM user accounts are no longer valid. You can use the RECOVERY_ID to access the IMM directly if there are issues with the Lenovo XClarity Administrator server. Ensure that you write down the password that you specify for RecoveryPassword and store it in a secure location. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ForceManage</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the endpoints are managed by this Lenovo XClarity Administrator server even if they are already managed by another Lenovo XClarity Administrator server. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> When specified, the cmdlet runs as background job, and returns a Job object immediately. If not specified, the cmdlets runs in synchronous mode. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <!-- IPv4Range --> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCAManagedDevice</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Range</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more ranges of IPv4 addresses. Use a format similar to 192.168.9.1-192.168.9.10 to specify a range.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Username</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies a user account with supervisor privileges. If the device to be managed is a chassis, specify a user account for the CMM in that chassis. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Password</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the password for the user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RecoveryPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the password for the RECOVERY_ID user. When you manage a chassis, the CMM is configured to authenticate users with the Lenovo XClarity Administrator server. Local CMM user accounts are no longer valid. You can use the RECOVERY_ID to access the CMM directly if there are issues with the Lenovo XClarity Administrator server. When you manage a System X or NeXtScale server, the IMM is configured to authenticate users with the Lenovo XClarity Administrator server. Local IMM user accounts are no longer valid. You can use the RECOVERY_ID to access the IMM directly if there are issues with the Lenovo XClarity Administrator server. Ensure that you write down the password that you specify for RecoveryPassword and store it in a secure location. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ForceManage</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> If specified, the endpoints are managed by this Lenovo XClarity Administrator server even if they are already managed by another Lenovo XClarity Administrator server. An endpoint can be managed by only one Lenovo XClarity Administrator server at a time. Management by multiple managers is not supported. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> When specified, the cmdlet runs as background job, and returns a Job object immediately. If not specified, the cmdlets runs in synchronous mode. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <!-- BulkImportFile --> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCAManagedDevice</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>BulkImportFile</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the path of the bulk-import file to use to manage multiple devices. The file template in CSV format can be downloaded from the Lenovo XClarity Administrator web interface. Note: You cannot manage ThinkServer servers using the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentRackServerUserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the user account for the rack server if you specify the -BulkImportFile parameter. This name is used if a user name is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentRackServerPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the password for the user account that is specified using the -CurrentRackServerUsername parameter. This password is used if a password is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>NewRackServerPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the new password for the user account that is specified using the -CurrentRackServerUsername parameter. This password is used only if the current password is expired. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentChassisUserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the user account for the chassis if you specify the -BulkImportFile parameter. This name is used if there a user name is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentChassisPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the password for the user account that is specified using the -CurrentChassisUsername parameter. This password is used if a password is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>NewChassisPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the new password for the user account that is specified using the -CurrentChassisUsername parameter. This password is used only if the current password is expired. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RecoveryPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the password for the RECOVERY_ID user. When you manage a chassis, the CMM is configured to authenticate users with the Lenovo XClarity Administrator server. Local CMM user accounts are no longer valid. You can use the RECOVERY_ID to access the CMM directly if there are issues with the Lenovo XClarity Administrator server. When you manage a System X or NeXtScale server, the IMM is configured to authenticate users with the Lenovo XClarity Administrator server. Local IMM user accounts are no longer valid. You can use the RECOVERY_ID to access the IMM directly if there are issues with the Lenovo XClarity Administrator server. Ensure that you write down the password that you specify for RecoveryPassword and store it in a secure location. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentStorageUserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the user account for the Lenovo Storage system if you specify the -BulkImportFile parameter. This name is used if a user name is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentStoragePassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the password for the user account that is specified using the -CurrentStorageUserName parameter. This password is used if a password is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentSwitchUserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the user account for the RackSwitch switch if you specify the -BulkImportFile parameter. This name is used if a user name is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentSwitchPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the password for the user account that is specified using the -CurrentSwitchUserName parameter. This password is used if a password is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SwitchEnablePassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the password to enable Privileged Exec Mode, if the switch requires it. This password is used if a password is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> When specified, the cmdlet runs as background job, and returns a Job object immediately. If not specified, the cmdlets runs in synchronous mode. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ServerStoredCredentialsId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the stored credentials for all servers if you specify the -BulkImportFile parameter. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisStoredCredentialsId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the stored credentials for all chassis and chassis devices if you specify the -BulkImportFile parameter file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DisableManagedAuth</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> When specified, without using centralized management, If not specified, using centralized management. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies one or more UUIDs of chassis to be managed by the Lenovo XClarity Administrator server. The chassis must have been already discovered. Tip: Use the Get-LXCAChassis -Unmanaged cmdlet to retrieve the UUIDs of discovered but not managed chassis. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies one or more UUIDs System x of rack servers to be managed by the Lenovo XClarity Administrator server. The rack servers must have been already discovered. Tip: Use the Get-LXCARackServer -Unmanaged cmdlet to retrieve the UUIDs of discovered but not managed System x servers. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string[]</command:parameterValue> <dev:type> <maml:name>string[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ThinkServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies one or more UUIDs for ThinkServer tower or rack servers to be managed by the Lenovo XClarity Administrator server. The servers must have been already discovered. Tip: Use the Get-LXCAThinkServer -Unmanaged cmdlet to retrieve the UUIDs of discovered but not managed ThinkServer tower or rack servers. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string[]</command:parameterValue> <dev:type> <maml:name>string[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StorageUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies one or more UUIDs for Lenovo Storage systems to be managed by the Lenovo XClarity Administrator server. The storage system must have been already discovered. Tip: Use the Get-LXCAStorage -Unmanaged cmdlet to retrieve the UUIDs of discovered but not managed Lenovo Storage systems. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string[]</command:parameterValue> <dev:type> <maml:name>string[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IpAddress</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies one or more IPv4 and IPv6 addresses of chassis, System x servers, ThinkServer servers and Lenovo Storages be managed by the Lenovo XClarity Administrator server. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FQDN</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies one or more FQDN addresses of chassis, System x servers, ThinkServer servers and Lenovo Storages be managed by the Lenovo XClarity Administrator server. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IPv4Range</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies one or more ranges of IPv4 addresses. Use a format similar to 192.168.9.1-192.168.9.10 to specify a range. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Username</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies a user account with supervisor privileges. If the device to be managed is a chassis, specify a user account for the CMM in that chassis. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Password</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the password for the user account.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <dev:type> <maml:name>SecureString</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RecoveryPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the password for the RECOVERY_ID user. When you manage a chassis, the CMM is configured to authenticate users with Lenovo XClarity Administrator. Local CMM user accounts are no longer valid. You can use the RECOVERY_ID to access the CMM directly if there are issues with Lenovo XClarity Administrator. The parameter is required if managed endpoint is a CMM. When you manage a System x or NeXtScale server, the IMM is configured to authenticate users with the Lenovo XClarity Administrator server. Local IMM user accounts are no longer valid. You can use the RECOVERY_ID to access the IMM directly if there are issues with the Lenovo XClarity Administrator server. Ensure that you write down the password that you specify and store it in a secure location. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <dev:type> <maml:name>SecureString</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>BulkImportFile</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the path of the bulk-import file to use to manage multiple devices. The file template in CSV format can be downloaded from the Lenovo XClarity Administrator web interface. Note: You cannot manage ThinkServer servers using the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentRackServerUserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the user account for the rack server if you specify the -BulkImportFile parameter. This name is used if a user name is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentRackServerPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the password for the user account that is specified using the -CurrentRackServerUsername parameter. This password is used if a password is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <dev:type> <maml:name>SecureString</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>NewRackServerPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the new password for the user account that is specified using the -CurrentRackServerUsername parameter. This password is used only if the current password is expired. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <dev:type> <maml:name>SecureString</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentChassisUserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the user account for the chassis if you specify the -BulkImportFile parameter. This name is used if there a user name is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>SecureString</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentChassisPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the password for the user account that is specified using the -CurrentChassisUsername parameter. This password is used if a password is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <dev:type> <maml:name>SecureString</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>NewChassisPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the new password for the user account that is specified using the -CurrentChassisUsername parameter. This password is used only if the current password is expired. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <dev:type> <maml:name>SecureString</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentStorageUserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the user account for the Lenovo Storage system if you specify the -BulkImportFile parameter. This name is used if a user name is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentStoragePassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the password for the user account that is specified using the -CurrentStorageUserName parameter. This password is used if a password is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <dev:type> <maml:name>SecureString</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentSwitchUserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the user account for the RackSwitch switch if you specify the -BulkImportFile parameter. This name is used if a user name is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>CurrentSwitchPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the password for the user account that is specified using the -CurrentSwitchUserName parameter. This password is used if a password is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <dev:type> <maml:name>SecureString</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SwitchEnablePassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the password to enable Privileged Exec Mode, if the switch requires it. This password is used if a password is not defined in the bulk-import file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <dev:type> <maml:name>SecureString</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ForceManage</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> If specified, the endpoints are managed by this Lenovo XClarity Administrator server even if they are already managed by another Lenovo XClarity Administrator server. An endpoint can be managed by only one Lenovo XClarity Administrator server at a time. Management by multiple managers is not supported. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> When specified, the cmdlet runs as background job, and returns a Job object immediately. If not specified, the cmdlets runs in synchronous mode. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StoredCredentialId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the stored credential to use for this managed device. If you specify -DisableManageAuth, you must specify a stored credential to manage the endpoint; otherwise, you must specify either -Username or -StoredCredentialId, but not both. Tip: Use the Get-LXCAStoredCredential cmdlet to retrieve stored credential id. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DisableManagedAuth</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> If specified, endpoints are managed using local authentication. If not specified, endpoints are managed using Lenovo XClarity Administrator managed authentication. Note: - Managed and local authentication are not supported for ThinkServer and System x M4 servers. - Managed authentication is not supported for rack switch, this option will be ignored when manage rack switch. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe object to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.ManageDeviceResult</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Add-LXCAManagedDevice returns a ManageDeviceResult object if there is no Uuid is specified.</maml:para> </maml:description> </command:returnValue> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.ChassisManageResult</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Add-LXCAManagedDevice returns a ChassisManageResult object when parameter ChassisUuid is specified.</maml:para> </maml:description> </command:returnValue> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.RackServerManageResult</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Add-LXCAManagedDevice returns a RackServerManageResult object when parameter RackServerUuid is specified.</maml:para> </maml:description> </command:returnValue> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.ThinkServerManageResult</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Add-LXCAManagedDevice returns a ThinkServerManageResult object when parameter ThinkServerUuid is specified.</maml:para> </maml:description> </command:returnValue> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.StorageManageResult</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Add-LXCAManagedDevice returns a StorageManageResult object when parameter StorageUuid is specified.</maml:para> </maml:description> </command:returnValue> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.RackSwitchManageResult</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Add-LXCAManagedDevice returns a RackSwitchManageResult object when parameter RackSwitchUuid is specified.</maml:para> </maml:description> </command:returnValue> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>System.Management.Automation.Job</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>When you use the AsJob parameter, Add-LXCAManagedDevice returns a job object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title>Obsolete</maml:title> <maml:alert> <maml:para>ChassisRecoveryPassword parameter is no longer supported. Repace ChassisRecoveryPassword with RecoveryPassword.</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <maml:introduction> <maml:para /> </maml:introduction> <dev:remarks> <maml:para /> </dev:remarks> <!-- Start do not translate block --> <dev:code> # # This command gets retrieves all chassis that have been discovered but that are currently unmanaged and then manages those chassis using managed authentication. # $unmanagedchassis = Get-LXCAChassis -Unmanaged $password = ConvertTo-SecureString "Password" -AsPlainText –Force $recoveryPwd = ConvertTo-SecureString "Password2" -AsPlainText –Force foreach ($chassis in $unmanagedchassis) { Add-LXCAManagedDevice -ChassisUuid $chassis.uuid -Username USERID -Password $password -RecoveryPassword $recoveryPwd } </dev:code> <!-- End do not translate block --> <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> <!-- Start do not translate block --> <dev:code> # # This command manages an undiscovered chassis as a job that runs in the background and wait until the job is finished. # $password = ConvertTo-SecureString "Password" -AsPlainText –Force $recoveryPwd = ConvertTo-SecureString "Password2" -AsPlainText –Force $job = Add-LXCAManagedDevice -IpAddress 1.111.11.11 -Username USERID -Password $password -RecoveryPassword $recoveryPwd -AsJob while($job.State -eq "Running") { Start-Sleep -Seconds 5 } </dev:code> <!-- End do not translate block --> <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:introduction> <!-- Start do not translate block --> <dev:code> # # This command manages multiple endpoints using an IPv4 address range. # $password = ConvertTo-SecureString "Password" -AsPlainText –Force $recoveryPwd = ConvertTo-SecureString "Password2" -AsPlainText –Force Add-LXCAManagedDevice -Ipv4Range 1.111.11.11-1.111.11.20 -Username USERID -Password $password -RecoveryPassword $recoveryPwd </dev:code> <!-- End do not translate block --> <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:introduction> <!-- Start do not translate block --> <dev:code> # # This command uses a bulk-import file to manage multiple endpoints. # $password = ConvertTo-SecureString "Password" -AsPlainText –Force Add-LXCAManagedDevice -BulkImportFile c:\buikimport.csv -CurrentRackServerUsername USERID -CurrentRackServerPassword $password </dev:code> <!-- End do not translate block --> <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 5 --------------------------</maml:title> <maml:introduction> <maml:para /> </maml:introduction> <!-- Start do not translate block --> <dev:code> # # This command retrieves all chassis that have been discovered but that are currently unmanaged and then manages those chassis using local authentication. # $unmanagedchassis = Get-LXCAChassis -Unmanaged $recoveryPwd = ConvertTo-SecureString "Password2" -AsPlainText –Force foreach ($chassis in $unmanagedchassis) { Add-LXCAManagedDevice -ChassisUuid $chassis.uuid -StoredCredentialId $SCId -RecoveryPassword $recoveryPwd -DisableManagedAuth } </dev:code> <!-- End do not translate block --> <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 6 --------------------------</maml:title> <maml:introduction> <maml:para /> </maml:introduction> <!-- Start do not translate block --> <dev:code> # # This command adds an undiscovered chassis as a job that runs in the background and wait until the job is finished. # When 'DisableManagedAuth' is specified the chassis is managed using local authentication. # If 'DisableManagedAuth' is not specified, endpoints are managed using Lenovo XClarity Administrator managed # $recoveryPwd = ConvertTo-SecureString "Password2" -AsPlainText –Force $job = Add-LXCAManagedDevice -IpAddress 1.111.11.11 -StoredCredentialId $SCId -RecoveryPassword $recoveryPwd -AsJob [-DisableManagedAuth] while($job.State -eq "Running") { Start-Sleep -Seconds 5 } </dev:code> <!-- End do not translate block --> <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 7 --------------------------</maml:title> <maml:introduction> <maml:para /> </maml:introduction> <!-- Start do not translate block --> <dev:code> # # This command manages multiple endpoints using an IPv4 address range. # When 'DisableManagedAuth' is specified the chassis is managed using local authentication. # If 'DisableManagedAuth' is not specified, endpoints are managed using Lenovo XClarity Administrator managed # $recoveryPwd = ConvertTo-SecureString "Password2" -AsPlainText –Force Add-LXCAManagedDevice -Ipv4Range 1.111.11.11-1.111.11.20 -StoredCredentialId $SCId -RecoveryPassword $recoveryPwd [-DisableManagedAuth] </dev:code> <!-- End do not translate block --> <dev:remarks> </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:introduction> <!-- Start do not translate block --> <dev:code> # # This command manages server using an uuid. # When 'DisableManagedAuth' is specified the chassis is managed using local authentication. # If 'DisableManagedAuth' is not specified, endpoints are managed using Lenovo XClarity Administrator managed # Add-LXCAManagedDevice -RackServerUuid $uuid -StoredCredentialId $scId -ForceManage -AsJob [-DisableManagedAuth] </dev:code> <!-- End do not translate block --> <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 9 --------------------------</maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> # # This command uses a bulk import file to management multiple devices using a stored credential and managed authentication. # When 'DisableManagedAuth' is specified the chassis is managed using local authentication. # If 'DisableManagedAuth' is not specified, endpoints are managed using Lenovo XClarity Administrator managed # Add-LXCAManagedDevice -BulkImportFile c:\buikimport.csv -ServerStoredCredentialsId $scId [-DisableManagedAuth] </dev:code> <!-- End do not translate block --> <dev:remarks> <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:introduction> <!-- Start do not translate block --> <dev:code> # # This command uses a bulk import file to management multiple devices using a stored credential. # $rpwd = ConvertTo-SecureString "PASSW0RD!" -AsPlainText –Force Add-LXCAManagedDevice -BulkImportFile c:\buikimport.csv -ChassisStoredCredentialsId $scId -RecoveryPassword $rpwd </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para/> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText /> </command:commandLine> </command:commandLines> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Remove-LXCAManagedDevice</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCADeployGlobalSetting --> <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> <!-- Start do not translate block --> <command:name>Get-LXCADeployGlobalSetting</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets the global settings used for operating system deployment.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCADeployGlobalSetting</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCADeployGlobalSetting cmdlet gets the global settings used to deploy operating systems, such as IP assignment type (static or DHCP) and deployment credentials.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCADeployGlobalSetting</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.DeployGlobalSetting</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para> public class DeployGlobalSetting { public CredentialSetting[] Credentials; public string IpAssignment; //staticv4|dhcpv4 public ActiveDirectorySetting ActiveDirectory; public LicenseKeySetting LicenseKeys; public bool IsVlanMode; //True to take advantage of VLAN tagging public class CredentialSetting { public string Type; //"ESXi", "LINUX", or "WINDOWS", readonly // "RHEL/ESXi" can also be use, but will be deprecated in a future release. public string Name; //"root" or "administrator", readonly public string Password; //Empty string } public class ActiveDirectorySetting { public DomainSetting[] AllDomains; public string DefaultDomain; public class DomainSetting { public int ID; public string DomainName; public string OU; } } public class LicenseKeySetting { public Win2012R1Key Win2012R1; public Win2012R2Key Win2012R2; public Win2016R1Key Win2016R1; public class Win2012R1Key { public string StandardLicenseKey; public string DataCenterLicenseKey; } public class Win2012R2Key { public string StandardLicenseKey; public string DataCenterLicenseKey; } public class Win2016R1Key { public string StandardLicenseKey; public string DataCenterLicenseKey; } } } </maml:para> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCADeployGlobalSetting returns DeployGlobalSetting instance.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $setting = Get-LXCADeployGlobalSetting </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets the global settings used for operating system deployment.</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>Set-LXCADeployGlobalSetting</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Remove-LXCAManagedDevice --> <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> <!-- Start do not translate block --> <command:name>Remove-LXCAManagedDevice</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Removes one or more devices (chassis, rack server, think server, rack switch or Lenovo storage) from management by the Lenovo XClarity Administrator server (unmanages devices). </maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Remove</command:verb> <command:noun>LXCAManagedDevice</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Remove-LXCAManagedDevice cmdlet removes one or more devices from management by the Lenovo XClarity Administrator server (unmanages devices).</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCAManagedDevice</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUIDs of the System x servers that are to be unmanaged by Lenovo XClarity Administrator. The System x servers must have been managed by the Lenovo XClarity Administrator previously.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUIDs of the chassis that are to be unmanaged by Lenovo XClarity Administrator. The chassis must have been managed by the Lenovo XClarity Administrator previously.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ThinkServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUIDs of the ThinkServer servers that are to be unmanaged by Lenovo XClarity Administrator. The ThinkServer servers must have been managed by the Lenovo XClarity Administrator previously.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackSwitchUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUIDs of the RackSwitch switches that are to be unmanaged by Lenovo XClarity Administrator. The RackSwitch switches must have been managed by the Lenovo XClarity Administrator previously.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StorageUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUIDs of the Lenovo Storage systems that are to be unmanaged by Lenovo XClarity Administrator. The Lenovo Storage system must have been managed by the Lenovo XClarity Administrator previously.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ForceUnmanage</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Force unmanage even if the endpoint is not reachable.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as a background job and returns a job object immediately. Otherwise the cmdlet will run in synchronous mode.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUIDs of the System x servers that are to be unmanaged by Lenovo XClarity Administrator. The System x servers must have been managed by the Lenovo XClarity Administrator previously.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ChassisUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUIDs of the chassis that are to be unmanaged by Lenovo XClarity Administrator. The chassis must have been managed by Lenovo XClarity Administrator previously.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ThinkServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUIDs of the ThinkServer servers that are to be unmanaged by Lenovo XClarity Administrator. The ThinkServer servers must have been managed by Lenovo XClarity Administrator previously.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackSwitchUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUIDs of the RackSwitch switches that are to be unmanaged by Lenovo XClarity Administrator. The RackSwitch switches must have been managed by Lenovo XClarity Administrator previously.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StorageUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUIDs of the Lenovo Storage systems that are to be unmanaged by Lenovo XClarity Administrator. The Lenovo Storage system must have been managed by the Lenovo XClarity Administrator previously.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ForceUnmanage</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Force unmanage even if the endpoint is not reachable.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as a background job and returns a job object immediately. Otherwise the cmdlet will run in synchronous mode.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Remove-LXCAManagedDevice does not return object normally.</maml:para> </maml:description> </command:returnValue> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>System.Management.Automation.Job</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>When you use the AsJob parameter, Remove-LXCAManagedDevice returns a job object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $managedchassis = Get-LXCAChassis $chassisUuids = @() Foreach($chassis in $managedchassis) { $chassisUuids += $chassis.Uuid } Remove-LXCAManagedDevice -ChassisUuid $chassisUuids </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command unmanages all chassis that have been managed by the Lenovo XClarity Administrator.</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:introduction> <!-- Start do not translate block --> <dev:code> $chassis = Get-LXCAChassis $job = Remove-LXCAManagedDevice -ChassisUuid $chassis[0].Uuid -AsJob while ($job.State -eq "Running") { Start-Sleep -Seconds 5 } </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command removes a managed chassis from Lenovo XClarity Administrator management in asynchronous mode.</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>Add-LXCAManagedDevice</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCARackSwitch --> <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> <!-- Start do not translate block --> <command:name>Get-LXCARackSwitch</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets inventory data about one or more RackSwitch switches from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCARackSwitch</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCARackSwitch cmdlet gets inventory data about one or more RackSwitch switches from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCARackSwitch</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet returns all RackSwitch switches that are not currently managed. If not specified, this cmdlet returns all managed RackSwitch switches.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCARackSwitch</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of RackSwitch switches. If no UUID is specified, the cmdlet returns all managed RackSwitch switches unless you also specify the -Unmanage parameter.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet returns all RackSwitch switches that are not currently managed. If not specified, this cmdlet returns all managed RackSwitch switches.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of RackSwitch switches. If no UUID is specified, the cmdlet returns all managed RackSwitch switches unless you also specify the -Unmanage parameter.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet returns all RackSwitch switches that are not currently managed. If not specified, this cmdlet returns all managed RackSwitch switches.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe any object to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.RackSwitch[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCARackSwitch returns a list of rack switches.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code>$rackswitches = Get-LXCARackSwitch</dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns a list of all managed rack switches.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAThinkServer --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAThinkServer</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets inventory data about one or more think servers from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAThinkServer</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAThinkServer cmdlet gets inventory data about one or more think servers from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAThinkServer</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet returns all ThinkServer servers that are not currently managed. If not specified, this cmdlet returns all managed ThinkServer servers.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAThinkServer</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of ThinkServer servers. If no UUID is specified, the cmdlet returns all managed ThinkServer servers unless you also specify the -Unmanage parameter.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet returns all ThinkServer servers that are not currently managed. If not specified, this cmdlet returns all managed ThinkServer servers.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of ThinkServer servers. If no UUID is specified, the cmdlet returns all managed ThinkServer servers unless you also specify the -Unmanage parameter.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet returns all ThinkServer servers that are not currently managed. If not specified, this cmdlet returns all managed ThinkServer servers.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe any object to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.ThinkServer[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAThinkServer returns a list of think servers.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code>$thinkservers = Get-LXCAThinkServer</dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns a list of all managed think servers.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Install-LXCAUpdatePackage --> <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> <!-- Start do not translate block --> <command:name>Install-LXCAUpdatePackage</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Applies one or more firmware updates to a target system.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Install</command:verb> <command:noun>LXCAUpdatePackage</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Install-LXCAUpdatePackage cmdlet applies one or more firmware updates to a target system with or without the compliance policy comparison result for the target system.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Install-LXCAUpdatePackage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Compliance</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the system compliance policy comparison result.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SystemCompliance</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UpdateRule</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies which firmware updates in the compliance policy check result will be applied to target system.</maml:para> <maml:para>- All. All firmware updates in the compliance-check result are applied. To also apply to firmware updates that are in compliance, specify the -ForceUpdate parameter.</maml:para> <maml:para>- NotCompliantOnly. Only firmware that is not compliant will be updated.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ActivationMode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies when to restart the target system to activate the new firmware: - Immediate. During the update process, the target system might be restarted a number of times automatically until the entire process is complete. Make sure that you quiesce all applications on the endpoint before you proceed. - Delayed. Some but not all update operations are performed. The target system must be restarted manually to continue the update process. Additional restarts are then performed until the update operation completes. - Prioritized. Firmware updates on the baseboard management controller are activated immediately; all other firmware updates are activated the next time the device is restarted: the user will have to manually restart the system. Additional restarts are then performed until the update operation completes. This rule is supported only for servers. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>OnErrorMode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies how to handle the update error.</maml:para> <maml:para>- StopAllUpdatesOnError. If there is an error in updating any of the components in a system (such as an adapter or IMM firmware), the firmware updates process stops for all selected systems in the current firmware update job. In this case, none of the updates in the firmware updates package for the system will be activated. The current firmware that is installed on all selected systems remains in effect.</maml:para> <maml:para>- ContinueOnError. If there is an error in updating one of the components in the system (such as an adapter or IMM firmware), the firmware updates process does not update the firmware for that specific component. However, the firmware updates process does continue to update the other components for the system and continues with all other updates in the current update job.</maml:para> <maml:para>- ContinueToNextSystemOnError. If there is an error in updating one of the components in a system (such as an adapter or IMM firmware), the firmware updates process stops attempting to update the firmware for that specific system. The current firmware that is installed on that system remains in effect. However, if you have selected multiple systems as part of the current firmware update job, the management server continues to update the firmware for the remaining systems selected as part of the current job.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ForceUpdate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Applies the firmware update to the selected endpoints even if the firmware is compliant. Otherwise cmdlet will skip the firmware update on the selected endpoints if the firmware is already compliant.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Schedule</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Create a scheduled job (task) for this cmdlet</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">ScheduleObject</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Install-LXCAUpdatePackage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Compliances</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the systems compliances result.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SystemCompliance[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UpdateRule</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies which firmware updates in the compliance policy check result will be applied to target system.</maml:para> <maml:para>- All. All firmware updates in the compliance-check result are applied. To also apply to firmware updates that are in compliance, specify the -ForceUpdate parameter.</maml:para> <maml:para>- NotCompliantOnly. Only firmware that is not compliant will be updated.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ActivationMode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies when to restart the target system to activate the new firmware: - Immediate. During the update process, the target system might be restarted a number of times automatically until the entire process is complete. Make sure that you quiesce all applications on the endpoint before you proceed. - Delayed. Some but not all update operations are performed. The target system must be restarted manually to continue the update process. Additional restarts are then performed until the update operation completes. - Prioritized. Firmware updates on the baseboard management controller are activated immediately; all other firmware updates are activated the next time the device is restarted: the user will have to manually restart the system. Additional restarts are then performed until the update operation completes. This rule is supported only for servers. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>OnErrorMode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies how to handle the update error.</maml:para> <maml:para>- StopAllUpdatesOnError. If there is an error in updating any of the components in a system (such as an adapter or IMM firmware), the firmware updates process stops for all selected systems in the current firmware update job. In this case, none of the updates in the firmware updates package for the system will be activated. The current firmware that is installed on all selected systems remains in effect.</maml:para> <maml:para>- ContinueOnError. If there is an error in updating one of the components in the system (such as an adapter or IMM firmware), the firmware updates process does not update the firmware for that specific component. However, the firmware updates process does continue to update the other components for the system and continues with all other updates in the current update job.</maml:para> <maml:para>- ContinueToNextSystemOnError. If there is an error in updating one of the components in a system (such as an adapter or IMM firmware), the firmware updates process stops attempting to update the firmware for that specific system. The current firmware that is installed on that system remains in effect. However, if you have selected multiple systems as part of the current firmware update job, the management server continues to update the firmware for the remaining systems selected as part of the current job.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ForceUpdate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Applies the firmware update to the selected endpoints even if the firmware is compliant. Otherwise cmdlet will skip the firmware update on the selected endpoints if the firmware is already compliant.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Schedule</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Create a scheduled job (task) for this cmdlet</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">ScheduleObject</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Install-LXCAUpdatePackage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Compliance</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the system compliance result.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SystemCompliance</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FixId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the firmware updates which will be applied to the target system. The FixId can be retrieved from cmdlet Get-LXCAUpdatePackage.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ActivationMode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies when to restart the target system to activate the new firmware: - Immediate. During the update process, the target system might be restarted a number of times automatically until the entire process is complete. Make sure that you quiesce all applications on the endpoint before you proceed. - Delayed. Some but not all update operations are performed. The target system must be restarted manually to continue the update process. Additional restarts are then performed until the update operation completes. - Prioritized. Firmware updates on the baseboard management controller are activated immediately; all other firmware updates are activated the next time the device is restarted: the user will have to manually restart the system. Additional restarts are then performed until the update operation completes. This rule is supported only for servers. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>OnErrorMode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies how to handle the update error.</maml:para> <maml:para>- StopAllUpdatesOnError. If there is an error in updating any of the components in a system (such as an adapter or IMM firmware), the firmware updates process stops for all selected systems in the current firmware update job. In this case, none of the updates in the firmware updates package for the system will be activated. The current firmware that is installed on all selected systems remains in effect.</maml:para> <maml:para>- ContinueOnError. If there is an error in updating one of the components in the system (such as an adapter or IMM firmware), the firmware updates process does not update the firmware for that specific component. However, the firmware updates process does continue to update the other components for the system and continues with all other updates in the current update job.</maml:para> <maml:para>- ContinueToNextSystemOnError. If there is an error in updating one of the components in a system (such as an adapter or IMM firmware), the firmware updates process stops attempting to update the firmware for that specific system. The current firmware that is installed on that system remains in effect. However, if you have selected multiple systems as part of the current firmware update job, the management server continues to update the firmware for the remaining systems selected as part of the current job.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ForceUpdate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Applies the firmware update to the selected endpoints even if the firmware is compliant. Otherwise cmdlet will skip the firmware update on the selected endpoints if the firmware is already compliant.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Schedule</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Create a scheduled job (task) for this cmdlet</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">ScheduleObject</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Install-LXCAUpdatePackage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target system.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SystemType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the type of the target system. The type can be one of the following values: - CMM. The specified device is a CMM. - ComputeNode. The specified device is a Flex System compute node. - IOSwitch. The specified device is a Flex System switch. - RackServer. The specified device is a rack or tower server. - RackSwitch. The specified device is a RackSwitch switch. - Storage. The specified device is a storage device. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SystemType</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComponentName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the component name which will be applied to the target system. The component name can be retrieved from cmdlet Get-LXCAUpdatePackage.</maml:para> <maml:para>The component name should one-to-one match to the FixId in the same order.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FixId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the firmware updates which will be applied to the target system. The FixId can be retrieved from cmdlet Get-LXCAUpdatePackage.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ActivationMode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies when to restart the target system to activate the new firmware: - Immediate. During the update process, the target system might be restarted a number of times automatically until the entire process is complete. Make sure that you quiesce all applications on the endpoint before you proceed. - Delayed. Some but not all update operations are performed. The target system must be restarted manually to continue the update process. Additional restarts are then performed until the update operation completes. - Prioritized. Firmware updates on the baseboard management controller are activated immediately; all other firmware updates are activated the next time the device is restarted: the user will have to manually restart the system. Additional restarts are then performed until the update operation completes. This rule is supported only for servers. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>OnErrorMode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies how to handle the update error.</maml:para> <maml:para>- StopAllUpdatesOnError. If there is an error in updating any of the components in a system (such as an adapter or IMM firmware), the firmware updates process stops for all selected systems in the current firmware update job. In this case, none of the updates in the firmware updates package for the system will be activated. The current firmware that is installed on all selected systems remains in effect.</maml:para> <maml:para>- ContinueOnError. If there is an error in updating one of the components in the system (such as an adapter or IMM firmware), the firmware updates process does not update the firmware for that specific component. However, the firmware updates process does continue to update the other components for the system and continues with all other updates in the current update job.</maml:para> <maml:para>- ContinueToNextSystemOnError. If there is an error in updating one of the components in a system (such as an adapter or IMM firmware), the firmware updates process stops attempting to update the firmware for that specific system. The current firmware that is installed on that system remains in effect. However, if you have selected multiple systems as part of the current firmware update job, the management server continues to update the firmware for the remaining systems selected as part of the current job.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ForceUpdate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Applies the firmware update to the selected endpoints even if the firmware is compliant. Otherwise cmdlet will skip the firmware update on the selected endpoints if the firmware is already compliant.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Schedule</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Create a scheduled job (task) for this cmdlet</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">ScheduleObject</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Compliance</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the system compliance result.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SystemCompliance</command:parameterValue> <dev:type> <maml:name>SystemCompliance</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Compliances</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the systems compliances result.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SystemCompliance[]</command:parameterValue> <dev:type> <maml:name>SystemCompliance[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UpdateRule</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies which firmware updates in the compliance policy check result will be applied to target system: - All. All firmware updates in the compliance-check result are applied. To also apply to firmware updates that are in compliance, specify the -ForceUpdate parameter. - NotCompliantOnly. Only firmware that is not compliant will be updated. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target system.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SystemType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the type of the target system. The type can be one of the following values: - CMM. The specified device is a CMM. - ComputeNode. The specified device is a Flex System compute node. - IOSwitch. The specified device is a Flex System switch. - RackServer. The specified device is a rack or tower server. - RackSwitch. The specified device is a RackSwitch switch. - Storage. The specified device is a storage device. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SystemType</command:parameterValue> <dev:type> <maml:name>SystemType</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComponentName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the component name which will be applied to the target system. The component name can be retrieved from cmdlet Get-LXCAUpdatePackage. The component name should one-to-one match to the FixId in the same order. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FixId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the firmware updates which will be applied to the target system. The FixId can be retrieved from cmdlet Get-LXCAUpdatePackage.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ActivationMode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies when to restart the target system to activate the new firmware: - Immediate. During the update process, the target system might be restarted a number of times automatically until the entire process is complete. Make sure that you quiesce all applications on the endpoint before you proceed. - Delayed. Some but not all update operations are performed. The target system must be restarted manually to continue the update process. Additional restarts are then performed until the update operation completes. - Prioritized. Firmware updates on the baseboard management controller are activated immediately; all other firmware updates are activated the next time the device is restarted: the user will have to manually restart the system. Additional restarts are then performed until the update operation completes. This rule is supported only for servers. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>OnErrorMode</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies how to handle the update error: - StopAllUpdatesOnError. If there is an error in updating any of the components in a system (such as an adapter or IMM firmware), the firmware updates process stops for all selected systems in the current firmware update job. In this case, none of the updates in the firmware updates package for the system will be activated. The current firmware that is installed on all selected systems remains in effect. - ContinueOnError. If there is an error in updating one of the components in the system (such as an adapter or IMM firmware), the firmware updates process does not update the firmware for that specific component. However, the firmware updates process does continue to update the other components for the system and continues with all other updates in the current update job. - ContinueToNextSystemOnError. If there is an error in updating one of the components in a system (such as an adapter or IMM firmware), the firmware updates process stops attempting to update the firmware for that specific system. The current firmware that is installed on that system remains in effect. However, if you have selected multiple systems as part of the current firmware update job, the management server continues to update the firmware for the remaining systems selected as part of the current job. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ForceUpdate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Applies the firmware update to the selected endpoints even if the firmware is compliant. Otherwise cmdlet will skip the firmware update on the selected endpoints if the firmware is already compliant.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Schedule</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Create a scheduled job (task) for this cmdlet.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">ScheduleObject</command:parameterValue> <dev:type> <maml:name>ScheduleObject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.UpdateResult</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Install-LXCAUpdatePackage returns a UpdateResult object when the AsJob parameter is not used.</maml:para> </maml:description> </command:returnValue> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>System.Management.Automation.Job</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para> Install-LXCAUpdatePackage returns a job object when the AsJob parameter is used. - The UpdateResult can be retrieved from Job.Output when the job is completed. - The SubJob can be retrieved from Job.GetSubJobStatus(), which will include the detail status of each update. </maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $complianceResult = Get-LXCASystemCompliance -SystemUuid AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -SystemType ComputeNode $updateResult = Install-LXCAUpdatePackage -Compliance $complianceResult -UpdateRule NotCompliantOnly -ActivationMode Immediate -OnErrorMode StopOnError -AsJob </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets a compliance check result from a compute node and then applies all non-compliant firmware updates to that compute node.</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:introduction> <!-- Start do not translate block --> <dev:code> $complianceResult = Get-LXCASystemCompliance -SystemUuid AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -SystemType ComputeNode $updateResult = Install-LXCAUpdatePackage -Compliance $complianceResult -FixId $complianceResult.Firmwares[0].ComponentName -ActivationMode Immediate -OnErrorMode StopOnError -ForceUpdate -AsJob </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets a compliance check result from a compute node and then applies a firmware updates to that compute node (in force mode).</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:introduction> <!-- Start do not translate block --> <dev:code> $policy= Get-LXCAUpdateCompliancePolicy -SystemUuid AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA -SystemType ComputeNode $complianceResult = Join-LXCAUpdateCompliancePolicy -Policy $policy -SystemUuid BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB -SystemType ComputeNode $job = Install-LXCAUpdatePackage -Compliance $complianceResult -UpdateRule All -ActivationMode Immediate -OnErrorMode StopOnError -ForceUpdate -AsJob while ($job.State -eq "Running") { Start-Sleep -Seconds 5 $job.GetSubJobStatus() } $updateResult = $job.Output </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets a compliance policy from a reference system and assigns it to another system to get the compliance check result. The command then force to apply all available firmware updates to the system, in asynchronous mode.</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:introduction> <!-- Start do not translate block --> <dev:code> $ret = Install-LXCAUpdatePackage -Uuid E6D8CE72DF8011D4A54BDDDD212121F5 -SystemType RackServer -ComponentName "UEFI","Diagnostics" -FixId "lnvgy_fw_uefi_tce123i-2.10_anyos_32-64","lnvgy_fw_dsa_dsyt98i-9.03_anyos_32-64" -ActivationMode Delayed -OnErrorMode ContinueOnError -Simulation </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command apply two firmware updates to the target system, without firmware compliance policy.</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:introduction> <!-- Start do not translate block --> <dev:code> $schedule = New-LXCAScheduleObj -JobName $name -OccurrenceDate (’2017-12-22 4:35 PM') $ret = Install-LXCAUpdatePackage -Uuid E6D8CE72DF8011D4A54BDDDD212121F5 -SystemType RackServer -ComponentName "UEFI","Diagnostics" -FixId "lnvgy_fw_uefi_tce123i-2.10_anyos_32-64","lnvgy_fw_dsa_dsyt98i-9.03_anyos_32-64" -ActivationMode Delayed -OnErrorMode ContinueOnError -Simulation -Schedule $schedule </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command will create a scheduled job (task) to apply two firmware updates to the target system, without firmware compliance policy.</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:introduction> <!-- Start do not translate block --> <dev:code> $complianceResult = Get-LXCASystemCompliance -Uuids "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB" -SystemType ComputeNode $updateResult = Install-LXCAUpdatePackage -Compliances $complianceResult -UpdateRule NotCompliantOnly -ActivationMode Immediate -OnErrorMode StopOnError -AsJob </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets compliances result from two compute node and then applies all non-compliant firmware updates to those compute node.</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>Join-LXCAUpdateCompliancePolicy</maml:linkText> <maml:linkText>Get-LXCASystemCompliance</maml:linkText> <maml:linkText>Get-LXCAUpdatePackage</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAInformation --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAInformation</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets Lenovo XClarity Administrator server and PowerShell Tool information, including product name, version, and build number.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAInformation</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAInformation cmdlet gets information about the Lenovo XClarity Administrator server and PowerShell Tool, including product name, version, and build number.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAInformation</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the default connection is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>LXCAInformation</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAInformation returns an LXCAInformation object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $info = Get-LXCAInformation </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets Lenovo XClarity Administrator server and PowerShell tool version information.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- New-LXCADeployTask --> <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> <!-- Start do not translate block --> <command:name>New-LXCADeployTask</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Creates a task for OS deployment, including the target server and other settings that are required during OS deployment. The DeployTask object that is returned by this cmdlet can be used by the Install-LXCAOSImage cmdlet.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>New</command:verb> <command:noun>LXCADeployTask</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The New-LXCADeployTask cmdlet creates a task for OS deployment, including the target server and other settings that are required during OS deployment. The DeployTask object that is returned by this cmdlet can be used by the Install-LXCAOSImage cmdlet.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>New-LXCADeployTask</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of target server for OS image deployment. The target server can be retrieved by the Get-LXCADeployableServer cmdlet.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ImageProfileID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the OS image profile ID. The OS image ID can be retrieved by the Get-LXCAOSImage cmdlet.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ConfigFileID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> ID of the custom configuration-settings file to use for this OS deployment. Required if ImageProfileID includes a custom configuration-settings file; otherwise ignored. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="false" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UnattendedFileID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> ID of the unattend file to use for this OS deployment. Required if selectedImage includes custom unattend files; otherwise ignored. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="false" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>TargetDevice</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the device on target node where the OS image will be deployed. This can be one of the following: - LocalDisk. Use the local disk drive: the first enumerated local disk drive in the managed server is used. - M.2drive. Use M.2 drive: the first enumerated M.2 drive in the managed server is used. - EmbeddedHypervisor. Use embedded hypervisor (USB or SD media adapter) when ESXi is selected. - SanDisk. Use SAN volumes if available. The SAN ID is required if the sandisk is selected. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SanID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the SAN ID. It is required if the target device is sandisk. The SAN ID is a string starting from "lunpluswwn=", such as "lunpluswwn=2@50:05:07:68:05:0c:09:bb", where "2" is the LUN and "50:05:07:68:05:0c:09:bb" is the WWN. Make sure to use "@" to join the two strings. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>WindowsDomain</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Windows only: Active Directory domain that the Windows operating system is to join after the operating system is deployed successfully. If an OU is present, specify the string using the format domain/ou. If the operating system will not join a domain, you can set this field to null. Note 1: - Use the ADUserName and ADPassword parameters to specify the user name and password for the domain. Note 2: - To join an Active Directory domain, you must specify either the WindowsDomain or WindowsDomainBlob parameter. If both are specified, the WindowsDomainBlob parameter is used. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ADUserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Windows only: User name for the Active Directory domain that is specified in the WindowsDomain field Note: - This parameter is required if you want a Windows operating system to join an Active Directory domain. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ADPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Windows only: Password for the Active Directory user name (ADUserName field). Note: - This parameter is required if you want a Windows operating system to join an Active Directory domain. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>WindowsDomainBlob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Windows only: Active Directory Computer Account Metadata (in Base-64 encoded blob format) that can be used to join the Active Directory domain. For instructions for generating a file that contains the metadata blob data, see Integrating with Windows Active Directory page at https://sysmgt.lenovofiles.com/help/topic/com.lenovo.lxca_restapis.doc/integrating_with_active_directory.html Note: - To join an Active Directory domain, you must specify either the windowsDomain or windowsDomainBlob parameter. If both are specified, the windowsDomainBlob parameter is used. - You can use metadata blob data when deploying any Windows operating system. However, this method must be used for Windows Nano Server. Specifying a domain in global settings is not supported for Windows Nano Server. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="false" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>LicenseKey</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the license key that is needed for Windows and ESXi OS installation.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>MacAddress</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the host MAC address to which the IP address will be bound. For Lenovo XClarity Administrator v1.2.0 or later, you can also specify AUTO to automatically detect the first Ethernet port that can be configured and used for deployment. </maml:para> <maml:para></maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IpAddress</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the IP address after OS deployment. It is required if a static IP address was chosen when the global settings were defined. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SubnetMask</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the subnet mask of the network after OS deployment. It is required if a static IP address was chosen when the global settings were defined. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>GateWay</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the gateway of the network after OS deployment. It is required if a static IP address was chosen when the global settings were defined. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DNS1</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the first DNS server of the network after OS deployment. It is required if a static IP address was chosen when the global settings were defined. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DNS2</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the second DNS server of the network after OS deployment. It is required if a static IP address was chosen when the global settings were defined. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Mtu</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the MTU (Maximum Transmission Unit) of the network after OS deployment. The default value is 1500. It is required if a static IP address was chosen when the global settings were defined. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Long</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Hostname</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the hostname for the host server. If a hostname is not specified, a default hostname is assigned. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PrefixLength</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the IPv6 prefix length after OS deployment. It is required if a static IPv6 was chosen when the global settings were defined. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>VlanId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the VLAN ID for operating-system VLAN tagging. Important: This parameter requires that the VLAN mode setting is enabled in the global settings for operating-system deployment. To change the global settings, use the Set-LXCADeployGlobalSetting cmdlet. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Long</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ServerUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target server for OS image deployment. The target server can be retrieved using the Get-LXCADeployableServer cmdlet.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ImageProfileID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the OS image profile ID. The OS image ID can be retrieved using the Get-LXCAOSImage cmdlet.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ConfigFileID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> ID of the custom configuration-settings file to use for this OS deployment. Required if ImageProfileID includes a custom configuration-settings file; otherwise ignored. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UnattendedFileID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> ID of the unattend file to use for this OS deployment. Required if selectedImage includes custom unattend files; otherwise ignored. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>TargetDevice</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the device on target node where the OS image will be deployed. This can be one of the following: - LocalDisk. Use the local disk drive: the first enumerated local disk drive in the managed server is used. - M.2drive. Use M.2 drive: the first enumerated M.2 drive in the managed server is used. - EmbeddedHypervisor. Use embedded hypervisor (USB or SD media adapter) when ESXi is selected. - SanDisk. Use SAN volumes if available. The SAN ID is required if the sandisk is selected. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SanID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the SAN ID. It is required if the target device is sandisk. The SAN ID is a string starting from "lunpluswwn=", such as "lunpluswwn=2@50:05:07:68:05:0c:09:bb", where "2" is the LUN and "50:05:07:68:05:0c:09:bb" is the WWN. Make sure to use "@" to join the two strings. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>WindowsDomain</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Windows only: Active Directory domain that the Windows operating system is to join after the operating system is deployed successfully. If an OU is present, specify the string using the format domain/ou. If the operating system will not join a domain, you can set this field to null. Note 1: - Use the ADUserName and ADPassword parameters to specify the user name and password for the domain. Note 2: - To join an Active Directory domain, you must specify either the WindowsDomain or WindowsDomainBlob parameter. If both are specified, the WindowsDomainBlob parameter is used. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ADUserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Windows only: User name for the Active Directory domain that is specified in the WindowsDomain field Note: - This parameter is required if you want a Windows operating system to join an Active Directory domain. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ADPassword</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Windows only: Password for the Active Directory user name (ADUserName field). Note: - This parameter is required if you want a Windows operating system to join an Active Directory domain. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <dev:type> <maml:name>SecureString</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>WindowsDomainBlob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Windows only: Active Directory Computer Account Metadata (in Base-64 encoded blob format) that can be used to join the Active Directory domain. For instructions for generating a file that contains the metadata blob data, see Integrating with Windows Active Directory page at https://sysmgt.lenovofiles.com/help/topic/com.lenovo.lxca_restapis.doc/integrating_with_active_directory.html Note: - To join an Active Directory domain, you must specify either the windowsDomain or windowsDomainBlob parameter. If both are specified, the windowsDomainBlob parameter is used. - You can use metadata blob data when deploying any Windows operating system. However, this method must be used for Windows Nano Server. Specifying a domain in global settings is not supported for Windows Nano Server. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>LicenseKey</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the license key that is needed for Windows and ESXi OS installation.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>MacAddress</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the host MAC address to which the IP address will be bound. For Lenovo XClarity Administrator v1.2.0 or later, you can also specify AUTO to automatically detect the first Ethernet port that can be configured and used for deployment. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>IpAddress</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the IP address after OS deployment. It is required if a static IP address was chosen when the global settings were defined. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>SubnetMask</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the subnet mask of the network after OS deployment. It is required if a static IP address was chosen when the global settings were defined. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>GateWay</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the gateway of the network after OS deployment. It is required if a static IP address was chosen when the global settings were defined. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DNS1</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the first DNS server of the network after OS deployment. It is required if a static IP address was chosen when the global settings were defined. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>DNS2</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the second DNS server of the network after OS deployment. It is required if a static IP address was chosen when the global settings were defined. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Mtu</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the MTU (Maximum Transmission Unit) of the network after OS deployment. The default value is 1500. It is required if a static IP address was chosen when the global settings were defined. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Long</command:parameterValue> <dev:type> <maml:name>Long</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Hostname</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the hostname for the host server. If a hostname is not specified, a default hostname is assigned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PrefixLength</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the IPv6 prefix length after OS deployment. It is required if a static IPv6 address was chosen when the global settings were defined. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>VlanId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the VLAN ID for operating-system VLAN tagging. Important: This parameter requires that the VLAN mode setting is enabled in the global settings for operating-system deployment. To change the global settings, use the Set-LXCADeployGlobalSetting cmdlet. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Long</command:parameterValue> <dev:type> <maml:name>Long</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.DeployTask</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>New-LXCADeployTask returns a deploy task object that contains all information for OS deployment. The task can be used by cmdlet Install-LXCAOSImage.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $nodes = Get-LXCADeployableServer $images = Get-LXCAOSImage | where {$_.Name -contains "esxi5.5"} $deploytask = New-LXCADeployTask -ServerUuid $nodes[0].Uuid -ImageProfileID $images[0].Profiles[0].Id -TargetDevice "LocalDisk" -MacAddress $nodes[0].MacAddresses[0] -IpAddress 9.5.12.122 -SubnetMask 255.255.255.0 -GateWay 9.5.12.1 -DNS1 9.10.244.100 -DNS2 9.10.244.200 -Mtu 1500 -Hostname "testServer" Install-LXCAOSImage -DeployTask $deploytask </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This example creates a deploy task and deploy the OS image.</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:introduction> <!-- Start do not translate block --> <dev:code> $nodes = Get-LXCADeployableServer $image = "esxi6.7_1.28|20181205102133_Custom-Unattend" $unattendedFileID = "20181205102110_ESXi_customUnattend.cfg" $deploytask = New-LXCADeployTask -ServerUuid $nodes[0].Uuid -ImageProfileID $image -UnattendedFileID $unattendedFileID -TargetDevice "LocalDisk" -MacAddress $nodes[0].MacAddresses[0] -IpAddress 9.5.12.122 -SubnetMask 255.255.255.0 -GateWay 9.5.12.1 -DNS1 9.10.244.100 -DNS2 9.10.244.200 -Mtu 1500 -Hostname "testServer" Install-LXCAOSImage -DeployTask $deploytask </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This example creates a deploy task and deploy a custom OS image with an unattend file to use for this OS deployment.</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>Install-LXCAOSImage</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCARack --> <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> <!-- Start do not translate block --> <command:name>Get-LXCARack</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet retrieves information about one or more racks.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCARack</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>This cmdlet retrieves information about one or more racks.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCARack</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the rack. If no UUID is specified, this cmdlet will return all existing rack instances.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of rack. If no UUID specified, this cmdlet will return all existing rack instances.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.Rack[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCARack returns the rack instances.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Get-LXCARack -RackUuid AAAAAAAAAAAAAAAA </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command retrieves the rack instance of UUID AAAAAAAAAAAAAAAA.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Add-LXCARack --> <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> <!-- Start do not translate block --> <command:name>Add-LXCARack</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet creates a new rack instance.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Add</command:verb> <command:noun>LXCARack</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>This cmdlet creates a new rack instance.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCARack</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Name</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of rack. The name must be unique.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Height</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the height of rack in rack units, the available values are 25, 37 and 42.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Location</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the location of the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Room</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the room where the rack is located.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Name</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of rack. The name must be unique.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Height</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the height of the rack in rack units, the available values are 25, 37 and 42.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Location</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the location of rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Room</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the room where the rack is located.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.Rack</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>This cmdlet returns a new Rack object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $rack = Add-LXCARack -Name MyRack -Height 42 -Location Lab-1 -Room 101 </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command creates a new rack instance.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Remove-LXCARack --> <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> <!-- Start do not translate block --> <command:name>Remove-LXCARack</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet deletes a specific rack.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Remove</command:verb> <command:noun>LXCARack</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>This cmdlet deletes a specific rack.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCARack</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the rack to be deleted.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCARack</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Rack</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the rack object to be deleted.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Rack</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the rack to be deleted.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Rack</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the rack object to be deleted.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Rack</command:parameterValue> <dev:type> <maml:name>Rack</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Remove-LXCARack does not return an object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Remove-LXCARack -RackUuid AAAAAAAAAAAA </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command deletes a rack with UUID AAAAAAAAAAAA.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Set-LXCARack --> <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> <!-- Start do not translate block --> <command:name>Set-LXCARack</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet modifies properties for a specific rack.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Set</command:verb> <command:noun>LXCARack</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>This cmdlet modifies properties for a specific rack.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCARack</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the rack to be modified.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Name</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the rack. The name must be unique.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Location</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the location of the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Room</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the room where the rack is located.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the rack to be modified.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Name</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the rack. The name must be unique.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Location</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the location of the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Room</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the room where the rack is located.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Set-LXCARack does not return an object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Set-LXCARack -RackUuid AAAAAAAAAAAA -Name NewMyRack -Location Lab-2 -Room 201 </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command modifies the name, location, and room value for a rack with UUID AAAAAAAAAAAA.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Add-LXCARackItem --> <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> <!-- Start do not translate block --> <command:name>Add-LXCARackItem</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet adds a managed endpoint to a rack. The managed endpoint can be a chassis, System x server, ThinkServer server, a scalable complex system, or a filler. The rack location information is applied to the specified endpoint.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Add</command:verb> <command:noun>LXCARackItem</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>This cmdlet adds a managed endpoint to a rack. The managed endpoint can be a chassis, System x server, ThinkServer server, a scalable complex system, or a filler. The rack location information is applied to the specified endpoint. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCARackItem</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the managed endpoint to be added to the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the managed endpoint. The name is displayed in the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemLowestRackUnit</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the lowest rack unit position of the managed endpoint in the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Chassis</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that managed endpoint item to be added is a chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCARackItem</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the managed endpoint to be added to the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the managed endpoint. The name is displayed in the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemLowestRackUnit</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the lowest rack unit position of the managed endpoint in the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Server</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the managed endpoint to be added is a System x or ThinkServer server.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCARackItem</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the managed endpoint to be added to the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the managed endpoint. The name is displayed in the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemLowestRackUnit</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the lowest rack unit position of the managed endpoint in the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Switch</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the managed endpoint to be added is a top-of-rack switch.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCARackItem</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the managed endpoint to be added to the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the managed endpoint. The name is displayed in the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemLowestRackUnit</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the lowest rack unit position of the managed endpoint in the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Storage</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the managed endpoint to be added is a storage node.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCARackItem</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComplexSystemId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of a scalable complex system to be added to the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemLowestRackUnit</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the lowest rack unit position of the managed endpoint in the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComplexSystem</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the managed endpoint to be added is a scalable-complex system.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCARackItem</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the managed endpoint. The name is displayed in the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemHeight</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the height of the managed endpoint in rack units.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemLowestRackUnit</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the lowest rack unit position of the managed endpoint in the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Placeholder</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the managed endpoint to be added is a filler.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the managed endpoint to be added to the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComplexSystemId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of a scalable complex system to be added to the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the managed endpoint. The name is displayed in the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemHeight</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the height of the managed endpoint in rack units.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemLowestRackUnit</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the lowest rack unit position of the managed endpoint in the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Chassis</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that managed endpoint item to be added is a chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Server</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the managed endpoint to be added is a System x or ThinkServer server.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Switch</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the managed endpoint to be added is a top-of-rack switch.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Storage</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the managed endpoint to be added is a storage node.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComplexSystem</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the managed endpoint to be added is a scalable-complex system.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Placeholder</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the managed endpoint to be added is a filler.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Add-LXCARackItem does not return an object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Add-LXCARackItem -RackUuid AAAAAAAAAAAA -ItemUuid BBBBBBBBBBBB -ItemName MyItem -ItemLowestRackUnit 10 -Server </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command adds a system x server with UUID BBBBBBBBBBBB into the rack with UUID AAAAAAAAAAAA.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Set-LXCARackItem --> <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> <!-- Start do not translate block --> <command:name>Set-LXCARackItem</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet modifies properties for a managed endpoint in a rack.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Set</command:verb> <command:noun>LXCARackItem</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>This cmdlet modifies properties for a managed endpoint in a rack.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCARackItem</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the managed endpoint.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the managed endpoint to be displayed in the rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemLowestRackUnit</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the lowest rack unit position of the managed endpoint in the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the managed-endpoint type. This can be one of the following values: • Chassis • Server • Switch • Storage • Placeholder (filler) </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCARackItem</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComplexSystemId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of the scalable complex system when the target item is a scalable-complex system.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemLowestRackUnit</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the lowest rack unit position of the managed endpoint in the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the managed endpoint.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComplexSystemId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of the scalable complex system when the target item is a scalable-complex system.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the managed endpoint to be displayed in the rack</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemLowestRackUnit</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the lowest rack unit position of the managed endpoint in the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Int</command:parameterValue> <dev:type> <maml:name>Int</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ItemType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the managed-endpoint type. This can be one of the following values: • Chassis • Server • Switch • Storage • Placeholder (filler) </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Set-LXCARackItem does not return an object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Set-LXCARackItem -RackUuid AAAAAAAAAAAA -ItemUuid BBBBBBBBBBBB -ItemLowestRackUnit 10 -ItemType Server </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command modifies the lowest rack unit value of server with UUID BBBBBBBBBBBB.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Remove-LXCARackItem --> <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> <!-- Start do not translate block --> <command:name>Remove-LXCARackItem</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet removes an managed endpoint from a specific rack.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Remove</command:verb> <command:noun>LXCARackItem</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>This cmdlet removes an managed endpoint from a specific rack.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCARackItem</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackItemUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the managed endpoint to be removed.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCARackItem</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComplexId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of the scalable-complex system to be removed.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the target rack.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RackItemUuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the managed endpoint to be removed.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ComplexId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of the scalable-complex system to be removed.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Remove-LXCARackItem does not return an object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Remove-LXCARackItem -RackUuid AAAAAAAAAAAA -RackItemUuid BBBBBBBBBBBB </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command removes item (BBBBBBBBBBBB) from rack (AAAAAAAAAAAA).</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAStorage --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAStorage</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets inventory data about one or more Lenovo Storage systems from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAStorage</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAStorage cmdlet gets inventory data about one or more Lenovo Storage systems from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAStorage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet returns all Lenovo Storage systems that are not currently managed. If not specified, this cmdlet returns all managed Lenovo Storage systems.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAStorage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of Lenovo Storage systems. If no UUID is specified, the cmdlet returns all managed Lenovo Storage systems unless you also specify the -Unmanage parameter.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet returns all Lenovo Storage systems that are not currently managed. If not specified, this cmdlet returns all managed Lenovo Storage systems.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of Lenovo Storage systems. If no UUID is specified, the cmdlet returns all managed Lenovo Storage systems unless you also specify the -Unmanage parameter.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet returns all Lenovo Storage systems that are not currently managed. If not specified, this cmdlet returns all managed Lenovo Storage systems.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe any object to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.Storage[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAStorage returns a list of Lenovo Storage systems.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code>$storages = Get-LXCAStorage</dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns a list of all managed Lenovo Storage systems.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Set-LXCAEncapsulation --> <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> <!-- Start do not translate block --> <command:name>Set-LXCAEncapsulation</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Enable or disable the global encapsulation setting on the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Set</command:verb> <command:noun>LXCAEncapsulation</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Set-LXCAEncapsulation cmdlet enables or disables the global encapsulation setting on the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCAEncapsulation</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EnableEncapsulation</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>True to enable the global encapsulation setting and false to disable it.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>EnableEncapsulation</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>True to enable the global encapsulation setting and false to disable it.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Bool</command:parameterValue> <dev:type> <maml:name>Bool</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe any object to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Set-LXCAEncapsulation does not return any object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code>Set-LXCAEncapsulation -EnableEncapsulation $true</dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command enables the encapsulation setting on the Lenovo XClarity Administrator server.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAEncapsulation --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAEncapsulation</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets the global encapsulation setting on the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAEncapsulation</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAEncapsulation cmdlet gets the global encapsulation setting on the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAEncapsulation</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe any object to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Bool</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAEncapsulation returns the encapsulation setting (boolean value).</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code>$ret = Get-LXCAEncapsulation</dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns the global encapsulation setting.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Set-LXCASwitchPort --> <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> <!-- Start do not translate block --> <command:name>Set-LXCASwitchPort</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Enable or disable specific ports on a managed RackSwitch or Flex System switch using the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Set</command:verb> <command:noun>LXCASwitchPort</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Set-LXCASwitchPort cmdlet enables or disables the port setting on the managed RackSwitch or Flex System switches via the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCASwitchPort</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the switch that containst the ports to be changed.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Action</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Indicates whether to enable or disable the specified ports. You can specify the following values:enable/disable </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Port</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>The name of one or more ports to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the switch that containst the ports to be changed.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Action</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Indicates whether to enable or disable the specified ports. You can specify the following values: o enable o disable </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Port</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>The name of one or more ports to be set.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe any object to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Set-LXCARackSwitchPort does return some message.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code>Set-LXCARackSwitchPort -Action enable/disable -PortName $name -Uuid $uuid</dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command enables or disables the port setting on the Lenovo XClarity Administrator server.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCASwitchConfigData --> <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> <!-- Start do not translate block --> <command:name>Get-LXCASwitchConfigData</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet retrieves information about configuration-data files for RackSwtich and Flex System switches.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCASwitchConfigData</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCASwitchConfigData cmdlet retrieves information about configuration-data files for RackSwtich and Flex System switches.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCASwitchConfigData</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ConfigData</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, detailed information about the configuration-data file (including comment, date, file ID, file name, size, and switch UUID) is displayed.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCASwitchConfigData</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the UUID of one or more switches for which information is to be retrieved. If not specified, this cmdlet retrieves information about configuration-data files for all managed RackSwtich and Flex System switches. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ConfigData</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, detailed information about the configuration-data file (including comment, date, file ID, file name, size, and switch UUID) is displayed.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the UUID of one or more switches for which information is to be retrieved. If not specified, this cmdlet retrieves information about configuration-data files for all managed RackSwtich and Flex System switches. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ConfigData</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, detailed information about the configuration-data file (including comment, date, file ID, file name, size, and switch UUID) is displayed.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe any object to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.SwitchConfigData[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCASwitchConfigData returns a list of switches config info.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $switchesConfig = Get-LXCASwitchConfigData $switchesConfig.ConfigDatas Or Get-LXCASwitchConfigData -ConfigData </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command retrieves information about configuration-data files for multiple switches, and then displays the detailed information.</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:introduction> <!-- Start do not translate block --> <dev:code> $switchConfigByUuid = Get-LXCASwitchConfigData -Uuid $uuid $switchConfigByUuid.ConfigData Or Get-LXCASwitchConfigData -Uuid $uuid -ConfigData </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command retrieves information about configuration-data files for specify switch, and then displays the detailed information.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCASwitchConfigFile --> <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> <!-- Start do not translate block --> <command:name>Get-LXCASwitchConfigFile</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet downloads (exports) one or more switch configuration-data files to the local system.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCASwitchConfigFile</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCASwitchConfigFile cmdlet downloads (exports) one or more switch configuration-data files to the local system.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCASwitchConfigFile</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FileName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the name of the configuration-data file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Destination</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the local directory where the file is to be saved. </maml:para> <maml:para> If not specified, this cmdlet downloads a file named config_files_$time.zip to the current PowerShell working directory. </maml:para> <maml:para> Note: The full specified path must exist. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Overwrite</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet overwrites the local file when a file with that same name exists already.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FileName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the name of the configuration-data file. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Destination</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the local directory where the file is to be saved. </maml:para> <maml:para> If not specified, this cmdlet downloads a file named config_files_$time.zip to the current PowerShell working directory. </maml:para> <maml:para> Note: The full specified path must exist. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Overwrite</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet overwrites the local file when a file with that same name exists already.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>String</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCASwitchConfigFile displays the download path.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Get-LXCASwitchConfigFile -FileName $filename -Destination C:\LXCA\ -Overwrite </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command downloads a single configuration-data file to the C:\LXCA\ directory on the local system, and overwrites the file if it already exists.</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:introduction> <!-- Start do not translate block --> <dev:code> Get-LXCASwitchConfigFile -FileName $filename </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This cmdlet downloads a file named config_files_$time.zip to the current PowerShell working directory.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Import-LXCASwitchConfig --> <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> <!-- Start do not translate block --> <command:name>Import-LXCASwitchConfig</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet imports a switch configuration-data file from the local system into Lenovo XClarity Administrator.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Import</command:verb> <command:noun>LXCASwitchConfig</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Import-LXCASwitchConfig cmdlet imports a switch configuration-data file from the local system into Lenovo XClarity Administrator.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Import-LXCASwitchConfig</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the switch to associate with the imported file.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FilePath</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the full directory and file name of the configuration-data file to import.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Comment</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description of the configuration-data file.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the switch to associate with the imported file.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FilePath</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the full directory and file name of the configuration-data file to import.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Comment</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description of the configuration-data file.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name></maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Import-LXCASwitchConfig -Uuid $uuid -FilePath $path1,$path2 -Comment $comment </dev:code> <!-- End do not translate block --> <dev:remarks> <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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Remove-LXCASwitchConfigFile --> <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> <!-- Start do not translate block --> <command:name>Remove-LXCASwitchConfigFile</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet deletes a switch configuration-data file from Lenovo XClarity Administrator.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Remove</command:verb> <command:noun>LXCASwitchConfigFile</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>This cmdlet deletes a switch configuration-data file from Lenovo XClarity Administrator.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCASwitchConfigFile</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FileName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the configuration-data file to delete.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the UUID of the switch that is associated with the configuration-data file. </maml:para> <maml:para> Note: This parameter is required if the more than one switch have configuration-data files with the same name. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FileName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the configuration-data file to delete.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the UUID of the switch that is associated with the configuration-data file. </maml:para> <maml:para> Note: This parameter is required if the more than one switch have configuration-data files with the same name. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Remove-LXCASwitchConfigFile</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Remove-LXCASwitchConfigFile -FileName $name1,$name2 when multiple switches have the same file name you can specifies Uuid. eg:Remove-LXCASwitchConfigFile -FileName $name1,$name2 -UUid $uuid </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command deletes switch file with filename $name1,$name2</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Restore-LXCASwitchConfig --> <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> <!-- Start do not translate block --> <command:name>Restore-LXCASwitchConfig</command:name> <!-- End do not translate block --> <maml:description> <maml:para> This cmdlet restore configuration data for a RackSwitch or Flex System switch. The switch configuration-data file is downloaded from Lenovo XClarity Administrator to the target switch, and the configuration takes effect automatically. </maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Restore</command:verb> <command:noun>LXCASwitchConfig</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para> This cmdlet restore configuration data for a RackSwitch or Flex System switch. The switch configuration-data file is downloaded from Lenovo XClarity Administrator to the target switch, and the configuration takes effect automatically. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Restore-LXCASwitchConfig</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FileName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the configuration-data file to restore on the specified switch.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the switches to be restored.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FileName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the configuration-data file to restore on the specified switch.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the switches to be restored.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <!--<dev:type> --> <!-- Start do not translate block --> <!-- <maml:name>None</maml:name> <maml:uri/> --> <!-- End do not translate block --> <!-- <maml:description> <maml:para /> </maml:description> </dev:type>--> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> None <!--<dev:type> --><!-- Start do not translate block --><!-- <maml:name>None</maml:name> <maml:uri/> --><!-- End do not translate block --><!-- <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Restore-LXCASwitchConfig</maml:para> </maml:description>--> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE-------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Restore-LXCASwitchConfig -FileName $filename when multiple switches have the same file name you can specifies Uuid. eg:Restore-LXCASwitchConfig -FileName $filename -Uuid $uuid </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command restores configuration data on a specific switch using a compatible configuration-data file. </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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Backup-LXCASwitchConfig --> <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> <!-- Start do not translate block --> <command:name>Backup-LXCASwitchConfig</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet backs up configuration data for a RackSwitch or Flex System switch.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Backup</command:verb> <command:noun>LXCASwitchConfig</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Backup-LXCASwitchConfig cmdlet backs up configuration data for a RackSwitch or Flex System switch.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Backup-LXCASwitchConfig</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FileName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the configuration-data file</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the switches to be backed up.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description of the configuration-data file.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FileName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of the configuration-data file.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the switches to be backed up.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description of the configuration-data file.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> None <!-- Start do not translate block --><!-- <maml:name></maml:name> <maml:uri/> --><!-- End do not translate block --><!-- <maml:description> <maml:para>BackupEventResult has a property "NextSequenceNumber" that indicates the starting sequence number that can be used for the next backup.</maml:para> </maml:description>--> </dev:type> <!--<maml:description> <maml:para>Backup-LXCAEventLog returns BackupEventResult object.</maml:para> </maml:description>--> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE-------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Backup-LXCASwitchConfig -FileName $filename -Uuid $uuid -Description $description </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This example backs up configuration data for a specific switch to a file name</maml:para> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText /> </command:commandLine> </command:commandLines> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAServer --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAServer</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets information about one or more servers from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAServer</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAServer cmdlet gets information about all severs (including rack serves and compute nodes) from Lenovo XClarity Administrator.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAServer</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet returns all servers that are not currently managed. If not specified, this cmdlet returns managed all servers. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAServer</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUIDs of one or more servers for which information is to be returned. If no UUID is specified, the cmdlet returns information for all servers.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet returns servers that are not currently managed. If not specified, this cmdlet returns managed servers.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUIDs of one or more servers for which information is to be returned. If no UUID is specified, the cmdlet returns information for all servers.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Unmanaged</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>If specified, the cmdlet returns servers that are not currently managed. If not specified, this cmdlet returns managed servers.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe any object to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>System.Object</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAServer returns inventory data for one or more servers (including rack servers and compute nodes).</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code>Get-LXCAServer</dev:code> <dev:code>Get-LXCAServer -Unmanaged</dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns a list of all managed servers or unmanaged servers .</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:introduction> <!-- Start do not translate block --> <dev:code>Get-LXCAServer -Uuid AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB</dev:code> <dev:code>Get-LXCAServer -Uuid AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA,BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB -Unmanaged</dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns inforamtion about specific managed or unmanaged servers.</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/> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Install-LXCATrustedCertificate --> <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> <!-- Start do not translate block --> <command:name>Install-LXCATrustedCertificate</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Resolves untrusted certificates that are used to establish a secure connection to a managed device.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Install</command:verb> <command:noun>LXCATrustedCertificate</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The install-LXCATrustedCertificate cmdlet resolves untrusted certificates that are used to establish a secure connection to a managed device.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Install-LXCATrustedCertificate</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the device for which untrusted certificates are to be resolved.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the device for which untrusted certificates are to be resolved.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>String</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>message string</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Install-LXCATrustedCertificate -Uuid AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command resolves untrusted certificates for a specific device.</maml:para> <maml:para/> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText /> </command:commandLine> </command:commandLines> </command:example> </command:examples> <maml:relatedLinks> </maml:relatedLinks> </command:command> <!-- Add-LXCAStoredCredential --> <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> <!-- Start do not translate block --> <command:name>Add-LXCAStoredCredential</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Creates a Lenovo XClarity Administrator stored credential.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Add</command:verb> <command:noun>LXCAStoredCredential</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Add-LXCAStoredCredential cmdlet creates a stored credential in the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCAStoredCredential</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the user ID of the new stored credential.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Password</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the password of the new stored credential.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description of the new stored credential.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="false" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the user ID of the new stored credential.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Password</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the password of the new stored credential.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue> <dev:type> <maml:name>SecureString</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description of the new stored credential.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="false" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.StoredCredentialData</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Add-LXCAStoredCredential returns the StoredCredentialData object if successful.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $pwd = ConvertTo-SecureString "password" -AsPlainText –Force $account = Add-LXCAStoredCredential -UserName USERID1 -Password $pwd </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command creates a stored credential.</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>Remove-LXCAStoredCredential</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAStoredCredential --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAStoredCredential</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Retrieves information for stored credentials from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAStoredCredential</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAStoredCredential cmdlet retrieves information for stored credentials from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAStoredCredential</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Id</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of the stored credential. If not specified, information about all stored credentials is returned</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="false" variableLength="false">string</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Id</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of the stored credential. If not specified, information about all stored credentials is returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.StoredCredentialData</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAStoredCredential returns StoredCredentialData objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $accounts = Get-LXCAStoredCredential </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets all the stored credential.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Remove-LXCAStoredCredential --> <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> <!-- Start do not translate block --> <command:name>Remove-LXCAStoredCredential</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Deletes a stored credential from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Remove</command:verb> <command:noun>LXCAStoredCredential</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Remove-LXCAStoredCredential cmdlet removes a stored credential.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCAStoredCredential</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Id</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the stored credential ID to be deleted.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Id</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the stored credential ID to be deleted.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>Id</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name></maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Remove-LXCAStoredCredential does not return object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Remove-LXCAStoredCredential -Id $id </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command removes a stored credential with id $id. </maml:para> <maml:para>The $id string can contain only one stored credential ID.</maml:para> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText /> </command:commandLine> </command:commandLines> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>Add-LXCAStoredCredential</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Set-LXCAStoredCredential --> <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> <!-- Start do not translate block --> <command:name>Set-LXCAStoredCredential</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Modifies properties for a specific stored credential.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Set</command:verb> <command:noun>LXCAStoredCredential</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Set-LXCAStoredCredential cmdlet modifies properties for a specific stored credential in the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCAStoredCredential</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Id</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the stored credential ID to be modified.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the new user name.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="false" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Password</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the new password.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="false" variableLength="false">SecureString</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the new description.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="false" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Id</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the stored credential ID to be modified.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UserName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the new user name.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="false" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Password</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the new password.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="false" variableLength="false">SecureString</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the new description.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="false" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Set-LXCAStoredCredential returns a StoredCredentialData object</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $Password = ConvertTo-SecureString "curpwd" -AsPlainText –Force Set-LXCAStoredCredential -Id $id -Password $Password </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command modifies the password for a specific stored credential.</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:introduction> <!-- Start do not translate block --> <dev:code> Set-LXCAStoredCredential -Id $id -UserName $userName </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command modify the user name for a specific stored credential .</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:introduction> <!-- Start do not translate block --> <dev:code> Set-LXCAStoredCredential -Id $id -Description $description </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command modifies the description for a specific stored credential.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Install-LXCAStoredCredential --> <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> <!-- Start do not translate block --> <command:name>Install-LXCAStoredCredential</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Resolves stored credentials that are used to establish a secure connection to a managed device.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Install</command:verb> <command:noun>LXCAStoredCredential</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The install-LXCAStoredCredential cmdlet resolves stored credentials that are used to establish a secure connection to a managed device.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Install-LXCAStoredCredential</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the device for which stored credentials are to be resolved.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StoredCredentialId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of the stored credential to be resolved.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the UUID of the device for which stored credentials are to be resolved.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>StoredCredentialId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the ID of the stored credential to be resolved.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>null</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para>Install-LXCAStoredCredential does not return object.</maml:para> </maml:description> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Install-LXCAStoredCredential -Uuid $uuid -StoredCredentialId $scId </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command resolves stored credentials for a specific device.</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>Get-LXCAStoredCredential</maml:linkText> <maml:linkText>Add-LXCAStoredCredential</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCATask --> <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> <!-- Start do not translate block --> <command:name>Get-LXCATask</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets one or more tasks(jobs) from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCATask</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCATask cmdlet gets one or more tasks (jobs) from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCATask</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="TaskId"> <!-- Start do not translate block --> <maml:name>TaskUID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the task IDs.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCATask</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="UUid"> <!-- Start do not translate block --> <maml:name>TargetUUID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of the components to which the task belongs.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Category</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the task category.</maml:para> <maml:para> Specifies the categories to which the task belongs. You can specify one or more of the following values, separated by a comma: Management, Configuration, Firmware, Health, Power, RemoteAccess, SystemID, Custom, Inventory, OsDeployment, OsImport, OsProfileExport, Service, Unknown. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>State</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the task state.</maml:para> <maml:para> Specifies the current states of the task. You can specify one or more of the following values, separated by a comma. Pending, Running, Complete, Cancelled, RunningWithError, CancelledWithError, StoppedWithError. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="TaskID"> <!-- Start do not translate block --> <maml:name>TaskUID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the task IDs.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="UUid"> <!-- Start do not translate block --> <maml:name>TargetUUID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more UUIDs of the components to which the task belongs.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Category</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the task category.</maml:para> <maml:para> Specifies the categories to which the task belongs. You can specify one or more of the following values, separated by a comma: Management, Configuration, Firmware, Health, Power, RemoteAccess, SystemID, Custom, Inventory, OsDeployment, OsImport, OsProfileExport, Service, Unknown. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>State</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the task state.</maml:para> <maml:para> Specifies the current states of the task. You can specify one or more of the following values, separated by a comma. Pending, Running, Complete, Cancelled, RunningWithError, CancelledWithError, StoppedWithError. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.TaskData[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCATask returns Task objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $tasks = Get-LXCATask -State Running,RunningWithErrors </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command gets all the tasks from the Lenovo XClarity Administrator server that are currently running.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Remove-LXCATask --> <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> <!-- Start do not translate block --> <command:name>Remove-LXCATask</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Deletes one or more tasks (jobs) on the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Remove</command:verb> <command:noun>LXCATask</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Remove-LXCATask cmdlet deletes one or more tasks (jobs) on the Lenovo XClarity Administrator server. Each task must be in a stopped, cancelled, or complete state before it can be removed. </maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCATask</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="TaskID"> <!-- Start do not translate block --> <maml:name>TaskUID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more task IDs.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCATask</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Task</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more task instances.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">TaskData[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="TaskID"> <!-- Start do not translate block --> <maml:name>TaskUID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more task IDs.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Task</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more task instances.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">TaskData[]</command:parameterValue> <dev:type> <maml:name>TaskData[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Remove-LXCATask removes a task from the Lenovo XClarity Administrator server. No object is returned.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $tasks = Get-LXCATask -State Complete,Cancelled,"Cancelled With Errors","Stopped With Error"Get-LXCASchedule Foreach($task in $tasks) { Remove-LXCATask -Task $task } </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command deletes all tasks that are not currently running.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Stop-LXCATask --> <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> <!-- Start do not translate block --> <command:name>Stop-LXCATask</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Cancels one or more tasks (jobs) on the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Stop</command:verb> <command:noun>LXCATask</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Stop-LXCATask cmdlet cancels one or more running or pending tasks (jobs) on the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Stop-LXCATask</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="TaskId"> <!-- Start do not translate block --> <maml:name>TaskUID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more task IDs.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Stop-LXCAJob</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="Job"> <!-- Start do not translate block --> <maml:name>Task</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more task instances.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">TaskData[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="TaskId"> <!-- Start do not translate block --> <maml:name>TaskUID</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more task IDs.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="Job"> <!-- Start do not translate block --> <maml:name>Task</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more tasks instances.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">TaskData[]</command:parameterValue> <dev:type> <maml:name>TaskData[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Stop-LXCATask does not return object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $tasks = Get-LXCATask -State Running,Pending Foreach($task in $tasks) { Stop-LXCATask -Task $task } </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command cancels all the running or pending tasks(jobs).</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Install-LXCAUpdateManagementServer --> <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> <!-- Start do not translate block --> <command:name>Install-LXCAUpdateManagementServer</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Install a management-server update.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Install</command:verb> <command:noun>LXCAUpdateManagementServer</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Cmdlet will install a management-server update.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Install-LXCAUpdateManagementServer</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FixId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the management-server updates. The FixId can be retrieved from cmdlet Get-LXCAManagementServerPackage. Note: - Only one package can be applied at a time! </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Schedule</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Create a scheduled job (task) for this cmdlet. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Data.ScheduleObject</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>WaitForJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> When specified with the –AsJob parameter, PowerShell waits for this background job in XClarity Administrator to either start or complete before running the next cmdlet in the script. This can be one of the following values: - ToStart PowerShell waits until this background job starts in XClarity Administrator, so multiple jobs can run synchronously. - ToEnd PowerShell waits until this background job completes in XClarity Administrator, so that one only job runs at a time. Note: - If this parameter not specified, this cmdlet does not wait. The next cmdlet in the script runs regardless of whether this background job starts or completes. - If -AsJob is not specified, this parameter is ignored. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FixId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> Specifies the management-server updates. The FixId can be retrieved from cmdlet Get-LXCAManagementServerPackage. Note: - Only one package can be applied at a time! </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="Job"> <!-- Start do not translate block --> <maml:name>AsJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>When AsJob is specified, the cmdlet will run as background job and returns a job object immediately.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Schedule</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Create a scheduled job (task) for this cmdlet.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Data.ScheduleObject</command:parameterValue> <dev:type> <maml:name>Data.ScheduleObject</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>WaitForJob</maml:name> <!-- End do not translate block --> <maml:description> <maml:para> When specified with the –AsJob parameter, PowerShell waits for this background job in XClarity Administrator to either start or complete before running the next cmdlet in the script. This can be one of the following values: - ToStart PowerShell waits until this background job starts in XClarity Administrator, so multiple jobs can run synchronously. - ToEnd PowerShell waits until this background job completes in XClarity Administrator, so that one only job runs at a time. Note: - If this parameter not specified, this cmdlet does not wait. The next cmdlet in the script runs regardless of whether this background job starts or completes. - If -AsJob is not specified, this parameter is ignored. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>System.Management.Automation.Job</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>When you use the AsJob parameter, Install-LXCAUpdateManagementServer returns a job object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> # # The following example installs an existing management-server update package at a specific time, using a schedule object. $cred = Get-Credential Connect-LXCA -Host 192.0.2.0 -Port 443 -Credential $cred # Only one package can be applied at a time! $fixId = lnvgy_utl_lxca-core_2.4.0-2019xxxx_anyos_noarch $schedule = New-LXCAScheduleObj -JobName $name -OccurrenceDate (’2019-05-22 4:35 PM') Install-LXCAUpdateManagementServer -FixId $fixId -Schedule $schedule #Disconnect from LXCA Disconnect-LXCA </dev:code> <!-- End do not translate block --> <dev:remarks> <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> <!-- Start do not translate block --> <dev:code> # # The following example installs an existing management-server update package. # The cmdlet waits until the background job is completed. $cred = Get-Credential Connect-LXCA -Host 192.0.2.0 -Port 443 -Credential $cred # Only one package can be applied at a time! $fixId = lnvgy_utl_lxca-core_2.4.0-2019xxxx_anyos_noarch Install-LXCAUpdateManagementServer -FixId $fixId -WaitForJob ToEnd #Disconnect from LXCA Disconnect-LXCA </dev:code> <!-- End do not translate block --> <dev:remarks> <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:introduction> <!-- Start do not translate block --> <dev:code> # # The following example imports a management-server update package that is located in the c:\updates folder # to the XClarity Administrator server as a job that runs in the background and apply it. # The cmdlets will wait until the all the background jobs are completed. $cred = Get-Credential Connect-LXCA -Host 192.0.2.0 -Port 443 -Credential $cred Import-LXCAUpdatePackage -Folder c:\updates -AsJob -ApplianceUpdate -WaitForJob ToEnd # Only one package can be applied at a time! $fixID = "lnvgy_sw_lxca_thinksystemrepo3-2.4.0_anyos_noarch" Install-LXCAUpdateManagementServer -FixId $fixID -AsJob -WaitForJob ToEnd #Disconnect from LXCA Disconnect-LXCA </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para/> </dev:remarks> <command:commandLines> <command:commandLine> <command:commandText /> </command:commandLine> </command:commandLines> </command:example> </command:examples> <maml:relatedLinks> <maml:navigationLink> <maml:linkText>New-LXCAScheduleObj</maml:linkText> <maml:linkText>Get-LXCAManagementServerPackage</maml:linkText> <maml:linkText>Import-LXCAUpdatePackage</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- New-LXCAScheduleObj --> <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> <!-- Start do not translate block --> <command:name>New-LXCAScheduleObj</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Create schedule object to help certain commands to join schedule.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>New</command:verb> <command:noun>LXCAScheduleObj</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The New-LXCAScheduleObj cmdlet will be create schedule object,used to help certain commands to join schedule.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>New-LXCAScheduleObj</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="JobName"> <!-- Start do not translate block --> <maml:name>ScheduleName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies schedule name.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>OccurrenceDate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies schedule occurrence date.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="JobName"> <!-- Start do not translate block --> <maml:name>ScheduleName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies schedule name.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="ExecDate"> <!-- Start do not translate block --> <maml:name>OccurrenceDate</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies schedule occurrence date.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue> <dev:type> <maml:name>DateTime</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Data.ScheduleObject</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Data.ScheduleObject</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $schedule = New-LXCAScheduleObj -ScheduleName $name -OccurrenceDate (’2017-12-22 4:35 PM') Or $schedule = New-LXCAScheduleObj -ScheduleName $name -OccurrenceDate (Get-Date).AddDays(1) </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command will create schedule object tasks(jobs).</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCASchedule --> <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> <!-- Start do not translate block --> <command:name>Get-LXCASchedule</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Gets one or more schedule info from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCASchedule</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCASchedule cmdlet will be retrieve one or more schedule info from the Lenovo XClarity Administrator server.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCASchedule</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCASchedule</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="JobName"> <!-- Start do not translate block --> <maml:name>ScheduleName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one of schedule name[Fuzzy matching]. If no schedule name is specified, the cmdlet returns all schedule info.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCASchedule</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ScheduleType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one of schedule type. If no schedule type is specified, the cmdlet returns all schedule info.</maml:para> <maml:para>One Time:Returns the schedule information of the 'One Time'. </maml:para> <maml:para>Recurring:Returns the schedule information of the 'Recurring'. </maml:para> <maml:para>Triggered:Returns the schedule information of the 'Triggered'. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases="JobName"> <!-- Start do not translate block --> <maml:name>ScheduleName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one of schedule name[Fuzzy matching]. If no schedule name is specified, the cmdlet returns all schedule info.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ScheduleType</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one of schedule type. If no schedule type is specified, the cmdlet returns all schedule info.</maml:para> <maml:para>One Time:Returns the schedule information of the 'One Time'. </maml:para> <maml:para>Recurring:Returns the schedule information of the 'Recurring'. </maml:para> <maml:para>Triggered:Returns the schedule information of the 'Triggered'. </maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Data.ScheduleShowDTO[]</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Data.ScheduleShowDTO[]</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Get-LXCASchedule </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command will be return all schedule infomation.</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:introduction> <!-- Start do not translate block --> <dev:code> Get-LXCASchedule -ScheduleName $name </dev:code> <!-- End do not translate block --> <dev:remarks> <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:introduction> <!-- Start do not translate block --> <dev:code> Get-LXCASchedule -ScheduleType 'One Time' </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>Returns the schedule information of the 'One Time'.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Remove-LXCASchedule --> <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> <!-- Start do not translate block --> <command:name>Remove-LXCASchedule</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet deletes a schedule.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Remove</command:verb> <command:noun>LXCASchedule</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>This cmdlet deletes a schedule.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCASchedule</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ScheduleName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more schedule name of the rack to be deleted.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCASchedule</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Schedules</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the schedules object to be deleted. Get it through a command [Get-LXCASchedule]</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Data.ScheduleShowDTO[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>ScheduleNames</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one or more schedule name of the rack to be deleted.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Schedules</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the schedules object to be deleted. Get it through a command [Get-LXCASchedule]</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Data.ScheduleShowDTO[]</command:parameterValue> <dev:type> <maml:name>Data.ScheduleShowDTO[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name></maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Remove-LXCASchedule -ScheduleNames $name </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command will be delete Specifies the schedules.</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:introduction> <!-- Start do not translate block --> <dev:code> $schedule = Get-LXCASchedule Remove-LXCASchedule -Schedules $schedule[0] </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command will be delete Specifies the schedules.</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>Get-LXCASchedule</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCAManagementServerPackage --> <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> <!-- Start do not translate block --> <command:name>Get-LXCAManagementServerPackage</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Returns management server update packages info from the Lenovo XClarity Administrator server update repository.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCAManagementServerPackage</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAManagementServerPackage cmdlet returns management server update packages info from the Lenovo XClarity Administrator server update repository.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAManagementServerPackage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCAManagementServerPackage</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FixId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one fixId. If no fixId is specified, update packages for all infomation will be returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>FixId</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one fixId. If no fixId is specified, update packages for all infomation will be returned.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.ManagementServerUpdateShowDTO</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCAManagementServerPackage returns UpdatePackage objects.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $packages = Get-LXCAManagementServerPackage </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns a update packages info from the Lenovo XClarity Administrator server update repository.</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:introduction> <!-- Start do not translate block --> <dev:code> $packages = Get-LXCAManagementServerPackage -FixId $fixId </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns update packages for fixId($fixId) from the Lenovo XClarity Administrator server update repository.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCARoleGroup --> <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> <!-- Start do not translate block --> <command:name>Get-LXCARoleGroup</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Use the this cmdlet to retrieve information about one or more role groups.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCARoleGroup</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCAManagementServerPackage cmdlet retrieves information about one or more role groups.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCARoleGroup</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCARoleGroup</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>GroupName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one role group name.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>GroupName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one group name.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>Lenovo.SysMgmt.LXCA.Integration.Data.RoleGroup</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCARoleGroup returns groups information.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $roleGroup = Get-LXCARoleGroup </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns all role groups.</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:introduction> <!-- Start do not translate block --> <dev:code> $roleGroup = Get-LXCARoleGroup -GroupName $name </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>Filter information according to group name.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Get-LXCARole --> <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> <!-- Start do not translate block --> <command:name>Get-LXCARole</command:name> <!-- End do not translate block --> <maml:description> <maml:para>Use the this cmdlet to retrieve information about all roles name.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Get</command:verb> <command:noun>LXCARole</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>The Get-LXCARole cmdlet to retrieve information about all roles name.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Get-LXCARole</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name></maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Get-LXCARole returns role name info.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $role = Get-LXCARole </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command returns all roles name.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Add-LXCARoleGroup --> <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> <!-- Start do not translate block --> <command:name>Add-LXCARoleGroup</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet to create a new role group.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Add</command:verb> <command:noun>LXCARoleGroup</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>This cmdlet creates a new role group.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Add-LXCARoleGroup</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleGroupName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of group. The name must be unique.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleList</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the role list of group. The RoleList must be unique.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description of role group.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UserList</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the user list of the role group.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleGroupName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of group. The name must be unique.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleList</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the role list of group. The RoleList must be unique.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string[]</command:parameterValue> <dev:type> <maml:name>string[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description of role group.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UserList</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the user list of the role group.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name></maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>This cmdlet returns result message.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $role = Get-LXCARole $user = Get-LXCAUserAccount -GetUserName Add-LXCARoleGroup -RoleGroupName $name -RoleList $role[0],$role[2] -Description $desc -UserList $user[0],$user[1] </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command creates a new role group instance.</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>Get-LXCARole</maml:linkText> <maml:linkText>Get-LXCAUserAccount</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Remove-LXCARoleGroup --> <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> <!-- Start do not translate block --> <command:name>Remove-LXCARoleGroup</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet deletes a role group.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Remove</command:verb> <command:noun>LXCARoleGroup</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>This cmdlet deletes a role group.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Remove-LXCARoleGroup</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleGroupName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one role group name of the role group to be deleted.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleGroupName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies one role group name of the role group to be deleted.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name></maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>This cmdlet returns result message.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Remove-LXCARoleGroup -RoleGroupName $name </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command will be delete Specifies the role group.</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></maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Set-LXCARoleGroup --> <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> <!-- Start do not translate block --> <command:name>Set-LXCARoleGroup</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet modifies a specific role group.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Set</command:verb> <command:noun>LXCARoleGroup</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>This cmdlet modifies a specific role group.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCARoleGroup</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Id</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the Id of role group. The name must be unique.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleGroupName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of group. The name must be unique.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleList</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the role list of group. The RoleList must be unique.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description of role group.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UserList</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the user list of the role group.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Id</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the Id of group. The name must be unique.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleGroupName</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the name of group. The name must be unique.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleList</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the role list of group. The RoleList must be unique.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string[]</command:parameterValue> <dev:type> <maml:name>string[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Description</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the description of role group.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>UserList</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the user list of the role group.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name></maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>This cmdlet returns result message.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> $group = Get-LXCARoleGroup -GroupName TEST $role = Get-LXCARole $user = Get-LXCAUserAccount -GetUserName update rolegroup name: Set-LXCARoleGroup -Id $group.Id -RoleGroupName $name update rolegroup Description :Set-LXCARoleGroup -Id $group.Id -Description $desc update rolegroup RoleList :Set-LXCARoleGroup -Id $group.Id -RoleList $role[1],$role[2] update rolegroup UserList :Set-LXCARoleGroup -Id $group.Id -UserList $user[1],$user[2] </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command creates a new role group instance.</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>Get-LXCARole</maml:linkText> <maml:linkText>Get-LXCAUserAccount</maml:linkText> <maml:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Set-LXCAResourceAccessControl --> <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> <!-- Start do not translate block --> <command:name>Set-LXCAResourceAccessControl</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet enables or disables the global resource access control.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Set</command:verb> <command:noun>LXCAResourceAccessControl</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>This cmdlet enables or disables the global resource access control.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCAResourceAccessControl</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Enabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>True to enable the Resource Access Control and false to disable it.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Enabled</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>True to enable the Resource Access Control and false to disable it.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Bool</command:parameterValue> <dev:type> <maml:name>Bool</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name></maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>This cmdlet returns result message.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Set-LXCAResourceAccessControl -Enabled $true </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command enables Resource Access Control.</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:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> <!-- Set-LXCAResourceView --> <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> <!-- Start do not translate block --> <command:name>Set-LXCAResourceView</command:name> <!-- End do not translate block --> <maml:description> <maml:para>This cmdlet modifies the resource access-control settings of an endpoint. Only users with lxc-supervisor or lxc-security-admin privileges can modify the access-control settings.</maml:para> </maml:description> <maml:copyright> <maml:para /> </maml:copyright> <!-- Start do not translate block --> <command:verb>Set</command:verb> <command:noun>LXCAResourceView</command:noun> <dev:version /> <!-- End do not translate block --> </command:details> <maml:description> <maml:para>This cmdlet modifies the resource access-control settings of an endpoint. Only users with lxc-supervisor or lxc-security-admin privileges can modify the access-control settings.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCAResourceView</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleGroupNames</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the role group names.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the node resource Uuid.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PublicAccess</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the public access setting.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Chassis</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that managed endpoint item is a chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCAResourceView</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleGroupNames</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the role group names.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the node resource Uuid.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PublicAccess</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the public access setting.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Server</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that managed endpoint item is a System x or ThinkServer server.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCAResourceView</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleGroupNames</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the role group names.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the node resource Uuid.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PublicAccess</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the public access setting.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Switch</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that managed endpoint item is a switch.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> <command:syntaxItem> <!-- Start do not translate block --> <maml:name>Set-LXCAResourceView</maml:name> <!-- End do not translate block --> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleGroupNames</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the role group names.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string[]</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the node resource Uuid.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PublicAccess</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the public access setting.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">Bool</command:parameterValue> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Storage</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that managed endpoint item is a storage node.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <!-- End do not translate block --> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Connection</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the connection to the Lenovo XClarity Administrator server. If no connection is specified, the results from the last Connect-LXCA cmdlet is used.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">LXCAConnection</command:parameterValue> <dev:type> <maml:name>LXCAConnection</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>PublicAccess</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the public access setting.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">bool</command:parameterValue> <dev:type> <maml:name>bool</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Uuid</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the Uuid.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string</command:parameterValue> <dev:type> <maml:name>string</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>RoleGroupNames</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies the role group names.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">string[]</command:parameterValue> <dev:type> <maml:name>string[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Chassis</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that managed endpoint item is a chassis.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Server</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the managed endpoint is a System x or ThinkServer server.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Switch</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the managed endpoint is a top-of-rack switch.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named" aliases=""> <!-- Start do not translate block --> <maml:name>Storage</maml:name> <!-- End do not translate block --> <maml:description> <maml:para>Specifies that the managed endpoint is a storage node.</maml:para> </maml:description> <!-- Start do not translate block --> <command:parameterValue required="true" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue/> <!-- End do not translate block --> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>You cannot pipe objects to this cmdlet.</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <!-- Start do not translate block --> <maml:name>None</maml:name> <maml:uri/> <!-- End do not translate block --> <maml:description> <maml:para /> </maml:description> </dev:type> <maml:description> <maml:para>Set-LXCAResourceView does not return object.</maml:para> </maml:description> </command:returnValue> </command:returnValues> <command:terminatingErrors /> <command:nonTerminatingErrors /> <maml:alertSet> <maml:title /> <maml:alert> <maml:para/> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title> -------------------------- EXAMPLE 1 -------------------------- </maml:title> <maml:introduction> <maml:para/> </maml:introduction> <!-- Start do not translate block --> <dev:code> Set-LXCAResourceView -RoleGroupNames $roleGroupName1,$roleGroupName2 -Uuid $uuid -PublicAccess $true -server </dev:code> <!-- End do not translate block --> <dev:remarks> <maml:para>This command modifies the access-control settings of the endpoint.</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:uri /> </maml:navigationLink> </maml:relatedLinks> </command:command> </helpItems> |