diff --git a/docs/ocsentinel-deployment.md b/docs/ocsentinel-deployment.md index 40fe14d..0ded1a4 100644 --- a/docs/ocsentinel-deployment.md +++ b/docs/ocsentinel-deployment.md @@ -76,7 +76,6 @@ write access: | `ocsentinelqueuedreports` | Integer | Reports waiting for delivery | | `ocsentinellastuploadutc` | Date/Time | Last successful upload time | | `ocsentinellasterror` | Text | Last upload error, if any | -| `ocsentinelclientversion` | Text | Installed client version | ## NinjaOne Tasks diff --git a/installer/runtime-run-ocsentinel-monitor.ps1 b/installer/runtime-run-ocsentinel-monitor.ps1 index e9608be..c356368 100644 --- a/installer/runtime-run-ocsentinel-monitor.ps1 +++ b/installer/runtime-run-ocsentinel-monitor.ps1 @@ -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 diff --git a/scripts/run-ocsentinel-monitor.ps1 b/scripts/run-ocsentinel-monitor.ps1 index 964ed97..a218491 100644 --- a/scripts/run-ocsentinel-monitor.ps1 +++ b/scripts/run-ocsentinel-monitor.ps1 @@ -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 diff --git a/src/OCSentinelCli/OCSentinelCli.csproj b/src/OCSentinelCli/OCSentinelCli.csproj index fec9ab3..73a00e2 100644 --- a/src/OCSentinelCli/OCSentinelCli.csproj +++ b/src/OCSentinelCli/OCSentinelCli.csproj @@ -9,10 +9,10 @@ OCSentinelCli OfficeCom Sentinel OfficeCom - 1.5.0-beta.2 + 1.5.0-beta.3 1.5.0.0 1.5.0.0 - 1.5.0-beta.2 + 1.5.0-beta.3