How to Manually Create the SBS 2008 and WSUS Group Policies Objects
[Today's post comes to us courtesy of Ed Walters]
Please click HERE for the steps to manually create the SBS 2011 Standard and WSUS Group Policies Objects.
Update Services Policies:
- Update Services Client Computers Policy
- Update Services Common Settings Policy
- Update Services Server Computers Policy
Windows SBS Policies:
- Windows SBS Client – Windows Vista Policy
- Windows SBS Client – Windows XP Policy
- Windows SBS Client Policy
- Windows SBS CSE Policy
- Windows SBS Users Policy
- Small Business Server Folder Redirection Policy (Optional)
We do not cover the steps to create the Default Domain Controllers Policy or the Default Domain Policy in this post. Either restore these policies from backup or contact Microsoft Product Support Services for assistance.
Create the three Update Services Policies
Open Start > Run and enter gpmc.msc to open the Group Policy Management Console.
Expand Forest: <SBS Forest>\Domains\<SBS Domain>\Group Policy Objects
Right-click the Group Policy Objects key and choose New
Enter Update Services Client Computers Policy as the name
Select OK
***The name must be entered exactly as shown, DOUBLE CHECK your spelling before selecting OKCreate the two remaining WSUS policies in this way
-
- Update Services Common Settings Policy
- Update Services Server Computers Policy
Configure the Update Services Client Computers Policy
- Right-click Update Services Client Computers Policy and choose Edit. On the Group Policy Management Editor, open Computer Configuration\Policies\Administrative Templates\Windows Components\Windows Update
- Configure the settings as shown in the report below
Configure the Update Services Common Settings Policy
- Right-click Update Services Common Settings Policy and choose Edit. On the Group Policy Management Editor, open Computer Configuration\Policies\Administrative Templates\Windows Components\Windows Update
- Configure the settings as shown in the report below
Important: The Set the intranet update service for detecting updates and Set the intranet statistics server policies are specific to your server and must be configured with https://<YourServerName>:8530
Note: The above report for this GPO shows the “enabled” and “disabled” policy settings only. Any policy that does not appear in the above report should be set to “Not configured” on your server.
Configure the Update Services Server Computers Policy
- Right-click Update Services Server Computers Policy and choose Edit. On the Group Policy Management Editor, open Computer Configuration\Policies\Administrative Templates\Windows Components\Windows Update
- Configure the settings as shown in the report below
Configure the scope of the new Update Services Policies
The configuration on the Scope tab for each new Update Services GPO needs to be as follows:
- Update Services Client Computers Policy
- Leave “Links” empty
- Remove any object under “Security Filtering”
- Set “WMI Filtering” to <none>
- Update Services Server Computers Policy
- Leave “Links” empty
- Remove any object under “Security Filtering”
- Set “WMI Filtering” to <none>
- Update Services Common Settings Policy
- Leave “Links” empty
- “Authenticated Users” must be listed under “Security Filtering”
- Set “WMI Filtering” to <none>
Link the new Update Services Policies
In the Group Policy Management Console, right-click on your SBS domain and select Link an Existing GPO
Select the following 3 policies
- Update Services Client Computer Policy
- Update Services Common Settings Policy
- Update Services Server Computer Policy
Click OK
Once the WSUS policies have been updated and applied, Security Filtering on the Client Computers and Server Computers GPOs will begin populating with the machine accounts of your domain joined clients and servers. This is done automatically by SBS every 5 minutes.
Create the Windows SBS Policies
Create the Small Business Server Folder Redirection Policy (Optional):
This is an optional GPO. Follow these steps only if you wish to use folder redirection
- On the SBS 2008 Console, select the Shared Folders and Web Sites tab
- On the Right hand side, under “Tasks” select Redirect folders for user accounts to the server
- Complete the wizard
Create the remaining SBS GPOs
These steps will create the following GPOs:
- Windows SBS Client – Windows Vista Policy
- Windows SBS Client – Windows XP Policy
- Windows SBS Client Policy
- Windows SBS CSE Policy
- Windows SBS Users Policy
Copy the following file and save it to an easily accessible path, such as c:\windows\temp, on the SBS 2008 server:
https://cid-d5fe25afb6c3615f.skydrive.live.com/self.aspx/.Public/gpofix.txtRight-click on the Command Prompt and select Run as Administrator
Run the following command from the Administrator Command prompt, substitute the path to the gpofix.txt file as needed (We recommend that you DO NOT copy & paste the command directly from the blog post):
“C:\Program Files\Windows Small Business Server\Bin\GPOTask.exe” /config:c:\windows\temp\gpofix.txt
The task will take a few moments to complete, after which it will return to the command prompt
Verify that the GPOs have been created in the Group Policy Management Console
Run and complete the Internet Address Management Wizard from the SBS 2008 Console to complete the configuration.
Comments
Anonymous
January 01, 2003
Hi John, The Windows SBS Manager service (DataCollectorSvc) does this for you based on the group membership in WSUS that you have chosen for your machines. For more info on this, have a look at http://blogs.technet.com/sbs/archive/2009/06/23/update-services-in-sbs-2008.aspxAnonymous
September 21, 2009
"Once the WSUS policies have been updated and applied, Security Filtering on the Client Computers and Server Computers GPOs will begin populating with the machine accounts of your domain joined clients and servers. This is done automatically by SBS." Automatically? Even if we have manually created the GPO and linked them to the domain OU? How does the server computer policy know it applies to an object in the SBS Computers - Servers OU (or the client to clients) if they are linked to the domain GPO? The instructions on technet are the same as you have here, so I was glad of the opportunity to ask about this. Thanks, John