service with impersonation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • James

    service with impersonation

    using vb2003.net

    i wrote a service controller, i can start and stop service, whatever stated
    in documentation. When i attempt to try on remote machines it fails.

    I have admin permission over remote machines, why does it fails ? I've
    looked at MSDN documentation and the "impersonat ion" script is confusing.
    Does anyone have a simpler impersonation windows logon script so that i can
    start the service at remote machine ?

    Thks


  • James

    #2
    Re: service with impersonation

    I've managed to do it suceesfully


    "James" <jkklim@hotmail .com> wrote in message
    news:esKZx6l6FH A.3136@TK2MSFTN GP09.phx.gbl...[color=blue]
    > using vb2003.net
    >
    > i wrote a service controller, i can start and stop service, whatever
    > stated in documentation. When i attempt to try on remote machines it
    > fails.
    >
    > I have admin permission over remote machines, why does it fails ? I've
    > looked at MSDN documentation and the "impersonat ion" script is confusing.
    > Does anyone have a simpler impersonation windows logon script so that i
    > can start the service at remote machine ?
    >
    > Thks
    >[/color]


    Comment

    Working...