Skip to content

Commit 1d4bfad

Browse files
committed
Update Invoke-CIPPStandardsRun.ps1
1 parent 4463cc6 commit 1d4bfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Standards/Invoke-CIPPStandardsRun.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function Invoke-CIPPStandardsRun {
6767
$Batch = foreach ($Tenant in $AllTenantsList) {
6868
$BatchItem = @{
6969
FunctionName = 'CIPPStandardsList'
70-
TenantFilter = $Tenant.defaultDomainName
70+
TenantFilter = $Tenant
7171
runManually = $runManually
7272
}
7373
if ($TemplateID) {

0 commit comments

Comments
 (0)