How to manage Windows Instance remotely from Mac Terminal?

0

1

I would like to manage AWS Windows instance from Mac via terminal. Managing includes installing some packages on Windows instance.

How can I achieve this without RDP (like some scripting)?

Thanks

Kid

Posted 2017-06-15T10:49:42.413

Reputation: 1

You can use two app. – Techie Gossip – 2017-06-15T11:22:00.717

If you're open to installing cygwin or another package that includes an ssh server, you would then be able to do that. I don't know if winexe or psexec has a version that can run on a Mac, but those might be options too. Also, you might try this question at https://softwarerecs.stackexchange.com/ instead of here if you don't get much attention here

– Eric Renouf – 2017-06-15T11:28:09.257

Microsoft Remote Desktop and CoRD: Simple RDP Remote Desktop. Using this application you can also write a script to open this in command line. CORD helps to use rdp://hostname. – Techie Gossip – 2017-06-15T11:41:46.387

CoRD is look like GUI based tool but I am looking for script based tools which I can run once in a month automatically. Thanks – Kid – 2017-06-15T12:06:08.653

Hi @TechieGossip is it ok if i simply copy the question from one forum to another ? – Kid – 2017-06-15T12:06:50.803

@kid if you want to move the question to another forum you should flag it and ask the moderators to move it for you, cross posting is discouraged on SE sites – Eric Renouf – 2017-06-15T12:10:40.327

Your question does not meet the migration requirement for SoftwareRecs. – DavidPostill – 2017-06-15T12:16:03.553

Please read What is required for a question to contain "enough information".

– DavidPostill – 2017-06-15T12:16:26.007

No answers