CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: user rights

  1. #1
    Join Date
    Mar 1999
    Location
    Europe, Portugal
    Posts
    15

    user rights



    I want to modificate the user rights of a user in the current domain. I want to do what user manager do in the menu : policies>>User Rights.

    In particulary, I want to grant a user the Log On As A Service right.

    Do you know if some functions exist?


    Have you any idea?

  2. #2
    Join Date
    Apr 1999
    Posts
    65

    Re: user rights





    Hi particia,


    Try some Net Finctions

    NetUserSetInfo etc....

    I think some among the group of those functions has the answer....




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured