Skip to content

Commit f8a29d4

Browse files
Merge pull request #1579 from KelvinTegelaar/dev
push
2 parents 56654ae + bf1b456 commit f8a29d4

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
@@ -72,7 +72,7 @@ function Get-CIPPTenantAlignment {
7272
if ($FieldValue -is [System.Boolean]) {
7373
$FieldValue = [bool]$FieldValue
7474
} elseif ($FieldValue -like '*{*') {
75-
$FieldValue = ConvertFrom-Json -InputObject $FieldValue -ErrorAction SilentlyContinue
75+
$FieldValue = ConvertFrom-Json -Depth 100 -InputObject $FieldValue -ErrorAction SilentlyContinue
7676
} else {
7777
$FieldValue = [string]$FieldValue
7878
}

0 commit comments

Comments
 (0)