cmd - How to execute a command in command prompt on different server using C# -
currently, have script(run on command prompt) run on different different server generate new user on window. passing username, startdate , enddate. so, once enddate over, user credentials expire.
now, make application run automatically or on event. pass - server ip (where want run script), username , startdate , enddate.
i not getting how it. found link helps me execute command on same server not on different server. need help.
thanks in advance.
Comments
Post a Comment