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:
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.
Discussion & Comments