Windows 7 Professional Pack : SBS 2011 Essentials Add-in

sbsess

The Windows 7 Professional Pack Add-in (Forever after called W7PP or Pro Pack) is a Free Add-in for SBS Essentials that Microsoft have developed and will be releasing on the 12th of August.

Whilst most Add-ins will work across the Suite of Colorado Products (SBS Essentials, WHS 2011 and Windows Storage Server 2008 R2 Essentials, try saying that after a few drinks) this one is specifically for SBS Essentials.

The Add-In simplifies configuration of Folder Redirection, Windows Firewall Settings and also Windows Update & Defender settings for client computers running Windows 7 Professional.

It does this by creating Group Policy Objects (GPO) by means of a Wizard, and targets Windows 7 Pro by means of a WMI filter, more on WMI Filters here.

Now, for the more experienced Administrator, that obviously means it is trivial to retarget these GPO’s to apply to any Domain Joined Client, however do keep in mind the Target Audience or market for SBS Essentials is that of the DIY’er Admin, someone who doesn’t know one end of a GPO from an OPG.

And just because we can doesn’t mean we should right? We’ve all seen Jurassic Park.

Anyway, i am going to cover the installation of the W7PP and detail the changes it makes, and what you can expect to see on your client machine, and also a little bit of troubleshooting as well.

Installing

Step One.

So, having downloaded your W7PP and extracted it, you will be presented with the setup file. The file is called, Win7ProAddIn.wssx (you may need to unhide known extensions to see the .wssx)

1

Step Two.

Double click the file to start the installation, and the first screen is the License Agreement.

2

Step Three.

The next page is a simple choice, Install the Add-in or Cancel.

3

Step Four.

Installation Progress..

4

Step Five.

And complete..

5

So let’s switch to the Dashboard now and see what has happened.

Go to the Add-ins tab, and you’ll see the W7PP. You can’t really do much here apart from Admire a job well done to get this installed. You can of course undo your handy work by uninstalling (remove) the add-in.

6

Since this is all about getting it working i am not covering the uninstall.

If we move along the tabs to the left, and go to Server Folders and Hard Drives, we can see no changes on this tab, no folders have been added.

7

Keep moving left, and onto the Computers and Backup tab.

8

On the right hand side we have a new option, Implement The Windows 7 Professional Pack.

8a

Just installing this beast is not enough, we have to go all the way and IMPLEMENT!

So let’s click on the Implement W7PP link.

Implement

Step One.

On the first page, we can read a little overview of what the implementation wizard will be doing. Click Next.

9

Step Two.

Enable Folder Redirection Group Policy. On this page we have the choice to choose whether to use Folder Redirection or not, and the choice of which folders to redirect. For example, you may not want to redirect someone’s My Music folder, and have 40gb worth of Abba tracks clogging up your new server. On the other hand you might like Abba, in that case its probably Ok. You can click to ‘Select All’ or cherry pick which ones you want to have redirected. Click Next When you are ready.

Folder Redirection allows a client computer to store data files and folders on a network share. The process is invisible to users. It is a way to make sure that all users documents and files are stored on the server, whether they save them to their ‘desktop’ folder or their ‘documents’ or in the company data share. It can also make it easier for users who move between computers, but when you don’t want the PITA that is Roaming Profiles.

10

Step Three.

Enable Security Policy Settings. Here we can choose if we want to let the W7PP control our Windows Update, Firewall and Defender settings. The default is to have all 3 selected. Click Next when you are ready.

11

Step Four.

The wizard will now run through and setup your policies and also add the folder to host the redirected folders.

12

Step Five.

With any luck you will see a green tick. Green means good.

14

So, let’s go back to the Dashboard and back to the Server Folders and Hard Drives tab, we can see we now have a new Shared Folder created.

16

FolderRedirection, this shared is located in your D:\ drive, and as you will see in the troubleshooting later on, its quite picky about that D:\.

If we right click the folder, and go to ‘View the Folder Properties’ we can have a look at the default settings.

17

On the General Tab, we have the name and description fields, a size total for the folder and a link to open the folder itself.

18

On the Sharing tab we can see the level of access our Users have to this folder.

19

NB. Don’t me tempted to change this – all will become clear later on.

If we go to the Computers and Backup tab, we can now see that the status of the W7PP is now ‘implemented’

15

Now, let’s open up the Group Policy Management Console, and we can run through the settings created by the Pro Pack. (Click Start, Administrative Tools, then find Group Policy Management Console)

20

If you are not familiar with the GPMC or GPO’s in general, i would strongly advise you not to play around with it. Group Policy is extremely powerful and can be used to good effect to create safe, secure, computing environments.

It can also be used to lock yourself out of your own network if you click the wrong thing. Be Warned!

If you expand, Forest, Domains, and finally yourdomain.local you will see a Tree structure that Mirrors what you would see in Active Directory Users and Computers (ADUC) Only this time you can see the GPO’s applied in the tree.

21

All Domains have a Default Domain Policy, even if you are experienced with GPO’s my advice is not to change the Default Domain Policy at all if you can avoid it. So let’s ignore that.

You can see now we have 2 policies created by the Implementation Wizard.

W7PVP Folder Redirection

W7PVP Security Templates

No, i don’t know what the V in PVP stands for.

W7PVP Folder Redirection

Left click on on the Folder Redirection Policy, and the details pane on the left will change to show you more specific info on this policy.

Folder redirection is a really useful feature, and you can find out more from this TechNet page http://technet.microsoft.com/en-us/library/cc732275.aspx

21a

This is a warning, telling you if you make changes to the GPO – they will affect anything the GPO is currently linked to. So be careful.

You can click OK here.

23a

Under Links, you can see where the policy has been Linked, Under Security Filtering, you can see which Groups or Accounts the Policy will affect (apply to) and WMI Filtering shows if any WMI filters have been applied.

WMI Filters and GPO’s are really powerful.

For example, a normal GPO without a WMI Filter will apply to any object below where it has been linked.

That is generally a good thing, but, if we wanted to change a setting on only a particular . group of computers, lets say computers running Office 2010, or if computers have a hard drive of X GB’s then a WMI filter can do that for us.

When the policy is applied, WMI will query the computer for the settings defined in your Filter, and if it matches then the policy will be applied.

WMI in itself is a massive topic and way way way beyond what we are talking about here, and ill follow up with a separate post about the WMI Filter used with the W7PP.

So moving on, we will ignore the Details tab, as this just shows us some info you will not need to worry about, and also the Delegation tab is for advanced targeting and security settings, which you will not need to use.

The Settings tab is the main one, and this shows us which settings have been set, and what the values are.

24

As you can see, nothing has been defined under ‘Computer Configuration’.

GPO’s are split into two sections, Computer Configuration and User Configuration. Pretty self explanatory, but settings defined under Computer Configuration apply to a Computer. Settings for Users apply to Users, regardless of which computer in the domain the user logs into.

User configuration will usually override Computer Configuration, but again GPO’s are a massive subject so you can do more research on Group Policy here.

Under User Configuration, we can expand the settings by clicking ‘Show’

Drill down under Folder Redirection, and you can see each folder that can be configured.

Clicking on Show on any of these folders will display the settings that have been chosen.

25

Each Folders Settings are split in two, You have a Path setting, and then an Options setting.

The path will be set to go to the new Folder created earlier, which is \\servername\FolderRedirection

You will then see %USERNAME%\Folder

%username% is a path Variable, and this tells the Client machine to create a folder under the path, using the users username.

So for example, if i log on as Don Funk, with a user name, DonF then the path to my redirected App Data folder will be

\\servername\FolderRedirection\donf\appdata

  • The options are quite straight forward.
  • Grant the User Exclusive Access to the Folder – Means no one else can view this folder
  • Move the Contents of the Folder – Means if you have an existing local folder, then its contents will be moved over to the server.

Also, Apply redirection Policy to Win 2000…. Means do we want to use this policy along with Older OS’s. There are several considerations to make when you use this setting, which are beyond this post because this Add-in is only for Windows 7! but you can find a great resource here.

Under Policy Removal, there are also some straight forward settings, for what to do when the policy is removed.

Do we want to Leave the contents of the folder in place, or move it back to the local computer.

All of your Redirected Folders will have the same settings by default, which are,

  • Grant the User Exclusive Access
  • Move the Contents

Restore Contents on Policy Removal

W7PVP Security Templates

Moving straight on to the settings of this policy we can see we have settings defined under, Windows Settings, and Administrative Templates.

26

The Windows 7 Firewall settings are configured under ‘Windows Settings’ and ‘Administrative Templates’ and the Windows Update and Defender settings are just configured under Administrative Templates.

Windows Firewall with Advanced Security

This Windows 7 Firewall is very powerful indeed, and can be configured in a very in depth manner. The W7PP does not go to such lengths and just applies some basic firewalling to the client computers. That is to say, it blocks all incoming traffic, and allows all outgoing traffic. It applies these settings on Domain, Private, and Public networks.

Whilst i am security conscious I’m a little concerned that blocking incoming traffic whilst on the domain network might lead to having more issues that it solves, especially if Admins or Users in a small office are used to Sharing desktop printers or folders on each others machines. You could argue that the SBS Server is there to take over… but i am expecting people to trip up on this one.

28

Anyway going back to the GPMC we can review the settings that are applied.

  • Firewall State – On
  • Inbound Connections – Block
  • Outbound Connections – Allow Moving down to the Administrative Templates,

Moving down to the Administrative Templates:

  • Windows Firewall Protect All Network Connections – Enabled

29a

That is it for the Windows Firewall settings. As i said, very basic settings.

Windows Defender

Windows Defender is also controlled by the W7PP. There are 8 Available GPO settings for Windows Defender, but the only setting defined by the W7PP is

29b

  • Check For New Signatures before Scheduled Scan This is fairly straight forward and, of course will force Windows Defender to check for updates prior to running a scan.
    There are other settings available for use by GPO. I cannot find a definitive resource bearing the Microsoft logo though, so, you’re on your own for now!

Windows Update

Last but not least, Windows Update. Let’s run through which settings are being controlled:

30

  • Allow Automatic Updates Immediate Installation
  • Allow Non Administrators to receive notifications
  • Configure Automatic Updates
  • Enable Windows Update Power Management
  • Turn On Recommended Updates

Allow Automatic Updates immediate installation. This is a policy i always disable. It is enabled here by default, and this worries me slightly because an update that is downloaded that may not need to reboot will auto install. This could happen during the work day and i have seen it cause problems with clients. I have never used this setting since Windows XP days.

Allow Non Administrators to Receive Notifications. This will be the little prompt in the system tray that tells users Updates are ready. Personally i also do tend to turn this off, as prompts to users generally means questions, and we don’t like questions do we?

Configure Automatic Updates. This setting is configured with Option 4. Download and Schedule the Install, and the install time is scheduled for 3am. The first one i agree with Smile

Enable Windows Update Power Management. A brilliant feature brought in with Windows Vista, Gone are they days when you had to leave your computer running overnight so it would actually install the updates at 3am. Windows can now switch on the machine for you and install updates, and let power management put it back to sleep when it is finished.

Turn on Recommended updates. I don’t know what makes an update recommended as opposed to any other type. Suffice to say, by default, your going to get them.

You can find out more about controlling Windows Update behaviour through Group Policy here

So that pretty much covers the installation, implementation, and settings on the Pro Pack.

If we switch over to a Win7 Client PC now we can see some of the changes you will see on your machines.

Windows 7 Client Computer

Log on to your Windows 7 Machine, and launch an Elevated Command Prompt. (Right click CMD and click Run as Administrator)

30

If you are new to GPO’s then one command you really want to learn is GPRESULT. This will show us the status of Group Policy on our client computer.

So from our CMD prompt, run GPRESULT /R

31a

Scrolling through the output, you will see, it is again split into Computer Settings and User Settings – almost like they knew we would be looking.

31c

We can see some really useful information about the Client, the last time it applied Group Policy, and the Server (Domain Controller) it was applied from, the Site we are in and whether we are using a Roaming Profile. Some of this is only for larger networks however and not really important in an SBS Essentials network.

Moving down, we can see what policy is applied to our Computer, and which ones are filtered out.

The same is true for the currently logged on User.

31b

We can see in this output the only policies that are being applied currently are the Default Domain Policy to the computer, and nothing to the user account.

Lets also look at the path to our My Documents folder, if we click on Start, the right click Documents, and click Properties.

33

34

We can see the path points to the local computer, c:\users\don

Now lets imagine we magically apply the W7PP, and reboot our PC.

The new GPO’s should be applied at start-up and logon (start-up for computer and logon for user)

You may notice your first logon after implementing the pack is longer than usual, that is because the computer is copying up the contents of your redirected folders at logon.

User wont know that though, they will just see a really slow logon.

35

Now, running another GPRESULT /R

We can now see that our W7PVP Policies are applied.

36

37

If we go back to look at the path of our My Documents folder, we can see that it now points to our FolderRedirection share on the server.

38

If we navigate to the shared folder we can see all of our redirected folders.

39

We can also just review the status of the Firewall, right click the network icon in the system tray, then go to Network and Sharing Center, in the bottom left, click Windows Firewall.

40

You can see a cream coloured bar saying that, For your security, Some Settings are managed by your System Administrator.

Troubleshooting

During the writing of this post i did come across a few issues.

Firstly, if you do not have a D:\ on your server and you choose to Redirect Folders, the implementation wizard will fail. You do not have the choice to move it to another drive, the wizard will just fail.

13

What to do if you have built your server with one big C drive?

I would hope that, you have some free space. So my advice today would be to create a VHD in Disk Management and Mount that as Drive D. You can find out how to do that from here (the link is for Windows 7 but the steps are the same)

NB. Do not use DISKPART unless you know what you are doing.

You might think that is a stroke of genius. You’re right. Unfortunately it doesn’t work.

Seemingly if you find yourself here you have strayed too far from the defaults and we know what means in SBS land.. you’re riding a segway on a cliff top, and we all know how that story ended right?

110

What does work however is Shrinking the C partition down and creating a new D partition in the free space. You can do this from Disk Management.

Whatever happens, You need a D and the only way it seems, to get the wizard to play nice is to get a D:\, from wherever you can!

Troubleshooting clients will be a little easier. First the basics, make sure your Server and Clients are in the same Time Zone (i assume they are physically, but logically, the computers clocks may be different)

Check your GPRESULT command, see what is and what is not applied.

Look in the event logs on the client PC, you will find most errors with GPO are usually something simple like NTFS or Share Permissions.

15

That links us in nicely with a little oddness from the Dashboard. If you remember earlier, we looked at our new FolderRedirection folder (on the Server Shares and Hard Drives tab)

It shows all our users had no access!

19

So how then, does Folder Redirection occur?

If we go into the Computer Management MSC console, we can look at the Share Permissions of the FolderRedirection folder. We can see here in the properties and on the Share Permissions tab, that Everyone has Full Control to the Share.

33

If we look at the Security tab at the NTFS permissions, we can see that Domain Users, have Read, Read & Execute and List folder Contents. We can also See a special permission is applied. That permission is create folders.

34

So, because our user has the Create Folder permission, we are allowed to create folders for Folder Redirection at logon. Then, because we created the folder, we are the owner, and the owner is granted Full Control of that folder by default.

But why does it show ‘No Access’ in the Dashboard? Good Question.

The answer is, i don’t know. What i can tell you is that on the other default shares, the user access settings result in an entry in the Access Control List on that folders security tab,

We don’t want that on the FolderRedirection folder as that potentially will grant access to other users folders once they have been redirected.

I hope you have enjoyed this run through the W7PP, please form an orderly queue at the download center.

In this follow up post i talk about how to use GPO and WMI on Windows XP and Windows Vista to get similar functionality.

http://titlerequired.com/2011/08/19/wmi-filters-windows-7-professional-pack-sbs-essentials/

About Robert Pearman
Robert Pearman is a UK based IT worker bee. He has been working within the IT Industry for what feels like forever. Robert likes Piña colada and getting caught in the rain, he also enjoys writing about Technology like PowerShell or System Automation but not as much as he used to. If you're in trouble, and you can find him, maybe you can ask him a question.

22 Responses to Windows 7 Professional Pack : SBS 2011 Essentials Add-in

  1. Pingback: Rob’s blog on the Windows 7 Professional Pack | MVP Tour

  2. Pingback: WMI Filters, Windows 7 Professional Pack & SBS Essentials « Title (Required)

  3. do9man says:

    I didn’t get the option to redirect the Roaming folder. Do you know how this can happen? This checkbox simply was not in the folder list and is not redirected.
    And is this a good option at all? What do you mean with PITA in this case?

    • Can you review the screen shots – the second screen shot under ‘implement’ shows the check box for AppData/Roaming.

      This refers to the folders you would find under c:\users\username\appdata\

      PITA = Pain In the Ass

      • do9man says:

        Yes, I see your screenshot. I mean that when I did the implementation, there was no option for Roaming in my list of folders, the other folders were there. So my Roaming folder is not redirected. Why?
        But maybe it’s not a good idea at all? You said the redirecting of the roaming folder is PITA? Wouldn’t you recommend to do it at all?

      • No, Roaming profiles, is a pita.

        Folder redirection of the roaming folder is ok.

        The option to redirect that folder is built into the wizard, but I haven’t used it for a week or so, so not 100% off the top of my head what all the options are.

        If it is not redirecting, have you checked the event logs of the client computers to see if you have errors?

      • shawn says:

        after trying to setup roaming profile for thunderbird everything seen okay on the first computer then when i went to the second computer it wasn’t their, i then looked in the server “W7PVP Folder Redirection” and the AppData wasn’t there, so how can i fix this. I know i saw it when installing Pro Pack.

      • I would check the event logs on that computer.

        Is it the same operating system?

      • shawn says:

        there are no errors, i went back and looked at the setup an saw there is no option to add or remove AppData like your pics shows, it just starts with the contacts. So I went in the GPO and it was there disabled just above the contacts so i set it up the same and it is working. but i may turn it off and just put thunderbird files in the docs folder instead. I think MS might have disabled it because of the PITA. :)

      • shawn says:

        i turn the AppData back off but it didn’t put the folders back on the the 2 clients i tried it with so had to tryout the workstation backup and it worked very well, only problem i had was my workstations are static ip so the key you make requires DHCP working on the same subnet, so i open an error log which let me get into the folders to run a CMD screen and do a netsh to set a static ip then the backup could see the server.

  4. Grant says:

    I have installed this but it seems that all these settings apply to all users. I can set folder redirection on one machine while other have folder redirection turned off. I would like to do this because I want to turn on Folder Redirection only for our employees who use laptops. All other machines, I preform backups. Is this addin apply to all computer and not individual ones?

    • The default for the addin is to add two GPO’s at the domain level, therefore they apply to all users in the domain.

      You can choose to target a specefic OU with a GPO to do the folder redirection and move those users to that OU, or probably a better way is to add a new Group, add the users who you want folder redirection for, then make the GPO only apply to that Group.

  5. Gantry says:

    Does the “Enable Windows Update Power Managment” entry for Windows Update apply to machines that are shut off or just in sleep mode? Would be great if they used Wake-ON-LAN to boot the machines back up but the description makes me unsure if this is happening.

    It’s hard to train users to keep their PCs on and jut sleep/hibernate it, so it would be very useful for updates (and the SBSe backup).

    • SBSe Backup will wake, a machine that is sleeping, as does the GPO setting. I have not seen a setting, or certainly not tested this to see if it works with a machine that is shutdown.

      WOL is not in use here, and remeber – this is Server 2008 R2 Standard underneath, i cant imagine Microsoft wanting to implement WOL accross a 50,000 pc network to boot machines for patches… maybe they should?

      It’s certainly worth testing.

  6. Ben says:

    I’d like to enable folder redirection on XP machines connected to SBS 2011 Esstentials. What would happen if i go under “WMI Filters” and select “W7PVPAddins WMI Filter” and remove the link to “W7PVP Folder Redirection”?

  7. Scott Jensen says:

    I’d like to manage updates like in WSUS. Is this possbile? If not, specifically I have an update that conflicts with a clients application. I can hide it on the workstation, but it eventually gets installed again and thier program will not run. The vendor has not created a fix yet. I have only had the server up for a week and this has happened twice now.

  8. Scott Jensen says:

    I have hidden it, but GP overrides it and it gets installed again. Is there a way to change the settings configured with the Sin 7 Pro add-in? I don’t seem to find a way to re-run or modify the settings.

Leave a reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.