Invoke-PSUAiAgent
Invokes a PowerShell Universal AI agent.
SYNOPSIS
SYNTAX
Invoke-PSUAiAgent [-AiAgent] <Object> [-Prompt] <String> [-Parameters <Hashtable>] [-ComputerName <String>]
[-AppToken <String>] [-Credential <PSCredential>] [-UseDefaultCredentials] [-Integrated] [-TrustCertificate]
[-Cookies] [-Wait] [-WaitTimeout <Int32>] [<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PS C:\> Invoke-PSUAiAgent -AiAgent SupportAgent -Prompt "Summarize the deployment status."Example 2
Example 3
Example 4
PARAMETERS
-AiAgent
-Prompt
-Parameters
-ComputerName
-AppToken
-Credential
-UseDefaultCredentials
-Integrated
-TrustCertificate
-Cookies
-Wait
-WaitTimeout
INPUTS
System.Object
OUTPUTS
PowerShellUniversal.Job
NOTES
Last updated
Was this helpful?