xml/SecurityComplianceCenter.Types.ps1xml

<?xml version="1.0" encoding="utf-8" ?>
<Types>
    <Type>
        <Name>Deserialized.Microsoft.Office.CompliancePolicy.Tasks.PsLabel</Name>
        <Members>
            <ScriptProperty>
                <Name>SettingsExt</Name>
                <GetScriptBlock>
$settings = @{}
foreach ($line in $this.Settings) { $key, $value = $line -replace '^\[|\]$' -split ', ',2; $settings[$key] = $value }
$settings
                </GetScriptBlock>
            </ScriptProperty>
        </Members>
    </Type>
</Types>