8000 PS remoting to Windows Machine giving libpsrpcclient missing · Issue #2428 · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content
PS remoting to Windows Machine giving libpsrpcclient missing #2428
@abhi1202

Description

@abhi1202

Steps to reproduce

Invoke-Command -ComputerName "Computer" -ScriptBlock {Get-Command} -Credential administrator

Expected behavior

Command should work on remote machine and should return result

Actual behavior

Windows PowerShell credential request
Enter your credentials.
Password for user administrator: ********

Invoke-Command : Unable to load DLL 'libpsrpclient': The specified module
could not be found.
(Exception from HRESULT: 0x8007007E)
At line:1 char:1

  • Invoke-Command -ComputerName 100.96.20.107 -ScriptBlock {Get-Command} ...
  • - CategoryInfo          : NotSpecified: (:) [Invoke-Command], DllNotFoundE 
      xception
    - FullyQualifiedErrorId : System.DllNotFoundException,Microsoft.PowerShell 
      .Commands.InvokeCommandCommand
    

Environment data

> $PSVersionTable

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0