|
Step 2) Check to see if you have the right to do so. |
|
Subject: Step 2) Check to see if you have the right to do so.
Author: eLDAP
In response to: How to extend or modify Active Directory (AD) schema -- from UI
Posted on: 07/25/2012 08:40:13 PM
Before proceeding, make sure that your account is a member of the Schema Administrators group.
For exmaple, the following account has the right to modify schema.
dn: CN=testUser,CN=Users,DC=myCompany,DC=com
memberOf: CN=Schema Admins,CN=Users,DC=myCompany,DC=com
...
>
> On 07/25/2012 08:38:42 PM eLDAP wrote:
Step 1) Start Active Directory Schema UI
1. Click Start, click Run, type mmc, and then click OK.
2. On the File menu, click Add/Remove Snap-in, and then click Add.
3. Under Available Standalone Snap-ins, double-click Active Directory Schema, click Close, and then click OK.
How to save this console:
On the File menu, click Save.
In Save in, point to the systemroot\system32 directory.
In File name, type schmmgmt.msc, and then click Save.
How to install Active Directory Schema snap-in:
Click Start, click Run
Type: regsvr32 schmmgmt.dll
This command will register Schmmgmt.dll on your computer.
How to create a shortcut on your Start menu:
Right-click Start, click Open All Users, double-click the programs folder, and then double-click the Administrative Tools folder.
On the File menu, point to New, and then click Shortcut.
In the Create Shortcut Wizard, in Type the location of the item, type schmmgmt.msc, and then click Next.
On the Select a Title for the program page, in Type a name for this shortcut, type Active Directory Schema, and then click Finish.
References:
|
|
|
|