Windows NT administration: what is User Manager for Domains primarily used for in a Windows NT domain environment?

Difficulty: Easy

Correct Answer: Assigning a logon script to a user or a group of users

Explanation:


Introduction / Context:
Windows NT distinguished between tools for account/group management and tools for machine membership and file permissions. “User Manager for Domains” was the central console for managing domain user and group accounts and their related properties such as logon scripts and profile paths. Identifying the correct administrative function avoids confusion with Server Manager and file system tools.


Given Data / Assumptions:

  • Environment: classic Windows NT domains (PDC/BDC model).
  • We focus on the role of “User Manager for Domains.”
  • Other administrative tasks exist but are handled by different tools.


Concept / Approach:
User Manager for Domains manages domain accounts and their attributes. It does not join computers to a domain (that is done on the workstation/server itself or via Server Manager) and does not change NTFS ACLs (done in File Manager/Explorer or via command-line ACL tools). System policies are edited with “System Policy Editor,” not created by User Manager, although User Manager can store profile and script paths in account properties.


Step-by-Step Solution:

Identify which task aligns with account property management.Logon scripts are assigned per user/group in account properties.Therefore, User Manager for Domains is used to assign logon scripts.


Verification / Alternative check:
In the user’s properties dialog, the “Logon script” and “Profile path” fields confirm this functionality.


Why Other Options Are Wrong:

Adding a workstation: performed during OS networking setup or via Server Manager, not User Manager.Creating profiles/system policies: System Policy Editor and file server storage handle that; User Manager only points to them.Changing NTFS permissions: done in file system ACL tools, not User Manager.None of the above: incorrect because assigning logon scripts is correct.


Common Pitfalls:
Assuming one MMC/console does everything; NT split responsibilities among multiple tools.


Final Answer:
Assigning a logon script to a user or a group of users.

More Questions from Windows NT

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion