We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce28eb commit 4f9aa04Copy full SHA for 4f9aa04
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Standards/Invoke-ExecBPA.ps1
@@ -34,7 +34,7 @@ function Invoke-ExecBPA {
34
$Results = [pscustomobject]@{'Results' = 'BPA queued for execution' }
35
}
36
} else {
37
- Start-BPAOrchestrator -TenantFilter $Request.Query.TenantFilter
+ Start-BPAOrchestrator -TenantFilter $TenantFilter
38
$Results = [pscustomobject]@{'Results' = 'BPA started' }
39
40
0 commit comments