Distribution Groups in Windows Server | Generated by AI

Home 2026.02

Question: In a Windows Server 2003 environment, which group type is used exclusively for distributing email and does not have security enabled?

Answer:

The correct answer is C. Distribution Group (通信组).

Detailed Explanation:

In Windows Server 2003 (and subsequent versions), there are two primary types of groups based on their usage:

  1. Security Groups (安全组):
    • Purpose: Used to assign permissions to resources (files, folders, printers) and to grant user rights.
    • Security Enabled: Yes. They have a Security Identifier (SID) and can be used in Access Control Lists (ACLs).
    • Email Capability: They can be used for email distribution if the environment includes Microsoft Exchange Server, but their primary definition is security-related.
  2. Distribution Groups (通信组):
    • Purpose: Used exclusively for sending emails to a collection of users.
    • Security Enabled: No. They do not have a SID and cannot be used to assign permissions or user rights. Using them for security purposes is impossible.
    • Email Capability: This is their sole function.

Analysis of Other Options:

Conclusion:

The question specifically asks for the group type that is used only for email and has no security enabled. That definition matches Distribution Groups perfectly.

References:


Back Donate