CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2004
    Location
    LA. California Raiders #1 AKA: Gangsta Yoda™
    Posts
    616

    Arrow Active Directory Add User Permissions

    On SBS 2003 running AD I want to create a custom Group and assign certain permissions. I remember from the NT 4 Server days that you could browse the permissions/rights and choose thm out but not in AD anymore?

    I found some of the rights but I know there are allot more to choose from.
    http://www.microsoft.com/technet/pro...n/adusers.mspx


    Thanks for any help.
    VB/Office Guru™ (AKA: Gangsta Yoda™)
    VB Forums - Super Moderator 2001-Present

    Microsoft MVP 2006-2011

    Please use [code]your code goes in here[/code] tags when posting code.

    Senior Software Engineer MCP, BSEE, CET
    VS 2012 Premium, VS 6.0 Enterprise SP6, VSTO, Office Ultimate 2010, Windows 7 Ultimate
    Star Wars Gangsta Rap SE Reputations & Rating Posts Office Primary Interop AssembliesAdvanced VB/Office Guru™ Word SpellChecker™.NETAdvanced VB/Office Guru™ Word SpellChecker™ VB6Outlook Global Address ListVB6/Crystal Report Ex.VB6/CR Print Setup Dialog Ex.

  2. #2
    Join Date
    Aug 2004
    Posts
    184

    Re: Active Directory Add User Permissions

    Try to find your target object in the Active Directory Users and Computers snap-in, say an OU. You can right click the OU and select delegate control and then set the permissions for the group.

    HTH.

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