Skip to main content

NIM

Microsoft Active Directory

Microsoft Active Directory (AD) is a directory service developed by Microsoft for Windows domain networks. It is included in most Windows Server operating systems as a set of processes and services. Initially, Active Directory was only in charge of centralized domain management, but it has since grown to include a wide range of directory-based identity-related services. An AD domain controller authenticates and authorizes all users and computers in a Windows domain type network—assigning and enforcing security policies for all computers and installing or updating software. For example, when a user logs into a computer that is part of a Windows domain, Active Directory checks the submitted password and determines whether the user is a system administrator or a normal user. It also allows management and storage of information, provides authentication and authorization mechanisms, and establishes a framework to deploy other related services: Certificate Services, Federation Services, Lightweight Directory Services, and Rights Management Services.

About

Vendor

Microsoft

Product

Active Directory (On-Premise)

Integration Type

PowerShell

Links

github-mark.png
IntegrationConfig.png

Table

Key

Read

Create

Update

Delete

Computers

objectGUID

GreenCheckMark.png
GreenCheckMark.png
GreenCheckMark.png
GreenCheckMark.png

Users

objectGUID

GreenCheckMark.png
GreenCheckMark.png
GreenCheckMark.png
GreenCheckMark.png

Groups

objectGUID

GreenCheckMark.png
GreenCheckMark.png
GreenCheckMark.png
GreenCheckMark.png

Memberships

---

GreenCheckMark.png
GreenCheckMark.png
RedCheckmark.png
GreenCheckMark.png

OrganizationalUnits

objectGUID

GreenCheckMark.png
GreenCheckMark.png
GreenCheckMark.png
GreenCheckMark.png

Referencing Table

Foreign Key

Parent table

Primary Key

Memberships

group

Groups

objectGUID

Memberships

member

Users

objectGUID

  1. Create Group Managed Service Account

  2. In Windows, Click Start > Run > Enter Services.msc

    ActiveDirectoryConfig01.png
  3. Find NIM Service, Double-Click

    ActiveDirectoryConfig02.png
  4. Go to Log On Tab

  5. Select This Account:, click Browse

    ActiveDirectoryConfig03.png
  6. Click Locations, Select Entire Directory

    ActiveDirectoryConfig04.png
  7. Type in name of the GMSA you created, Click Ok

    ActiveDirectoryConfig06.png
  8. Clear Password and Confirm Password fields, Click Ok

    ActiveDirectoryConfig05.png