Agent
Information about PowerShell Universal agents.
Installation
agent.json
{
"Connections": [
{
"Url": "http://localhost:5000",
"Hub": "eventHub",
"AppToken": "tokenXyz",
"ScriptPath": "script.ps1",
"Description": "My agent"
}
]
}Location
System
User
Options
Connections
URL (Required)
Hub (Required)
AppToken
UseDefaultCredentials
ScriptPath
Description
Environment Variables
Name
Description
Default Value
Last updated
Was this helpful?