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

javascript - How do you prevent nested queries/catches in sequelize? -

java - Could not retrieve pre-bound Hibernate session - Could not obtain transaction-synchronized Session for current thread -

ruby on rails - ActiveRecord order not working -