<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Component Tales: 10 Cool Uses for Group Policies on Windows Embedded Standard</title><link>http://blogs.msdn.com/embedded/archive/2009/07/07/component-tales-10-cool-uses-for-group-policies-on-windows-embedded-standard.aspx</link><description>[The following article is authored by one of the Windows Embedded MVPs (Most Valuable Professionals). Our MVPs have a heavy background in Embedded systems and are a great repository of information on Windows Embedded products. We’re providing this space</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Component Tales: 10 Cool Uses for Group Policies on Windows Embedded Standard</title><link>http://blogs.msdn.com/embedded/archive/2009/07/07/component-tales-10-cool-uses-for-group-policies-on-windows-embedded-standard.aspx#9823509</link><pubDate>Wed, 08 Jul 2009 09:35:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9823509</guid><dc:creator>David</dc:creator><description>&lt;p&gt;Yes, Group Policies are cool, but the problem I see is that an administrator could apply policies that break the embedded device or simply alter its configuration in ways that were never tested. This is a very problematic scenario for e.g. medical devices.&lt;/p&gt;
&lt;p&gt;Is there a way that I can configure an Embedded image so that only the policies that I can test can be applied? For example, I don't want to run any other code than my own, so no scripts are allowed, and no published applications. In essence, I want a local policy that overrides everything else, and only leaves a few cruical settings overrideable. This is not what you want on a general purpose desktop OS, but it is very desireable on embedded device. Is it possible?&lt;/p&gt;
</description></item><item><title>re: Component Tales: 10 Cool Uses for Group Policies on Windows Embedded Standard</title><link>http://blogs.msdn.com/embedded/archive/2009/07/07/component-tales-10-cool-uses-for-group-policies-on-windows-embedded-standard.aspx#9824275</link><pubDate>Wed, 08 Jul 2009 19:28:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9824275</guid><dc:creator>Alexander Wechsler</dc:creator><description>&lt;p&gt;There are some precautions that help to make make this possible. First, put all Windows Embedded Standard devices in their own organizational unit in Active Directory. You or the admin are then able to specify and test which policies are applied. This can be considered a best practice for Standard devices, anyway, because it shield against desktop GP changes.&lt;/p&gt;
&lt;p&gt;Additionally you could use EWF or FBWF to protect the image against unwanted configurations and apply GPs selectively leveraging Secedit(see &lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/227448"&gt;http://support.microsoft.com/kb/227448&lt;/a&gt;). &lt;/p&gt;
&lt;p&gt;In this scenario EWF or FBWF need to be turned off before the update and turned on afterwards. &lt;/p&gt;
</description></item><item><title>re: Component Tales: 10 Cool Uses for Group Policies on Windows Embedded Standard</title><link>http://blogs.msdn.com/embedded/archive/2009/07/07/component-tales-10-cool-uses-for-group-policies-on-windows-embedded-standard.aspx#9824779</link><pubDate>Wed, 08 Jul 2009 23:43:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9824779</guid><dc:creator>David</dc:creator><description>&lt;p&gt;@Alexander: Thanks for the reply, but I think Secedit is too coarse. Also, EWF and FBWF won't prevent policies for being applied at boot time (although changes don't persist after a restart).&lt;/p&gt;
&lt;p&gt;If all the users of my device really put it in an OU of its own, with only &amp;quot;safe and approved&amp;quot; policies, there would be no problem, but what realistically is going to happen is that admins mistakenly apply policies that break the device, like installing an intrusive antivirus suite on it. If this is a medical device, with strict regulatory requirements, this is unacceptable.&lt;/p&gt;
&lt;p&gt;Right now I don't see how I could join a medical device to a domain and have Group Policies enabled without these kind of risks. So, would it be possible to join a domain for the sake of authentication, but completely opt out of Group Policy? Finally, any news on improvements to this scenaro in Windows 7?&lt;/p&gt;
</description></item><item><title>re: Component Tales: 10 Cool Uses for Group Policies on Windows Embedded Standard</title><link>http://blogs.msdn.com/embedded/archive/2009/07/07/component-tales-10-cool-uses-for-group-policies-on-windows-embedded-standard.aspx#9828336</link><pubDate>Fri, 10 Jul 2009 09:02:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9828336</guid><dc:creator>Alexander Wechsler</dc:creator><description>&lt;p&gt;If You just need authentication functionality, this can be achieved with the help of AD Federation Services (&lt;a rel="nofollow" target="_new" href="http://technet.microsoft.com/en-us/library/cc772593"&gt;http://technet.microsoft.com/en-us/library/cc772593&lt;/a&gt;(WS.10).aspx)on application level without joining the domain. Another option would be the use of LDAP to do authentication aginst the directory service.&lt;/p&gt;
&lt;p&gt;Btw., if you do not trust admins you should educate them to handle your devices. &lt;/p&gt;
&lt;p&gt;Otherwise there will be a lot of problems, e.g. with the handlicng of application and OS updates. What if they apply all desktop patches to your device? In this case the problem is not being in a domain or not.&lt;/p&gt;
</description></item><item><title>re: Component Tales: 10 Cool Uses for Group Policies on Windows Embedded Standard</title><link>http://blogs.msdn.com/embedded/archive/2009/07/07/component-tales-10-cool-uses-for-group-policies-on-windows-embedded-standard.aspx#9833285</link><pubDate>Tue, 14 Jul 2009 19:08:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9833285</guid><dc:creator>David</dc:creator><description>&lt;p&gt;@Alexander: Thanks, those were great tips that I will look into. &lt;/p&gt;
&lt;p&gt;About not trusting admins - think of the device as a locked-down appliance where users and admins don't have access to the standard Windows shell or command prompt, and applications can't be run from external media. Updates will come through the device maker, not Microsoft Update. It is really an embedded device in the more traditional sense and not intended to be used as a general purpose Windows PC. The motivation for using Windows at all is ease of development and access to many enabling technologies (save for the full Windows shell and Control Panel). I think that it is important that Windows Embedded works well in this scenario, and not just Windows CE. This includes giving the platform builder a lot of control over the end product, from how the boot process works, Plug-and-Play driver installation, Control Panel dialogs, and selective Group Policy application. The point is to leave more control over which parts of Windows that a user (or admin) can access to the device maker, without having to reinvent the wheel (i.e. rewrite a lot of Control Panel dialogs that open &amp;quot;Pandoras Box&amp;quot; or build something akin to Group Policies to help with management of many devices).&lt;/p&gt;
</description></item></channel></rss>