Skip to content

Commit bf1b456

Browse files
push
1 parent 4c393ba commit bf1b456

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)