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 f90ade1 commit 37c94acCopy full SHA for 37c94ac
Modules/CIPPCore/Public/Webhooks/Test-CIPPAuditLogRules.ps1
@@ -55,7 +55,7 @@ function Test-CIPPAuditLogRules {
55
}
56
57
if ($LogCount -gt 0) {
58
- $LocationTable = Get-CIPPTable -TableName 'knownlocationdb'
+ $LocationTable = Get-CIPPTable -TableName 'knownlocationdbv2'
59
$ProcessedData = foreach ($AuditRecord in $SearchResults) {
60
$RecordStartTime = Get-Date
61
Write-Host "Processing RowKey $($AuditRecord.id)"
@@ -135,7 +135,7 @@ function Test-CIPPAuditLogRules {
135
$IP = $Data.ClientIP
136
$LocationInfo = @{
137
RowKey = [string]$Data.clientip
138
- PartitionKey = [string]$Data.id
+ PartitionKey = 'ip'
139
Tenant = [string]$TenantFilter
140
CountryOrRegion = "$Country"
141
City = "$City"
0 commit comments