Difficulty: Medium
Correct Answer: Create a Windows Installer package for the service pack and assign/publish it via Group Policy
Explanation:
Introduction / Context:
In Windows 2000 Active Directory environments, software distribution to clients is commonly done using Group Policy Software Installation (GPSI) with Windows Installer packages (.msi). To ensure that every Windows 2000 Professional computer receives a service pack automatically at logon, you must integrate the package into a domain-based Group Policy Object applied to the target computers or users.
Given Data / Assumptions:
Concept / Approach:
Build or obtain a Windows Installer package that wraps the service pack deployment and supports silent installation. Then use a GPO linked to the OU containing the clients to assign (to computers) or publish (to users, if appropriate). RIS is for OS deployment, not service pack rollout. Local Computer Policy affects only a single machine and does not scale. DFS provides distribution paths but does not automate installation by itself.
Step-by-Step Solution:
Verification / Alternative check:
Review client event logs for software installation entries; confirm the service pack level post-reboot. Ensure proper permissions to the distribution share and that the package supports silent parameters.
Why Other Options Are Wrong:
Common Pitfalls:
Deploying via user assignment when computer assignment is required; neglecting reboot requirements; not testing transforms/customizations before broad rollout.
Final Answer:
Create a Windows Installer package for the service pack and assign/publish it via Group Policy.
Discussion & Comments