Skip navigation

Q. How can I avoid errors when I create Active Directory (AD) containers on a server that runs Microsoft Systems Management Server (SMS) 2003 in Advanced Security mode?

A. SMS 2003's Advanced Security Mode removes the requirement for multiple accounts and instead relies on the Local System and Computer accounts for all security-related actions (such as interacting with the file system and updating AD). The Computer account therefore needs permission to parts of the AD directory when AD integration is enabled--specifically the System partition of the domain namespace. To grant this permission, perform the following steps:

  1. Start the Microsoft Management Console (MMC) Active Directory Users and Computers snap-in (click Start, Programs, Administrative Tools, Active Directory Users and Computers).
  2. On the View menu, click Advanced Features.
  3. Select the System branch from the snap-in window's treeview pane.
  4. Right-click the system container and select Properties.
  5. On the Security tab, click Advanced.
  6. Click Add.
  7. Click Object Types and ensure that only the Computers check box is selected. Click OK.
  8. In the "Enter the object name to select" text box, enter the name of the SMS site server. (Alternatively, you can click Advanced, then click Find Now and select the computer.) Click OK.
  9. The set of permissions is displayed. Ensure that in the "Apply onto:" list box, only "This object and all child objects" is selected.
  10. Under Permissions, select the "Full Control" check box under the Allow column. Click OK.
  11. Click OK to close the main System Properties dialog box.

You must also ensure that the computer account of the SMS site server that uses Advanced Security mode is always a member of the local Administrators group. To set the account in the local Administrators group, run the command

net localgroup Administrators &ltdomain name&gt
   \&ltsite server computer name&gt$ /add

(The command is shown on two lines because of space constraints.)

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish