proxb/ServerInventoryReport

consecutive date pull errors

Opened this issue · 0 comments

when we run data gathering script it does complete but errors out at multiple places error message is listed below.

**************Error Message ****************
Write-Debug : The term 'Write-Debug' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling
of the name, or if a path was included, verify that the path is correct and try again.
At C:\Program Files\WindowsPowerShell\Modules\PoshRSJob\1.7.4.4\Public\Remove-RSJob.ps1:77 char:9

  •     Write-Debug "ParameterSet: $($PSCmdlet.ParameterSetName)"
    
  •     ~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (Write-Debug:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException

Write-Verbose : The term 'Write-Verbose' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At C:\Program Files\WindowsPowerShell\Modules\PoshRSJob\1.7.4.4\Public\Remove-RSJob.ps1:80 char:13

  •         Write-Verbose "Adding $($PSBoundParameters[$Property])"
    
  •         ~~~~~~~~~~~~~
    
    • CategoryInfo : ObjectNotFound: (Write-Verbose:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException

END******************