Skip to content

Commit 9137859

Browse files
committed
Update Get-CIPPTenantAlignment.ps1
1 parent feaf046 commit 9137859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Functions/Get-CIPPTenantAlignment.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function Get-CIPPTenantAlignment {
5252

5353
# Get standards comparison data
5454
$StandardsTable = Get-CIPPTable -TableName 'CippStandardsReports'
55-
$AllStandards = Get-CIPPAzDataTableEntity @StandardsTable -Filter "PartitionKey ne 'StandardReport'"
55+
$AllStandards = Get-CIPPAzDataTableEntity @StandardsTable -Filter "PartitionKey ne 'StandardReport' and PartitionKey ne ''"
5656

5757
# Filter by tenant if specified
5858
$Standards = if ($TenantFilter) {

0 commit comments

Comments
 (0)