Custom Variable Scopes
Custom Variable Scopes
Cache Scope
$Cache:Computers = Get-ADComputerNew-UDMonitor -Title Computers -Endpoint {
$Cache:Computers.Length | Out-UDMonitorData
}Session Scope
New-UDCheckbox -Label "Show chart" -OnChange {
$Session:ShowChart = $EventData
}Last updated
Was this helpful?