-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
OS-LinuxResolution-DuplicateThe issue is a duplicate.The issue is a duplicate.WG-RemotingPSRP issues with any transport layerPSRP issues with any transport layer
Description
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
Labels
OS-LinuxResolution-DuplicateThe issue is a duplicate.The issue is a duplicate.WG-RemotingPSRP issues with any transport layerPSRP issues with any transport layer