Skip to content

Commit bd2ce60

Browse files
test
1 parent 84df20a commit bd2ce60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Tools/Measure-CippTask.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function Measure-CippTask {
7070
$props = New-Object 'System.Collections.Generic.Dictionary[string,string]'
7171
$props['TaskName'] = $TaskName
7272
$props['Success'] = (-not $errorOccurred).ToString()
73-
73+
$props['RawPropsAsJson'] = ($Metadata | ConvertTo-Json -Compress)
7474
if ($errorOccurred) {
7575
$props['ErrorMessage'] = $errorMessage
7676
}

0 commit comments

Comments
 (0)