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 d4532cf commit 73a2f2bCopy full SHA for 73a2f2b
Modules/CIPPCore/Public/Entrypoints/Activity Triggers/BPA/Push-BPACollectData.ps1
@@ -5,7 +5,7 @@ function Push-BPACollectData {
5
#>
6
param($Item)
7
8
- $TenantName = Get-Tenants | Where-Object -Property defaultDomainName -EQ $Item.Tenant
+ $TenantName = Get-Tenants | Where-Object -Property defaultDomainName -EQ $Item.Tenant.value
9
$BPATemplateTable = Get-CippTable -tablename 'templates'
10
$Filter = "PartitionKey eq 'BPATemplate'"
11
$TemplatesLoc = (Get-CIPPAzDataTableEntity @BPATemplateTable -Filter $Filter).JSON | ConvertFrom-Json
0 commit comments