You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on getting this script implemented and I have ran into an issue with the detailed report not displaying on the asset. When looking at the code line 250 looks different than the rest in that block.
It currently reads: $null = $job_fields.add('detailed_report', $($processedJob).toString())
Should it read like this? $null = $job_fields.add('detailed_report', $($processedJob.DetailedReport).toString())
When I make the change, it displays the link but it is just plain text.
The text was updated successfully, but these errors were encountered:
PS D:\Temp> .\get-msp360-details.ps1
Invoke-HuduRequest: 'No such host is known.'
WARNING: A connection error occured or Hudu version is below 2.21
Invoke-HuduRequest: 'No such host is known.'
WARNING: A connection error occured or Hudu version is below 2.21
Invoke-HuduRequest: 'No such host is known.'
Creating Layout
Invoke-HuduRequest: 'No such host is known.'
Invoke-HuduRequest: 'No such host is known.'
Invoke-HuduRequest: 'No such host is known.'
Company Aurora Financial Not found in Hudu. Please rename in MSP360
Invoke-HuduRequest: 'No such host is known.'
Company Hartigan Power Equipment Not found in Hudu. Please rename in MSP360
Invoke-HuduRequest: 'No such host is known.'
Company Code Blue Computing Not found in Hudu. Please rename in MSP360
Invoke-HuduRequest: 'No such host is known.'
I've double checked and recreated my MSP360 API credentials as well as the HUDU API. What am I missing? These companies do exist in Hudu.
I am working on getting this script implemented and I have ran into an issue with the detailed report not displaying on the asset. When looking at the code line 250 looks different than the rest in that block.
It currently reads:
$null = $job_fields.add('detailed_report', $($processedJob).toString())
Should it read like this?
$null = $job_fields.add('detailed_report', $($processedJob.DetailedReport).toString())
When I make the change, it displays the link but it is just plain text.
The text was updated successfully, but these errors were encountered: