Skip to content

consecutive date pull errors #3

@Pushpendra-blr

Description

@Pushpendra-blr

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******************

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions