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 c9af0ef commit d4532cfCopy full SHA for d4532cf
Modules/CIPPCore/Public/Entrypoints/Activity Triggers/BPA/Push-BPACollectData.ps1
@@ -19,7 +19,8 @@ function Push-BPACollectData {
19
}
20
21
$Table = Get-CippTable -tablename 'cachebpav2'
22
- $Rerun = Test-CIPPRerun -Type 'BPA' -Tenant $TenantName.defaultDomainName -API $Item.Template
+
23
+ $Rerun = Test-CIPPRerun -Type 'BPA' -Tenant $Item.Tenant -API $Item.Template
24
if ($Rerun) {
25
Write-Host 'Detected rerun for BPA. Exiting cleanly'
26
exit 0
0 commit comments