Я использую Get-DLPComplianceRule и пытаюсь прочитать параметр «ContentContainsSensitiveInformation», но получаю «System.Collections.Hashtable» вместо фактического сохраненного значения. Ниже приведен фрагмент кода.
$jComplianceRule= Get-DLPComplianceRule -Policy "Finance Rule" | ConvertTo-Json
Write-Host $jComplianceRule | ConvertFrom-Json
"ContentContainsSensitiveInformation": [
{"groups": "System.Collections.Hashtable System.Collections.Hashtable", "operator": "And"}]
,