F5F Stay Refreshed Software Operating Systems Identifying issues with remote PowerShell execution.

Identifying issues with remote PowerShell execution.

Identifying issues with remote PowerShell execution.

Pages (2): 1 2 Next
V
VitoSEXY
Posting Freak
797
01-02-2023, 09:39 AM
#1
Hello! I’ve been working on using PowerShell to connect remotely to a computer. Here’s the guide you found: http://www.howtogeek.com/117192/how-to-r...computers/. You’re able to ping and test-WSMan works fine, but when trying to connect with Invoke-Command, you get an error. The message says Access is denied. For more details, check the about_Remote_Troubleshooting Help topic. + CategoryInfo : OpenError: (LENOVO-PC:String) [], PSRemotingTransportException + FullyQualifiedErrorId : AccessDenied
V
VitoSEXY
01-02-2023, 09:39 AM #1

Hello! I’ve been working on using PowerShell to connect remotely to a computer. Here’s the guide you found: http://www.howtogeek.com/117192/how-to-r...computers/. You’re able to ping and test-WSMan works fine, but when trying to connect with Invoke-Command, you get an error. The message says Access is denied. For more details, check the about_Remote_Troubleshooting Help topic. + CategoryInfo : OpenError: (LENOVO-PC:String) [], PSRemotingTransportException + FullyQualifiedErrorId : AccessDenied

K
157
01-23-2023, 02:01 AM
#2
Have you used the RDP tool? Did you permit remote access to the Lenovo PC?
K
KariibikUrlxub
01-23-2023, 02:01 AM #2

Have you used the RDP tool? Did you permit remote access to the Lenovo PC?

K
kiekie
Member
64
01-23-2023, 09:16 AM
#3
Is it a remote desktop link? The warning appears when connecting remotely. Do I need to allow this connection through a firewall exception on the target device?
K
kiekie
01-23-2023, 09:16 AM #3

Is it a remote desktop link? The warning appears when connecting remotely. Do I need to allow this connection through a firewall exception on the target device?

_
_zaphire_
Member
198
01-23-2023, 09:44 PM
#4
On the left side, locate 'Remote settings.' Select it and check the box labeled 'Allow remote connections to this computer.' Proceed to apply and confirm with OK. Retry afterward.
_
_zaphire_
01-23-2023, 09:44 PM #4

On the left side, locate 'Remote settings.' Select it and check the box labeled 'Allow remote connections to this computer.' Proceed to apply and confirm with OK. Retry afterward.

C
62
01-25-2023, 01:49 AM
#5
It is activated on both devices.
C
Cute_Almond0v0
01-25-2023, 01:49 AM #5

It is activated on both devices.

L
lecabs
Junior Member
27
01-25-2023, 03:16 AM
#6
Are both devices connected to the identical local network you're attempting to join? Have you considered entering the IP address of one of the computers?
L
lecabs
01-25-2023, 03:16 AM #6

Are both devices connected to the identical local network you're attempting to join? Have you considered entering the IP address of one of the computers?

M
Mr_Rogge
Junior Member
5
01-25-2023, 03:50 AM
#7
It won't function properly because the remote device is using PowerShell 4.0 while your client is set to PowerShell 5.0. That discrepancy shouldn't affect compatibility, right?
M
Mr_Rogge
01-25-2023, 03:50 AM #7

It won't function properly because the remote device is using PowerShell 4.0 while your client is set to PowerShell 5.0. That discrepancy shouldn't affect compatibility, right?

D
dome229
Junior Member
2
01-25-2023, 07:47 AM
#8
Yes, both devices are connected to the same local network.
D
dome229
01-25-2023, 07:47 AM #8

Yes, both devices are connected to the same local network.

C
Cupcake_Rose
Posting Freak
844
02-10-2023, 02:44 PM
#9
Both belong to the nearby network.
C
Cupcake_Rose
02-10-2023, 02:44 PM #9

Both belong to the nearby network.

L
LooseDawg
Senior Member
628
02-10-2023, 03:05 PM
#10
Check your Network and Sharing Center to verify both devices belong to a private network.
L
LooseDawg
02-10-2023, 03:05 PM #10

Check your Network and Sharing Center to verify both devices belong to a private network.

Pages (2): 1 2 Next