Remove redundant Ninja client version field
This commit is contained in:
@@ -149,7 +149,6 @@ function Publish-NinjaCustomFields {
|
||||
[pscustomobject]@{ Name = "ocsentinelqueuedreports"; Type = "Integer"; Value = $queuedReports }
|
||||
[pscustomobject]@{ Name = "ocsentinellastuploadutc"; Type = "DateTime"; Value = $lastUploadUtc }
|
||||
[pscustomobject]@{ Name = "ocsentinellasterror"; Type = "Text"; Value = $lastUploadError }
|
||||
[pscustomobject]@{ Name = "ocsentinelclientversion"; Type = "Text"; Value = [string]$Report.ClientVersion }
|
||||
)
|
||||
|
||||
$updated = 0
|
||||
|
||||
Reference in New Issue
Block a user