Here is what I am trying:
Launch ami-c98d55a0 with t1.micro size and a security group with inbound tcp ports 139, 445, 3389 open.
I am Sreehari. I am using psexec.exe to excute command on remote computers. I am able to run commands on remote computers without credentials. If I provide credentials Psexec not communicating.
Please help
Example.
Psexec.exe \remoteomputername Ipconfig (Working)
Psexec.exe -u domainname\username -p password \remotecomputername ipconfig (not working)
Please someone help
I am trying to access the remote machine using psexec command
command is : psexec \ remote machine -u [Username] -p [Password] command
but still i am getting Access Denied problem so If any one having solution for this please giving me ans as fast as possible.
Hello,
Currently I have an hp laserjet p3015 printer installed in ubuntu 12.04 and it;s working just fine, I can print whatever I need to and I have to admit the installation of the printer in ubuntu was easier than it was in windows. Anyway that aside I am trying to remote desktop into a windows machine.
my aim is to run some executable from my machine(home network) to remote VM which is on VPN.
So My problem is that , psexec works only when the vpn is connected with a specific network credential. Psexec doesn't work when the vpn is connected with others network credentials.
What could be reason ?
I am trying to use PSExec to kick off a console application on a remote computer in an interactive state. When I run something like this:
PsExec.exe -s -d -i 1 \\MyServer notepad.exe
It launches Notepad just fine. If I then run this:
PsExec.exe -s -d -i 1 \\MyServer C:\Temp\MyConsoleApp.exe
It launches the command windows but doesn't do anything as far as I can tell.
It's easy to access window destop from linux using the command rdesktop command. The windows machine may be in our LAN or machine connected in internet. If the linux didn't have rdesktop installed , you can download rdesktop and install it. Example for rdesktop:
Here is a situation I am on a Linux machine and I have to access a windows xp machine to which I can connect with rdesktop.The problem is Windows XP machine is remotely located and to be able to do a rdesktop I first physically go to the windows machine and login, I come back to my chair open the terminal on my linux machine and do an rdesktop, then windows property dialog opens and asks to discon
I'm trying to use psexec.exe to run batch scripts on Windows Server 2008. I cannot use plaintext passwords, so I'm using the "-s" flag, and not providing a username/password.