Kelverion.AutomationPortal.dll-Help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems xmlns="http://msh" schema="maml">
    <!-- Edited with: SAPIEN PowerShell HelpWriter 2018 v2.2.38-->
    <!-- Generated by: SAPIEN PowerShell HelpWriter 2018 v2.2.38-->
    <!--
         Module: Kelverion.AutomationPortal
         Version: 2.0
    -->
    <!-- All Commands-->
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!-- Command-->
        <command:details>
            <command:name>Approve-AutomationRequest</command:name>
            <maml:description>
                <maml:para>Approves one or more Automation Portal requests.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Approve</command:verb>
            <command:noun>AutomationRequest</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para>The Approve-AutomationRequest cmdlet approves each of the specified Automation Portal requests. You can specify a request by request ID or pass a request object to Approve-AutomationRequest.</maml:para>
        </maml:description>
        <command:syntax>
            <!-- Parameter Sets-->
            <command:syntaxItem parametersetname="Default" default="true">
                <!--NAME: Default-->
                <!--TAG: DEFAULT-->
                <maml:name>Approve-AutomationRequest</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>RequestId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the request IDs of the Automation Portal requests to approve. To specify multiple IDs, use commas to the separate the IDs. To find the ID of a request, type Get-AutomationRequest.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="InputObject">
                <!--NAME: InputObject-->
                <maml:name>Approve-AutomationRequest</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>InputObject</maml:name>
                    <maml:description>
                        <maml:para>Specifies the request objects to approve. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!-- All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>RequestId</maml:name>
                <maml:description>
                    <maml:para>Specifies the request IDs of the Automation Portal requests to approve. To specify multiple IDs, use commas to the separate the IDs. To find the ID of a request, type Get-AutomationRequest.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int32[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                    <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>InputObject</maml:name>
                <maml:description>
                    <maml:para>Specifies the request objects to approve. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                <dev:type>
                    <maml:name>PSObject[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!-- Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int32</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe Automation Portal request IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
            <command:inputType>
                <dev:type>
                    <maml:name>PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe objects that contain the ID of an Automation Portal request to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!-- Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>This cmdlet returns a PSObject object that represents the Automation Portal request that was approved.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!-- Command-->
        <command:details>
            <command:name>Deny-AutomationRequest</command:name>
            <maml:description>
                <maml:para>Rejects one or more Automation Portal requests.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Deny</command:verb>
            <command:noun>AutomationRequest</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para>The Deny-AutomationRequest cmdlet rejects each of the specified Automation Portal requests. You can specify a request by request ID or pass a request object to Deny-AutomationRequest.</maml:para>
        </maml:description>
        <command:syntax>
            <!-- Parameter Sets-->
            <command:syntaxItem parametersetname="Default" default="true">
                <!--NAME: Default-->
                <!--TAG: DEFAULT-->
                <maml:name>Deny-AutomationRequest</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>RequestId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the request IDs of the Automation Portal requests to reject. To specify multiple IDs, use commas to the separate the IDs. To find the ID of a request, type Get-AutomationRequest.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Reason</maml:name>
                    <maml:description>
                        <maml:para>Specifies the reason for rejecting the Automation Portal requests.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="InputObject">
                <!--NAME: InputObject-->
                <maml:name>Deny-AutomationRequest</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Reason</maml:name>
                    <maml:description>
                        <maml:para>Specifies the reason for rejecting the Automation Portal requests.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>InputObject</maml:name>
                    <maml:description>
                        <maml:para>Specifies the request objects to reject. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!-- All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>RequestId</maml:name>
                <maml:description>
                    <maml:para>Specifies the request IDs of the Automation Portal requests to reject. To specify multiple IDs, use commas to the separate the IDs. To find the ID of a request, type Get-AutomationRequest.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int32[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                <maml:name>Reason</maml:name>
                <maml:description>
                    <maml:para>Specifies the reason for rejecting the Automation Portal requests.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                    <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>InputObject</maml:name>
                <maml:description>
                    <maml:para>Specifies the request objects to reject. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                <dev:type>
                    <maml:name>PSObject[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!-- Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int32</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe Automation Portal request IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
            <command:inputType>
                <dev:type>
                    <maml:name>PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe objects that contain the ID of an Automation Portal request to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!-- Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>This cmdlet returns a PSObject object that represents the Automation Portal request that was rejected.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!-- Command-->
        <command:details>
            <command:name>Get-AutomationAttachmentContent</command:name>
            <maml:description>
                <maml:para>Downloads the content of an Automation Portal request attachment.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>AutomationAttachmentContent</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para>The Get-AutomationAttachment cmdlet downloads the content of an Automation Portal request attachment.</maml:para>
        </maml:description>
        <command:syntax>
            <!-- Parameter Sets-->
            <command:syntaxItem parametersetname="Default" default="true">
                <!--NAME: Default-->
                <!--TAG: DEFAULT-->
                <maml:name>Get-AutomationAttachmentContent</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>AttachmentId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the ID of the Automation Portal attachment to download from. To find the ID of an attachment, type Get-AutomationAttachment.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="InputObject">
                <!--NAME: InputObject-->
                <maml:name>Get-AutomationAttachmentContent</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>InputObject</maml:name>
                    <maml:description>
                        <maml:para>Specifies the Automation Portal attachment to download from. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!-- All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>AttachmentId</maml:name>
                <maml:description>
                    <maml:para>Specifies the ID of the Automation Portal attachment to download from. To find the ID of an attachment, type Get-AutomationAttachment.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                <dev:type>
                    <maml:name>Int32</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                    <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>InputObject</maml:name>
                <maml:description>
                    <maml:para>Specifies the Automation Portal attachment to download from. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">PSObject</command:parameterValue>
                <dev:type>
                    <maml:name>PSObject</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!-- Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int32</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe an Automation Portal attachment ID to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
            <command:inputType>
                <dev:type>
                    <maml:name>PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe objects that contain the ID of an attachment to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!-- Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Byte[]</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>This cmdlet returns the contents of the attachment as a byte array.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!-- Command-->
        <command:details>
            <command:name>Get-AutomationOffering</command:name>
            <maml:description>
                <maml:para>Gets a specified offering or lists offerings from an Automation Portal.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>AutomationOffering</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para>The Get-AutomationOffering cmdlet gets a specified offering or lists offerings in an Automation Portal instance.</maml:para>
        </maml:description>
        <command:syntax>
            <!-- Parameter Sets-->
            <command:syntaxItem parametersetname="Default" default="true">
                <!--NAME: Default-->
                <!--TAG: DEFAULT-->
                <maml:name>Get-AutomationOffering</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Ascending</maml:name>
                    <maml:description>
                        <maml:para>Specifies whether to order the results in ascending order. The default is descending order.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                    <dev:type>
                        <maml:name>SwitchParameter</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Filters</maml:name>
                    <maml:description>
                        <maml:para>Specifies the filter(s) used to select which offerings to retrieve from the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum number of offerings to retrieve from the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue>500</dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>OrderBy</maml:name>
                    <maml:description>
                        <maml:para>Specifies the name of the offering property used to order the results. The default is ID.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="OfferingId">
                <!--NAME: OfferingId-->
                <maml:name>Get-AutomationOffering</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>OfferingId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the IDs of the offerings to retrieve from the Automation Portal. To specify multiple IDs, use commas to separate the IDs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!-- All Parameters-->
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Ascending</maml:name>
                <maml:description>
                    <maml:para>Specifies whether to order the results in ascending order. The default is descending order.</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                <dev:type>
                    <maml:name>SwitchParameter</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Filters</maml:name>
                <maml:description>
                    <maml:para>Specifies the filter(s) used to select which offerings to retrieve from the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                <dev:type>
                    <maml:name>PSObject[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Limit</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum number of offerings to retrieve from the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                <dev:type>
                    <maml:name>Int32</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue>500</dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>OrderBy</maml:name>
                <maml:description>
                    <maml:para>Specifies the name of the offering property used to order the results. The default is ID.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                    <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>OfferingId</maml:name>
                <maml:description>
                    <maml:para>Specifies the IDs of the offerings to retrieve from the Automation Portal. To specify multiple IDs, use commas to separate the IDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int32[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!-- Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int32</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe Automation Portal offering IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!-- Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>This cmdlet returns PSObject objects that represent the Automation Portal offerings that were retrieved.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!-- Command-->
        <command:details>
            <command:name>Get-AutomationRequest</command:name>
            <maml:description>
                <maml:para>Gets a specified request or lists requests in an Automation Portal instance.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>AutomationRequest</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para>Get Get-AutomationRequest cmdlet gets specifies requests, identified by ID, or lists requests.</maml:para>
        </maml:description>
        <command:syntax>
            <!-- Parameter Sets-->
            <command:syntaxItem parametersetname="Default" default="true">
                <!--NAME: Default-->
                <!--TAG: DEFAULT-->
                <maml:name>Get-AutomationRequest</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Ascending</maml:name>
                    <maml:description>
                        <maml:para>Specifies whether to order the results in ascending order. The default is descending order.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                    <dev:type>
                        <maml:name>SwitchParameter</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Filters</maml:name>
                    <maml:description>
                        <maml:para>Specifies the filter(s) used to select which requests to retrieve from the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum number of requests to retrieve from the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                    <maml:name>OrderBy</maml:name>
                    <maml:description>
                        <maml:para>Specifies the name of the request property used to order the results. The default is ID.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="RequestId">
                <!--NAME: RequestId-->
                <maml:name>Get-AutomationRequest</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>RequestId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the request IDs of the Automation Portal requests to retrieve. To specify multiple IDs, use commas to the separate the IDs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                    <maml:name>IncludeSecureData</maml:name>
                    <maml:description>
                        <maml:para>Specifies whether to include secure field data when retriving the request. Secure field data is excluded by default.</maml:para>
                    </maml:description>
                    <dev:type>
                        <maml:name>SwitchParameter</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!-- All Parameters-->
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Ascending</maml:name>
                <maml:description>
                    <maml:para>Specifies whether to order the results in ascending order. The default is descending order.</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                <dev:type>
                    <maml:name>SwitchParameter</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Filters</maml:name>
                <maml:description>
                    <maml:para>Specifies the filter(s) used to select which requests to retrieve from the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                <dev:type>
                    <maml:name>PSObject[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Limit</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum number of requests to retrieve from the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                <dev:type>
                    <maml:name>Int32</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>IncludeSecureData</maml:name>
                <maml:description>
                    <maml:para>Specifies whether to include secure field data when retriving the request. Secure field data is excluded by default.</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                <dev:type>
                    <maml:name>SwitchParameter</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                    <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>OrderBy</maml:name>
                <maml:description>
                    <maml:para>Specifies the name of the request property used to order the results. The default is ID.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>RequestId</maml:name>
                <maml:description>
                    <maml:para>Specifies the request IDs of the Automation Portal requests to retrieve. To specify multiple IDs, use commas to the separate the IDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int32[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" globbing="false" pipelineInput="false" variableLength="false" position="named">
                <maml:name>Parameter8</maml:name>
                <maml:description />
                <dev:type>
                    <maml:name />
                    <maml:uri />
                </dev:type>
                <dev:defaultValue />
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!-- Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int32</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe Automation Portal request IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!-- Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>This cmdlet returns PSObject objects that represent the Automation Portal requests that were retrieved.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!-- Command-->
        <command:details>
            <command:name>Get-AutomationRequestAttachment</command:name>
            <maml:description>
                <maml:para>Gets a specified attachment or lists attachments for a specified Automation Portal request.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>AutomationRequestAttachment</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para>The Get-AutomationRequestAttachment cmdlet gets specific attachments, identified by ID, or lists attachments associated when a request.</maml:para>
        </maml:description>
        <command:syntax>
            <!-- Parameter Sets-->
            <command:syntaxItem parametersetname="AttachmentId" default="true">
                <!--NAME: AttachmentId-->
                <!--TAG: DEFAULT-->
                <maml:name>Get-AutomationRequestAttachment</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>AttachmentId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the IDs of the attachments to retrieve from the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="RequestId">
                <!--NAME: RequestId-->
                <maml:name>Get-AutomationRequestAttachment</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Ascending</maml:name>
                    <maml:description>
                        <maml:para>Specifies whether to order the results in ascending order. The default is descending order.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                    <dev:type>
                        <maml:name>SwitchParameter</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Filters</maml:name>
                    <maml:description>
                        <maml:para>Specifies the filter(s) used to select which attachments to retrieve from the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum number of attachments to retrieve from the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>OrderBy</maml:name>
                    <maml:description>
                        <maml:para>Specifies the name of the attachment property used to order the results. The default is ID.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>RequestId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the ID of the attachments to retrieve from the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="InputObject">
                <!--NAME: InputObject-->
                <maml:name>Get-AutomationRequestAttachment</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Ascending</maml:name>
                    <maml:description>
                        <maml:para>Specifies whether to order the results in ascending order. The default is descending order.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                    <dev:type>
                        <maml:name>SwitchParameter</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Filters</maml:name>
                    <maml:description>
                        <maml:para>Specifies the filter(s) used to select which attachments to retrieve from the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum number of attachments to retrieve from the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>OrderBy</maml:name>
                    <maml:description>
                        <maml:para>Specifies the name of the attachment property used to order the results. The default is ID.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>InputObject</maml:name>
                    <maml:description>
                        <maml:para>Specifies the request object to retrieve attachment information from. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!-- All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>AttachmentId</maml:name>
                <maml:description>
                    <maml:para>Specifies the IDs of the attachments to retrieve from the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                <dev:type>
                    <maml:name>Int32</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                    <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Ascending</maml:name>
                <maml:description>
                    <maml:para>Specifies whether to order the results in ascending order. The default is descending order.</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                <dev:type>
                    <maml:name>SwitchParameter</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Filters</maml:name>
                <maml:description>
                    <maml:para>Specifies the filter(s) used to select which attachments to retrieve from the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                <dev:type>
                    <maml:name>PSObject[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Limit</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum number of attachments to retrieve from the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                <dev:type>
                    <maml:name>Int32</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>OrderBy</maml:name>
                <maml:description>
                    <maml:para>Specifies the name of the attachment property used to order the results. The default is ID.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>RequestId</maml:name>
                <maml:description>
                    <maml:para>Specifies the ID of the attachments to retrieve from the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                <dev:type>
                    <maml:name>Int32</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>InputObject</maml:name>
                <maml:description>
                    <maml:para>Specifies the request object to retrieve attachment information from. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">PSObject</command:parameterValue>
                <dev:type>
                    <maml:name>PSObject</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!-- Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int32</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe Automation Portal attachment IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!-- Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>This cmdlet returns PSObject objects that represent the Automation Portal request attachments that were retrieved.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!-- Command-->
        <command:details>
            <command:name>Get-AutomationRequestData</command:name>
            <maml:description>
                <maml:para>Gets the field data from an Automation Portal request.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>AutomationRequestData</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para>The Get-AutomationRequestData cmdlet retrieve field data, as a PSObject, for a specified Automation Portal request. You can specify a request by request ID or pass a request object to the cmdlet. The returned PSObject contains properties that represent the requests field data. Property names correspond the offering field names.</maml:para>
        </maml:description>
        <command:syntax>
            <!-- Parameter Sets-->
            <command:syntaxItem parametersetname="Default" default="true">
                <!--NAME: Default-->
                <!--TAG: DEFAULT-->
                <maml:name>Get-AutomationRequestData</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>RequestId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the ID of the request to retrieve field data from. To find the ID of a request, type Get-AutomationRequest.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>IncludeSecureData</maml:name>
                    <maml:description>
                        <maml:para>Specifies whether to include secure field data in the response. Secure field data is excluded by default.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                    <dev:type>
                        <maml:name>SwitchParameter</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="InputObject">
                <!--NAME: InputObject-->
                <maml:name>Get-AutomationRequestData</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>IncludeSecureData</maml:name>
                    <maml:description>
                        <maml:para>Specifies whether to include secure field data in the response. Secure field data is excluded by default.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                    <dev:type>
                        <maml:name>SwitchParameter</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>InputObject</maml:name>
                    <maml:description>
                        <maml:para>Specifies the request object to retrieve field data from. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!-- All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>RequestId</maml:name>
                <maml:description>
                    <maml:para>Specifies the ID of the request to retrieve field data from. To find the ID of a request, type Get-AutomationRequest.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int32[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>IncludeSecureData</maml:name>
                <maml:description>
                    <maml:para>Specifies whether to include secure field data in the response. Secure field data is excluded by default.</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                <dev:type>
                    <maml:name>SwitchParameter</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                    <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>InputObject</maml:name>
                <maml:description>
                    <maml:para>Specifies the request object to retrieve field data from. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                <dev:type>
                    <maml:name>PSObject[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!-- Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int32</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe Automation Portal request IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!-- Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>Returns a PSObject that represents the request's field data. Property names correspond to the names of the offering fields.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!-- Command-->
        <command:details>
            <command:name>Get-AutomationRequestHistory</command:name>
            <maml:description>
                <maml:para>Lists history entries for a specified Automation Portal request.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>AutomationRequestHistory</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para>The Get-AutomationRequestHistory cmdlet lists history entries for a specified Automation Portal request.</maml:para>
        </maml:description>
        <command:syntax>
            <!-- Parameter Sets-->
            <command:syntaxItem parametersetname="Default" default="true">
                <!--NAME: Default-->
                <!--TAG: DEFAULT-->
                <maml:name>Get-AutomationRequestHistory</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Ascending</maml:name>
                    <maml:description>
                        <maml:para>Specifies whether to order the results in ascending order. The default is descending order.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                    <dev:type>
                        <maml:name>SwitchParameter</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Filters</maml:name>
                    <maml:description>
                        <maml:para>Specifies the filter(s) used to select which history entries to retrieve from the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum number of history entries to retrieve from the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>OrderBy</maml:name>
                    <maml:description>
                        <maml:para>Specifies the name of the history property used to order the results.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>RequestId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the ID of the request to retrieve history entries for. To find the ID of a request, type Get-AutomationRequest.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="InputObject">
                <!--NAME: InputObject-->
                <maml:name>Get-AutomationRequestHistory</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Ascending</maml:name>
                    <maml:description>
                        <maml:para>Specifies whether to order the results in ascending order. The default is descending order.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                    <dev:type>
                        <maml:name>SwitchParameter</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Filters</maml:name>
                    <maml:description>
                        <maml:para>Specifies the filter(s) used to select which history entries to retrieve from the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum number of history entries to retrieve from the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>OrderBy</maml:name>
                    <maml:description>
                        <maml:para>Specifies the name of the history property used to order the results.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>InputObject</maml:name>
                    <maml:description>
                        <maml:para>Specifies the request object to retrieve history entries for. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!-- All Parameters-->
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Ascending</maml:name>
                <maml:description>
                    <maml:para>Specifies whether to order the results in ascending order. The default is descending order.</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                <dev:type>
                    <maml:name>SwitchParameter</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Filters</maml:name>
                <maml:description>
                    <maml:para>Specifies the filter(s) used to select which history entries to retrieve from the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                <dev:type>
                    <maml:name>PSObject[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Limit</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum number of history entries to retrieve from the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                <dev:type>
                    <maml:name>Int32</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>OrderBy</maml:name>
                <maml:description>
                    <maml:para>Specifies the name of the history property used to order the results.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>RequestId</maml:name>
                <maml:description>
                    <maml:para>Specifies the ID of the request to retrieve history entries for. To find the ID of a request, type Get-AutomationRequest.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                <dev:type>
                    <maml:name>Int32</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                    <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>InputObject</maml:name>
                <maml:description>
                    <maml:para>Specifies the request object to retrieve history entries for. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">PSObject</command:parameterValue>
                <dev:type>
                    <maml:name>PSObject</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!-- Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int32</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe Automation Portal request IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
            <command:inputType>
                <dev:type>
                    <maml:name>PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe objects that contain the ID of an Automation Portal request to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!-- Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>This cmdlet returns PSObject objects that represent the Automation Portal request history records that were retrieved.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!-- Command-->
        <command:details>
            <command:name>Get-AutomationService</command:name>
            <maml:description>
                <maml:para>Gets a specified service or lists services from an Automation Portal.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>AutomationService</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para>The Get-AutomationService cmdlet gets a specified offering or lists services in an Automation Portal instance.</maml:para>
        </maml:description>
        <command:syntax>
            <!-- Parameter Sets-->
            <command:syntaxItem parametersetname="Default" default="true">
                <!--NAME: Default-->
                <!--TAG: DEFAULT-->
                <maml:name>Get-AutomationService</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Ascending</maml:name>
                    <maml:description>
                        <maml:para>Specifies whether to order the results in ascending order. The default is descending order.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                    <dev:type>
                        <maml:name>SwitchParameter</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Filters</maml:name>
                    <maml:description>
                        <maml:para>Specifies the filter(s) used to select which services to retrieve from the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum number of services to retrieve from the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>OrderBy</maml:name>
                    <maml:description>
                        <maml:para>Specifies the name of the service property used to order the results.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="ServiceId">
                <!--NAME: ServiceId-->
                <maml:name>Get-AutomationService</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>ServiceId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the IDs of the services to retrieve from the Automation Portal. To specify multiple IDs, use commas to the separate the IDs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!-- All Parameters-->
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Ascending</maml:name>
                <maml:description>
                    <maml:para>Specifies whether to order the results in ascending order. The default is descending order.</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                <dev:type>
                    <maml:name>SwitchParameter</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Filters</maml:name>
                <maml:description>
                    <maml:para>Specifies the filter(s) used to select which services to retrieve from the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                <dev:type>
                    <maml:name>PSObject[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Limit</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum number of services to retrieve from the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                <dev:type>
                    <maml:name>Int32</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>OrderBy</maml:name>
                <maml:description>
                    <maml:para>Specifies the name of the service property used to order the results.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                    <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>ServiceId</maml:name>
                <maml:description>
                    <maml:para>Specifies the IDs of the services to retrieve from the Automation Portal. To specify multiple IDs, use commas to the separate the IDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int32[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!-- Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int32[]</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!-- Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>This cmdlet returns PSObject objects that represent the Automation Portal services that were retrieved.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!-- Command-->
        <command:details>
            <command:name>New-AutomationRequest</command:name>
            <maml:description>
                <maml:para>Creates a new Automation Portal request.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>AutomationRequest</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para>The New-AutomationRequest cmdlet creates a new Automation Portal request.</maml:para>
        </maml:description>
        <command:syntax>
            <!-- Parameter Sets-->
            <command:syntaxItem parametersetname="__AllParameterSets">
                <!--NAME: __AllParameterSets-->
                <maml:name>New-AutomationRequest</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Data</maml:name>
                    <maml:description>
                        <maml:para>Specifies the field data to assign to the request. Specify field values using a hashtable, where the key is the name or ID of an offering field.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>ExternalId</maml:name>
                    <maml:description>
                        <maml:para>Specifies an optional External Ref. ID to assign to the request.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>OfferingId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the ID of the offering to create the request for. To find the ID of an offering, type Get-AutomationOffering.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!-- All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Data</maml:name>
                <maml:description>
                    <maml:para>Specifies the field data to assign to the request. Specify field values using a hashtable, where the key is the name or ID of an offering field.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>ExternalId</maml:name>
                <maml:description>
                    <maml:para>Specifies an optional External Ref. ID to assign to the request.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>OfferingId</maml:name>
                <maml:description>
                    <maml:para>Specifies the ID of the offering to create the request for. To find the ID of an offering, type Get-AutomationOffering.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
                <dev:type>
                    <maml:name>Int32</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                    <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!-- Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int32</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe an Automation Portal offering ID to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!-- Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>This cmdlet returns a PSObject object that represent the Automation Portal request that was created.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!-- Command-->
        <command:details>
            <command:name>New-AutomationRequestHistory</command:name>
            <maml:description>
                <maml:para>Create a new history entry for an Automation Portal request.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>AutomationRequestHistory</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para>The New-AutomationRequestHistory cmdlet creates a new history entry for an Automation Portal request.</maml:para>
        </maml:description>
        <command:syntax>
            <!-- Parameter Sets-->
            <command:syntaxItem parametersetname="Default" default="true">
                <!--NAME: Default-->
                <!--TAG: DEFAULT-->
                <maml:name>New-AutomationRequestHistory</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>RequestId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the request IDs of the Automation Portal requests to add history entries to. To specify multiple IDs, use commas to the separate the IDs. To find the ID of a request, type Get-AutomationRequest.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Message</maml:name>
                    <maml:description>
                        <maml:para>Specifies the message to assign to the request history entry.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="InputObject">
                <!--NAME: InputObject-->
                <maml:name>New-AutomationRequestHistory</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>InputObject</maml:name>
                    <maml:description>
                        <maml:para>Specifies the request objects to add history entries to. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Message</maml:name>
                    <maml:description>
                        <maml:para>Specifies the message to assign to the request history entry.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!-- All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>RequestId</maml:name>
                <maml:description>
                    <maml:para>Specifies the request IDs of the Automation Portal requests to add history entries to. To specify multiple IDs, use commas to the separate the IDs. To find the ID of a request, type Get-AutomationRequest.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int32[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Message</maml:name>
                <maml:description>
                    <maml:para>Specifies the message to assign to the request history entry.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                    <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>InputObject</maml:name>
                <maml:description>
                    <maml:para>Specifies the request objects to add history entries to. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                <dev:type>
                    <maml:name>PSObject[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!-- Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int32</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe Automation Portal request IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
            <command:inputType xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
                <dev:type xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
                    <maml:name xmlns:maml="http://schemas.microsoft.com/maml/2004/10">PSObject</maml:name>
                    <maml:uri xmlns:maml="http://schemas.microsoft.com/maml/2004/10"></maml:uri>
                </dev:type>
                <maml:description xmlns:maml="http://schemas.microsoft.com/maml/2004/10">
                    <maml:para>You can pipe objects that contain the ID of an Automation Portal request to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!-- Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>This cmdlet returns a PSObject object that represents the Automation Portal request history that was created.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!-- Command-->
        <command:details>
            <command:name>Remove-AutomationAttachment</command:name>
            <maml:description>
                <maml:para>Removes specifies attachments from the Automation Portal.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>AutomationAttachment</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para>The Remove-AutomationAttachment cmdlet removes one or more attachments from the Automation Portal. You can specify a request by request ID or pass a request object to the cmdlet.</maml:para>
        </maml:description>
        <command:syntax>
            <!-- Parameter Sets-->
            <command:syntaxItem parametersetname="Default" default="true">
                <!--NAME: Default-->
                <!--TAG: DEFAULT-->
                <maml:name>Remove-AutomationAttachment</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>AttachmentId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the attachment IDs of the attachments to remove. To specify multiple IDs, use commas to the separate the IDs. To find the ID of an attachment, type Get-AutomationAttachment.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="InputObject">
                <!--NAME: InputObject-->
                <maml:name>Remove-AutomationAttachment</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>InputObject</maml:name>
                    <maml:description>
                        <maml:para>Specifies the attachment objects to remove. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!-- All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>AttachmentId</maml:name>
                <maml:description>
                    <maml:para>Specifies the attachment IDs of the attachments to remove. To specify multiple IDs, use commas to the separate the IDs. To find the ID of an attachment, type Get-AutomationAttachment.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int32[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                    <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>InputObject</maml:name>
                <maml:description>
                    <maml:para>Specifies the attachment objects to remove. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                <dev:type>
                    <maml:name>PSObject[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!-- Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int32</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe Automation Portal request IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
            <command:inputType xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10">
                <dev:type xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
                    <maml:name xmlns:maml="http://schemas.microsoft.com/maml/2004/10">PSObject</maml:name>
                    <maml:uri xmlns:maml="http://schemas.microsoft.com/maml/2004/10"></maml:uri>
                </dev:type>
                <maml:description xmlns:maml="http://schemas.microsoft.com/maml/2004/10">
                    <maml:para>You can pipe objects that contain the ID of an Automation Portal request to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!-- Command-->
        <command:details>
            <command:name>Remove-AutomationRequest</command:name>
            <maml:description>
                <maml:para>Removes one or more requests from the Automation Portal.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>AutomationRequest</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para>The Remove-AutomationRequest cmdlet removes one or more requests from the Automation Portal. You can specify a request by request ID or pass a request object to the cmdlet.</maml:para>
        </maml:description>
        <command:syntax>
            <!-- Parameter Sets-->
            <command:syntaxItem parametersetname="Default" default="true">
                <!--NAME: Default-->
                <!--TAG: DEFAULT-->
                <maml:name>Remove-AutomationRequest</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>RequestId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the request IDs of the Automation Portal requests to remove. To specify multiple IDs, use commas to the separate the IDs. To find the ID of a request, type Get-AutomationRequest.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Purge</maml:name>
                    <maml:description>
                        <maml:para>Indicates whether to permanently remove the Automation Portal requests. By default, this cmdlet flags the requests as deleted.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                    <dev:type>
                        <maml:name>SwitchParameter</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="InputObject">
                <!--NAME: InputObject-->
                <maml:name>Remove-AutomationRequest</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>InputObject</maml:name>
                    <maml:description>
                        <maml:para>Specifies the request objects to remove. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Purge</maml:name>
                    <maml:description>
                        <maml:para>Indicates whether to permanently remove the Automation Portal requests. By default, this cmdlet flags the requests as deleted.</maml:para>
                    </maml:description>
                    <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                    <dev:type>
                        <maml:name>SwitchParameter</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!-- All Parameters-->
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>RequestId</maml:name>
                <maml:description>
                    <maml:para>Specifies the request IDs of the Automation Portal requests to remove. To specify multiple IDs, use commas to the separate the IDs. To find the ID of a request, type Get-AutomationRequest.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int32[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Purge</maml:name>
                <maml:description>
                    <maml:para>Indicates whether to permanently remove the Automation Portal requests. By default, this cmdlet flags the requests as deleted.</maml:para>
                </maml:description>
                <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
                <dev:type>
                    <maml:name>SwitchParameter</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                    <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>InputObject</maml:name>
                <maml:description>
                    <maml:para>Specifies the request objects to remove. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                <dev:type>
                    <maml:name>PSObject[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!-- Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int32</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe Automation Portal request IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
            <command:inputType>
                <dev:type>
                    <maml:name>PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe objects that contain the ID of an Automation Portal request to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <!--TAG: HASCOMMONPARAMETERS-->
        <!-- Command-->
        <command:details>
            <command:name>Set-AutomationRequest</command:name>
            <maml:description>
                <maml:para>Updates one or more Automation Portal requests.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para></maml:para>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>AutomationRequest</command:noun>
            <dev:version />
        </command:details>
        <maml:description>
            <maml:para>The Set-AutomationRequest cmdlet approves each of the specified Automation Portal requests. You can specify a request by request ID or pass a request object to Set-AutomationRequest.</maml:para>
        </maml:description>
        <command:syntax>
            <!-- Parameter Sets-->
            <command:syntaxItem parametersetname="Default" default="true">
                <!--NAME: Default-->
                <!--TAG: DEFAULT-->
                <maml:name>Set-AutomationRequest</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Message</maml:name>
                    <maml:description>
                        <maml:para>Specifies the message to assign to the Automation Portal request.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>RequestId</maml:name>
                    <maml:description>
                        <maml:para>Specifies the request IDs of the Automation Portal requests to update. To specify multiple IDs, use commas to the separate the IDs. To find the ID of a request, type Get-AutomationRequest.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                    <dev:type>
                        <maml:name>Int32[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>RunbookOwner</maml:name>
                    <maml:description>
                        <maml:para>Specifies the runbook owner to assign to the Automation Portal request.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>State</maml:name>
                    <maml:description>
                        <maml:para>Specifies the state to assign to the Automation Portal request.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <command:parameterValueGroup>
                        <command:parameterValue required="false" variableLength="false">Approved</command:parameterValue>
                        <command:parameterValue required="false" variableLength="false">Closed</command:parameterValue>
                        <command:parameterValue required="false" variableLength="false">Complete</command:parameterValue>
                        <command:parameterValue required="false" variableLength="false">Failed</command:parameterValue>
                        <command:parameterValue required="false" variableLength="false">In Progress</command:parameterValue>
                        <command:parameterValue required="false" variableLength="false">New</command:parameterValue>
                        <command:parameterValue required="false" variableLength="false">Pending Approval</command:parameterValue>
                        <command:parameterValue required="false" variableLength="false">Rejected</command:parameterValue>
                    </command:parameterValueGroup>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>StateReason</maml:name>
                    <maml:description>
                        <maml:para>Specifies the reason for assigning the state to the Automation Portal request.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem parametersetname="InputObject">
                <!--NAME: InputObject-->
                <maml:name>Set-AutomationRequest</maml:name>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                    <maml:name>Connection</maml:name>
                    <maml:description>
                        <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                        <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                    <dev:type>
                        <maml:name>Hashtable</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>Message</maml:name>
                    <maml:description>
                        <maml:para>Specifies the message to assign to the Automation Portal request.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>RunbookOwner</maml:name>
                    <maml:description>
                        <maml:para>Specifies the runbook owner to assign to the Automation Portal request.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>State</maml:name>
                    <maml:description>
                        <maml:para>Specifies the state to assign to the Automation Portal request.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <command:parameterValueGroup>
                        <command:parameterValue required="false" variableLength="false">Approved</command:parameterValue>
                        <command:parameterValue required="false" variableLength="false">Closed</command:parameterValue>
                        <command:parameterValue required="false" variableLength="false">Complete</command:parameterValue>
                        <command:parameterValue required="false" variableLength="false">Failed</command:parameterValue>
                        <command:parameterValue required="false" variableLength="false">In Progress</command:parameterValue>
                        <command:parameterValue required="false" variableLength="false">New</command:parameterValue>
                        <command:parameterValue required="false" variableLength="false">Pending Approval</command:parameterValue>
                        <command:parameterValue required="false" variableLength="false">Rejected</command:parameterValue>
                    </command:parameterValueGroup>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
                    <maml:name>StateReason</maml:name>
                    <maml:description>
                        <maml:para>Specifies the reason for assigning the state to the Automation Portal request.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                    <dev:type>
                        <maml:name>String</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
                <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                    <maml:name>InputObject</maml:name>
                    <maml:description>
                        <maml:para>Specifies the request objects to update. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                    <dev:type>
                        <maml:name>PSObject[]</maml:name>
                        <maml:uri />
                    </dev:type>
                    <dev:defaultValue></dev:defaultValue>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <!-- All Parameters-->
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>Message</maml:name>
                <maml:description>
                    <maml:para>Specifies the message to assign to the Automation Portal request.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>RequestId</maml:name>
                <maml:description>
                    <maml:para>Specifies the request IDs of the Automation Portal requests to update. To specify multiple IDs, use commas to the separate the IDs. To find the ID of a request, type Get-AutomationRequest.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
                <dev:type>
                    <maml:name>Int32[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>RunbookOwner</maml:name>
                <maml:description>
                    <maml:para>Specifies the runbook owner to assign to the Automation Portal request.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>State</maml:name>
                <maml:description>
                    <maml:para>Specifies the state to assign to the Automation Portal request.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <command:parameterValueGroup>
                    <command:parameterValue required="false" variableLength="false">Approved</command:parameterValue>
                    <command:parameterValue required="false" variableLength="false">Closed</command:parameterValue>
                    <command:parameterValue required="false" variableLength="false">Complete</command:parameterValue>
                    <command:parameterValue required="false" variableLength="false">Failed</command:parameterValue>
                    <command:parameterValue required="false" variableLength="false">In Progress</command:parameterValue>
                    <command:parameterValue required="false" variableLength="false">New</command:parameterValue>
                    <command:parameterValue required="false" variableLength="false">Pending Approval</command:parameterValue>
                    <command:parameterValue required="false" variableLength="false">Rejected</command:parameterValue>
                </command:parameterValueGroup>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="False" position="named">
                <maml:name>StateReason</maml:name>
                <maml:description>
                    <maml:para>Specifies the reason for assigning the state to the Automation Portal request.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
                <dev:type>
                    <maml:name>String</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="0">
                <maml:name>Connection</maml:name>
                <maml:description>
                    <maml:para>Specifies the settings used to connect to the Kelverion Automation Portal. Valid properties include the following.</maml:para>
                    <maml:para>PortalUrl: The URL of the Kelverion Automation Portal instance.
TenentId: The ID of the Entra ID tenant used for the Automation Portal App Registration.
ClientID: The App Registration Client ID.
Username: The username of the user that is connecting to the Automation Portal.
Password: The password of the user that is connecting to the Automation Portal.
ClientSecret: The client secret used to authenticate the user connecting to the Automation Portal.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">Hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
            <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="True (ByValue)" position="named">
                <maml:name>InputObject</maml:name>
                <maml:description>
                    <maml:para>Specifies the request objects to update. Enter a variable that contains the objects, or type a command or expression that gets the objects.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="false">PSObject[]</command:parameterValue>
                <dev:type>
                    <maml:name>PSObject[]</maml:name>
                    <maml:uri />
                </dev:type>
                <dev:defaultValue></dev:defaultValue>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <!-- Inputs-->
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int32</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe Automation Portal request IDs to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
            <command:inputType>
                <dev:type>
                    <maml:name>PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>You can pipe objects that contain the ID of an Automation Portal request to this cmdlet.</maml:para>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <!-- Outputs-->
            <command:returnValue>
                <dev:type>
                    <maml:name>System.Management.Automation.PSObject</maml:name>
                    <maml:uri></maml:uri>
                </dev:type>
                <maml:description>
                    <maml:para>This cmdlet returns PSObject objects that represent the updated requests.</maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
    </command:command>
    <!-- Generated by: SAPIEN PowerShell HelpWriter 2018 v2.2.38-->
</helpItems>