Re: Remotely restart a windows machine

2020-09-29 Thread Stephen Carrier
On Sun, Sep 27, 2020 at 09:47:01PM -0700, Mark Geisert wrote: > Eliot Moss wrote: > > On 9/27/2020 5:45 PM, Andrey Repin wrote: > > > Greetings, Eliot Moss! > > > > > > > On 9/25/2020 10:36 AM, john doe wrote: > > > > > On 9/25/2020 4:28 PM, Peter J. Krum via Cygwin wrote: > > > > > > The syntax

Re: Remotely restart a windows machine

2020-09-27 Thread Mark Geisert
Eliot Moss wrote: On 9/27/2020 5:45 PM, Andrey Repin wrote: Greetings, Eliot Moss! On 9/25/2020 10:36 AM, john doe wrote: On 9/25/2020 4:28 PM, Peter J. Krum via Cygwin wrote: The syntax of this command is: NET   [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |    

Re: Remotely restart a windows machine

2020-09-27 Thread Eliot Moss
On 9/27/2020 5:45 PM, Andrey Repin wrote: Greetings, Eliot Moss! On 9/25/2020 10:36 AM, john doe wrote: On 9/25/2020 4:28 PM, Peter J. Krum via Cygwin wrote: The syntax of this command is: NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |    HELPMSG |

Re: Remotely restart a windows machine

2020-09-27 Thread Andrey Repin via Cygwin
Greetings, Eliot Moss! > On 9/25/2020 10:36 AM, john doe wrote: >> On 9/25/2020 4:28 PM, Peter J. Krum via Cygwin wrote: >>> The syntax of this command is: >>> >>> NET >>> [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP | >>>    HELPMSG | LOCALGROUP | PAUSE | SESSION |

Re: Remotely restart a windows machine

2020-09-25 Thread Eliot Moss
On 9/25/2020 1:45 PM, Peter J. Krum via Cygwin wrote: Oh OK thanks didn't realize it was calling the windows commands On Fri, Sep 25, 2020 at 10:28 AM Peter J. Krum wrote: The syntax of this command is: NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |

Re: Remotely restart a windows machine

2020-09-25 Thread Peter J. Krum via Cygwin
Oh OK thanks didn't realize it was calling the windows commands On Fri, Sep 25, 2020 at 10:28 AM Peter J. Krum wrote: > The syntax of this command is: > > NET > [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP | > HELPMSG | LOCALGROUP | PAUSE | SESSION | SHARE |

Re: Remotely restart a windows machine

2020-09-25 Thread Eliot Moss
On 9/25/2020 10:36 AM, john doe wrote: On 9/25/2020 4:28 PM, Peter J. Krum via Cygwin wrote: The syntax of this command is: NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |    HELPMSG | LOCALGROUP | PAUSE | SESSION | SHARE | START |    STATISTICS | STOP | TIME

Re: Remotely restart a windows machine

2020-09-25 Thread john doe
On 9/25/2020 4:28 PM, Peter J. Krum via Cygwin wrote: The syntax of this command is: NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP | HELPMSG | LOCALGROUP | PAUSE | SESSION | SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ] This is a

Re: Remotely restart a windows machine

2020-09-25 Thread Peter J. Krum via Cygwin
The syntax of this command is: NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP | HELPMSG | LOCALGROUP | PAUSE | SESSION | SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ] On Fri, Sep 25, 2020 at 9:32 AM Peter J. Krum wrote: > I used this

Re: Remotely restart a windows machine

2020-09-25 Thread john doe
On 9/25/2020 3:32 PM, Peter J. Krum via Cygwin wrote: I used this command on ubuntu: net rpc shutdown -r -f -t 30 -I 123.123.123.123 -U user:pass What would be the equivalent in CYGWIN? -- What error/issue are you having? -- John Doe -- Problem reports: https://cygwin.com/problems.html

Remotely restart a windows machine

2020-09-25 Thread Peter J. Krum via Cygwin
I used this command on ubuntu: net rpc shutdown -r -f -t 30 -I 123.123.123.123 -U user:pass What would be the equivalent in CYGWIN? -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html