New-PSUAiTool
Creates a new AI tool definition.
SYNOPSIS
SYNTAX
New-PSUAiTool [-Name] <String> [-Description <String>] [-Authenticated] [-Role <String[]>]
-ScriptFullPath <String> [-Mcp] [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
[-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PS C:\> New-PSUAiTool -Name GetTickets -Description "Query ticket data" -ScriptFullPath "C:\\ProgramData\\UniversalAutomation\\Repository\\scripts\\GetTickets.ps1" -Authenticated -Role HelpDesk,Admin -McpPARAMETERS
-AppToken
-Authenticated
-ComputerName
-Cookies
-Credential
-Description
-Integrated
-Mcp
-Name
-Role
-ScriptFullPath
-TrustCertificate
-UseDefaultCredentials
CommonParameters
INPUTS
None
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?