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.
2 parents d782fb4 + bf1b456 commit fa5deffCopy full SHA for fa5deff
Modules/CIPPCore/Public/Functions/Get-CIPPTenantAlignment.ps1
@@ -72,7 +72,7 @@ function Get-CIPPTenantAlignment {
72
if ($FieldValue -is [System.Boolean]) {
73
$FieldValue = [bool]$FieldValue
74
} elseif ($FieldValue -like '*{*') {
75
- $FieldValue = ConvertFrom-Json -InputObject $FieldValue -ErrorAction SilentlyContinue
+ $FieldValue = ConvertFrom-Json -Depth 100 -InputObject $FieldValue -ErrorAction SilentlyContinue
76
} else {
77
$FieldValue = [string]$FieldValue
78
}
version_latest.txt
@@ -1 +1 @@
1
-8.2.2
+8.3.0
0 commit comments