powershell - psexec remote install from remote file -


i trying install exe placed on network share via psexec on remote computer. below

./psexec \\remote-computer -h -u domain\username -p password cmd /c \\network-share\setup.exe 

but handle invalid error or access denied.

remote-computer , network share both in same domain , have id trying have complete access still not sure what's blocking.

can please advise.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -