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 feaf046 commit 9137859Copy full SHA for 9137859
Modules/CIPPCore/Public/Functions/Get-CIPPTenantAlignment.ps1
@@ -52,7 +52,7 @@ function Get-CIPPTenantAlignment {
52
53
# Get standards comparison data
54
$StandardsTable = Get-CIPPTable -TableName 'CippStandardsReports'
55
- $AllStandards = Get-CIPPAzDataTableEntity @StandardsTable -Filter "PartitionKey ne 'StandardReport'"
+ $AllStandards = Get-CIPPAzDataTableEntity @StandardsTable -Filter "PartitionKey ne 'StandardReport' and PartitionKey ne ''"
56
57
# Filter by tenant if specified
58
$Standards = if ($TenantFilter) {
0 commit comments