{"id":810,"date":"2007-06-08T00:06:17","date_gmt":"2007-06-07T23:06:17","guid":{"rendered":"http:\/\/www.markwilson.co.uk\/blog\/2007\/06\/group-policy-in-windows-vista.htm"},"modified":"2007-06-10T00:27:42","modified_gmt":"2007-06-09T23:27:42","slug":"group-policy-in-windows-vista","status":"publish","type":"post","link":"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/group-policy-in-windows-vista.htm","title":{"rendered":"Group policy in Windows Vista"},"content":{"rendered":"<p>Windows Vista makes a number of changes to the implementation and management of group policy objects (GPOs) and, as group policy is something that I haven&#8217;t worked with for a while, I figured it was time to take another look.  A week or so back, I spent the morning at Microsoft, where <a href=\"http:\/\/blogs.technet.com\/steve_lamb\/\">Steve Lamb<\/a> presented a session on using Group Policy in Windows Vista to control user behaviour and network security.<\/p>\n<p>Policy has existed in various versions of Windows for a long time but group policy was introduced in Windows 2000 (enforced by Active Directory) and many group policy settings are also available as local computer policies (used when a machine is not authenticated by an Active Directory domain controller).  Each new version of Windows brings more control over what can be controlled using policies and Windows Vista is no exception with a significant increase in the available options (Microsoft quotes various figures but they all indicate at least 2000 new settings).  The new areas covered include removable device management, power management and user access control.  There are also new management tools the <a href=\"http:\/\/www.microsoft.com\/windowsserver2003\/gpmc\/\">group policy management console<\/a> (GPMC) is now included with Windows (previously, it was a separate download ) and the group policy editor (<code>gpedit.exe<\/code>) now supports filtering of administrative template policy settings via a context-sensitive option on the view menu to show, for example, only those settings that apply to at least Windows XP Professional with SP2.<\/p>\n<p>Windows Vista also makes improvements to policy control around network awareness, detecting changes in network conditions (e.g. connecting to a new network) and enforcing new policy settings accordingly.  There are also improvements to the application of policy (with fewer requirements for synchronous application of policy).<\/p>\n<p>It&#8217;s important to note the difference between a policy &#8211; stored in a subfolder (machine or user) on the domain controller under %systemroot%\\sysvol\\sysvol\\<em>domainname<\/em>\\policies\\<em>guid<\/em>\\ &#8211; and policy definition files &#8211; stored at the same location but simply defining the available settings.<\/p>\n<p>Although Windows Vista will still act on legacy (.adm) policy definition files, policy definitions created under Windows Vista use a new XML-based file format with an .admx extension.  Furthermore, Windows Vista group policy uses separate .adml files to provide the language-specific textual components of each policy.<\/p>\n<p>When editing policy on a Windows Vista computer, the policy definition files are stored at %systemroot%\\policydefinitions\\ with one .admx file for each area of control and associated .adml files in each language subfolder (e.g. en-us).<\/p>\n<p>These can be copied to the central store (really just a grand name for the policies folder that is replicated as part of sysvol) in order to make them available for administration from multiple locations.  Central store copies of policy definitions will then take precedence over local copies (but legacy clients will be unaffected by the new settings).<\/p>\n<p>Although legacy clients will simply ignore policy settings that they do not understand, Microsoft recommends that once Windows Vista policies are implemented, then no further policy edits should be made from pre-Vista computers.  The reasoning for this is that even opening the policy definition on a pre-Vista computer will cause the legacy .adm files to be created on the sysvol and this leads to a phenomenon known as sysvol bloat.  By using only Windows Vista clients for group policy management, this bloat can be avoided. It&#8217;s also worth noting that GPO reporting should be performed within the Windows Vista version of the GPMC (rather than using the resultant set of policy MMC snap-in) and that new policy backups should be taken using the Windows Vista GPMC to avoid issues when restoring policy backups taken from GPMC running on Windows XP\/Server 2003. Further details for managing group policy administrative template (.adm) files can be found in <a href=\"http:\/\/support.microsoft.com\/kb\/816662\">Microsoft knowledgebase article 816662<\/a>.<\/p>\n<p>For bringing forward settings from legacy (.adm) policy templates, Microsoft has licensed the <a href=\"http:\/\/www.microsoft.com\/downloads\/details.aspx?familyid=0F1EEC3D-10C4-4B5F-9625-97C2F731090C&amp;displaylang=en\">ADMX Migrator<\/a> utility (from <a href=\"http:\/\/www.fullarmor.com\/\">Full Armor<\/a>).<\/p>\n<p>Another new feature with Windows Vista group policy is the ability to define multiple local policies (administrator, non-administrator and per-user) and even to disable local policy altogether on domain-joined computers.  Whilst the local computer policy remains (and is created by default), further local policies may be created using the group policy editor.  This is useful for computers over which some control is required but which fall outside the scope of management for Active Directory (e.g. kiosks or computers deployed in a DMZ).<\/p>\n<p>Troubleshooting group policy is aided with Windows Vista&#8217;s improved event logging (with more useful events and links to support information on the Internet) as well as the ability to view events in friendly (human-readable) format or XML (for analysis\/processing).  The new event viewer also supports the ability to create subscriptions.  Actions can also be associated with events (e.g. send an e-mail, or execute a script).<\/p>\n<p>Filters can be used to view just group policy events and by drilling down into the appropriate logfile, an activity ID can be extracted from a failure event to further filter events, or to view with the <a href=\"http:\/\/www.microsoft.com\/downloads\/details.aspx?FamilyID=BCFB1955-CA1D-4F00-9CFF-6F541BAD4563&amp;displaylang=en\">group policy log view<\/a> (<code>gplogview.exe<\/code>) &#8211; another free download from Microsoft.  This allows for step-by-step group policy processing to identify the failure point and any error codes, after which changes can be made and <code>gpupdate.exe<\/code> used to apply the new settings for re-analysis.<\/p>\n<p>For enterprise customers, Microsoft has a new tool for advanced group policy management &#8211; GPOVault is part of the <a href=\"http:\/\/www.microsoft.com\/presspass\/features\/2006\/oct06\/10-17desktop.mspx\">desktop optimisation pack for software assurance<\/a> (DOPSA), gained as part of Microsoft&#8217;s acquisition of <a href=\"http:\/\/www.desktopstandard.com\/\">DesktopStandard<\/a>.<\/p>\n<h3>Further information<\/h3>\n<p>Microsoft resources:<\/p>\n<ul>\n<li><a href=\"http:\/\/technet2.microsoft.com\/WindowsVista\/en\/library\/a8366c42-6373-48cd-9d11-2510580e48171033.mspx?mfr=true\">What&#8217;s new in group policy in Windows Vista and Windows Server Longhorn<\/a><\/li>\n<li><a href=\"http:\/\/www.microsoft.com\/downloads\/details.aspx?familyid=311f4be8-9983-4ab0-9685-f1bfec1e7d62&amp;displaylang=en\">Windows Vista Step-by-step guides for IT Professionals<\/a>:\n<ul>\n<li>Controlling device installation and useage with group policy.<\/li>\n<li>Managing group policy ADMX files step-by-step guide.<\/li>\n<\/ul>\n<\/li>\n<li><a href=\"http:\/\/www.microsoft.com\/downloads\/details.aspx?FamilyID=41dc179b-3328-4350-ade1-c0d9289f09ef&amp;displaylang=en\">Windows Vista group policy settings reference<\/a>.<\/li>\n<li><a href=\"http:\/\/www.microsoft.com\/grouppolicy\">Windows Server group policy<\/a> (<a href=\"http:\/\/www.microsoft.com\/technet\/grouppolicy\">TechNet<\/a>).<\/li>\n<li><a href=\"http:\/\/blogs.technet.com\/grouppolicy\/\">Group Policy team blog<\/a>.<\/li>\n<\/ul>\n<p>MVP and community resources:<\/p>\n<ul>\n<li><a href=\"http:\/\/www.grouppolicywiki.com\">Group policy wiki<\/a>.<\/li>\n<li>Darren Mar-Elia (<a href=\"http:\/\/www.gpoguy.com\/\">GPO guy<\/a>, including <a href=\"http:\/\/www.gpoguy.com\/tools.htm\">tools and scripts<\/a>).<\/li>\n<li>Jeremy Moskowitz (<a href=\"http:\/\/www.gpanswers.com\/\">Group Policy Resource Center<\/a>).<\/li>\n<li>Mark Heitbrink (<a href=\"http:\/\/www.gruppenrichtlinien.de\/\">Gruppenrichtlinien<\/a>) (German).<\/li>\n<li><a href=\"http:\/\/www.gpomasters.com\">GPO Masters<\/a> (French).<\/li>\n<li><a href=\"http:\/\/groups.google.com\/group\/microsoft.public.windows.group_policy\/\">microsoft.public.windows.group_policy newsgroup<\/a>.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Windows Vista makes a number of changes to the implementation and management of group policy objects (GPOs) and, as group policy is something that I haven&#8217;t worked with for a while, I figured it was time to take another look. A week or so back, I spent the morning at Microsoft, where Steve Lamb presented &hellip; <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/group-policy-in-windows-vista.htm\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Group policy in Windows Vista<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[],"tags":[102,98],"class_list":["post-810","post","type-post","status-publish","format-standard","hentry","tag-active-directory","tag-windows-vista"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Group policy in Windows Vista - markwilson.it<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/group-policy-in-windows-vista.htm\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Group policy in Windows Vista - markwilson.it\" \/>\n<meta property=\"og:description\" content=\"Windows Vista makes a number of changes to the implementation and management of group policy objects (GPOs) and, as group policy is something that I haven&#8217;t worked with for a while, I figured it was time to take another look. A week or so back, I spent the morning at Microsoft, where Steve Lamb presented &hellip; Continue reading Group policy in Windows Vista\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/group-policy-in-windows-vista.htm\" \/>\n<meta property=\"og:site_name\" content=\"markwilson.it\" \/>\n<meta property=\"article:published_time\" content=\"2007-06-07T23:06:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2007-06-09T23:27:42+00:00\" \/>\n<meta name=\"author\" content=\"Mark Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:site\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mark Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/06\\\/group-policy-in-windows-vista.htm#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/06\\\/group-policy-in-windows-vista.htm\"},\"author\":{\"name\":\"Mark Wilson\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"headline\":\"Group policy in Windows Vista\",\"datePublished\":\"2007-06-07T23:06:17+00:00\",\"dateModified\":\"2007-06-09T23:27:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/06\\\/group-policy-in-windows-vista.htm\"},\"wordCount\":1004,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"keywords\":[\"Microsoft Active Directory\",\"Microsoft Windows Vista\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/06\\\/group-policy-in-windows-vista.htm#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/06\\\/group-policy-in-windows-vista.htm\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/06\\\/group-policy-in-windows-vista.htm\",\"name\":\"Group policy in Windows Vista - markwilson.it\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\"},\"datePublished\":\"2007-06-07T23:06:17+00:00\",\"dateModified\":\"2007-06-09T23:27:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/06\\\/group-policy-in-windows-vista.htm#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/06\\\/group-policy-in-windows-vista.htm\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2007\\\/06\\\/group-policy-in-windows-vista.htm#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Group policy in Windows Vista\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/\",\"name\":\"markwilson.it\",\"description\":\"get-info -class technology | write-output &gt; \\\/dev\\\/web\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\",\"name\":\"Mark Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"width\":800,\"height\":800,\"caption\":\"Mark Wilson\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\"},\"description\":\"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.\",\"sameAs\":[\"http:\\\/\\\/www.markwilson.co.uk\\\/\",\"https:\\\/\\\/www.instagram.com\\\/markwilsonuk\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/markawilson\\\/\",\"https:\\\/\\\/x.com\\\/markwilsonit\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCWHlZCoHRTocdvtrOJ2IL4A\"],\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/author\\\/mark-wilson\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Group policy in Windows Vista - markwilson.it","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/group-policy-in-windows-vista.htm","og_locale":"en_GB","og_type":"article","og_title":"Group policy in Windows Vista - markwilson.it","og_description":"Windows Vista makes a number of changes to the implementation and management of group policy objects (GPOs) and, as group policy is something that I haven&#8217;t worked with for a while, I figured it was time to take another look. A week or so back, I spent the morning at Microsoft, where Steve Lamb presented &hellip; Continue reading Group policy in Windows Vista","og_url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/group-policy-in-windows-vista.htm","og_site_name":"markwilson.it","article_published_time":"2007-06-07T23:06:17+00:00","article_modified_time":"2007-06-09T23:27:42+00:00","author":"Mark Wilson","twitter_card":"summary_large_image","twitter_creator":"@markwilsonit","twitter_site":"@markwilsonit","twitter_misc":{"Written by":"Mark Wilson","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/group-policy-in-windows-vista.htm#article","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/group-policy-in-windows-vista.htm"},"author":{"name":"Mark Wilson","@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"headline":"Group policy in Windows Vista","datePublished":"2007-06-07T23:06:17+00:00","dateModified":"2007-06-09T23:27:42+00:00","mainEntityOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/group-policy-in-windows-vista.htm"},"wordCount":1004,"commentCount":3,"publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"keywords":["Microsoft Active Directory","Microsoft Windows Vista"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/group-policy-in-windows-vista.htm#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/group-policy-in-windows-vista.htm","url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/group-policy-in-windows-vista.htm","name":"Group policy in Windows Vista - markwilson.it","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#website"},"datePublished":"2007-06-07T23:06:17+00:00","dateModified":"2007-06-09T23:27:42+00:00","breadcrumb":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/group-policy-in-windows-vista.htm#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/group-policy-in-windows-vista.htm"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/group-policy-in-windows-vista.htm#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.markwilson.co.uk\/blog"},{"@type":"ListItem","position":2,"name":"Group policy in Windows Vista"}]},{"@type":"WebSite","@id":"https:\/\/www.markwilson.co.uk\/blog\/#website","url":"https:\/\/www.markwilson.co.uk\/blog\/","name":"markwilson.it","description":"get-info -class technology | write-output &gt; \/dev\/web","publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.markwilson.co.uk\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468","name":"Mark Wilson","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","url":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","width":800,"height":800,"caption":"Mark Wilson"},"logo":{"@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1"},"description":"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.","sameAs":["http:\/\/www.markwilson.co.uk\/","https:\/\/www.instagram.com\/markwilsonuk\/","https:\/\/www.linkedin.com\/in\/markawilson\/","https:\/\/x.com\/markwilsonit","https:\/\/www.youtube.com\/channel\/UCWHlZCoHRTocdvtrOJ2IL4A"],"url":"https:\/\/www.markwilson.co.uk\/blog\/author\/mark-wilson"}]}},"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":815,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/06\/improvements-to-the-windows-firewall-in-vista.htm","url_meta":{"origin":810,"position":0},"title":"Improvements to the Windows firewall in Vista","author":"Mark Wilson","date":"Wednesday 13 June 2007","format":false,"excerpt":"I recently attended a Windows Vista security session at Microsoft, presented by Steve Lamb. Windows Vista security is too broad to cover in a single presentation (or even in a single blog post!) but some of the key points that Steve concentrated on were around the Windows firewall and IPsec.\u2026","rel":"","context":"In \"Microsoft Windows Vista\"","block_context":{"text":"Microsoft Windows Vista","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-vista"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":454,"url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/11\/windows-vista-product-activation-for.htm","url_meta":{"origin":810,"position":1},"title":"Windows Vista product activation for volume license customers","author":"Mark Wilson","date":"Friday 10 November 2006","format":false,"excerpt":"Working mostly with corporate clients has one significant advantage - I've largely been shielded from Windows product activation, as I've generally had access to volume licence keys (VLKs) - also known as volume activation (VA) 1.0; however with Windows Vista and VA 2.0, this looks set to change and there\u2026","rel":"","context":"In \"Microsoft Windows Vista\"","block_context":{"text":"Microsoft Windows Vista","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-vista"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1563,"url":"https:\/\/www.markwilson.co.uk\/blog\/2009\/11\/maintaining-a-common-user-profile-across-different-windows-versions.htm","url_meta":{"origin":810,"position":2},"title":"Maintaining a common user profile across different Windows versions","author":"Mark Wilson","date":"Monday 23 November 2009","format":false,"excerpt":"I wish I could take the credit for this, but I can't: last week one of my colleagues (Brad Mallard) showed me a trick he has for creating a single user profile for multiple Microsoft operating systems. Michael Pietroforte wrote about the different user profile formats for Windows XP and\u2026","rel":"","context":"In \"Microsoft Active Directory\"","block_context":{"text":"Microsoft Active Directory","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/active-directory"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1345,"url":"https:\/\/www.markwilson.co.uk\/blog\/2009\/01\/coalface-tech-episode-2-interview-with-microsofts-michael-kleef-and-jason-leznek.htm","url_meta":{"origin":810,"position":3},"title":"Coalface Tech: Episode 2 (interview with Microsoft&#8217;s Michael Kleef and Jason Leznek)","author":"Mark Wilson","date":"Friday 23 January 2009","format":false,"excerpt":"After some late-night editing, Episode 2 of the Coalface Tech podcast that James Bannan and I produce is online at the APC Magazine Pro website. As a result of my timezone blindness, combined with Skype problems, James and I didn't manage to record our usual conversation for this episode but,\u2026","rel":"","context":"In \"Coalface Tech\"","block_context":{"text":"Coalface Tech","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/coalface-tech"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":92,"url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/02\/new-features-of-windows-server-2003.htm","url_meta":{"origin":810,"position":4},"title":"New features of Windows Server 2003 Active Directory","author":"Mark Wilson","date":"Monday 7 February 2005","format":false,"excerpt":"A couple of weeks back, I was at a Microsoft TechNet UK event, where the topic was New features of Windows Server 2003 Active Directory, presented by John Howard, IT Pro Evangelist, Microsoft UK.I've been working with Active Directory (AD) since the early days of Windows 2000 (windows NT 5.0\u2026","rel":"","context":"In \"Microsoft Active Directory\"","block_context":{"text":"Microsoft Active Directory","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/active-directory"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":260,"url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/10\/gpmc-modelling-after-upgrading-active.htm","url_meta":{"origin":810,"position":5},"title":"GPMC modelling after upgrading Active Directory","author":"Mark Wilson","date":"Monday 17 October 2005","format":false,"excerpt":"Earlier today, I came across a interesting hangover from last week's domain upgrade from Windows 2000 Server to Windows Server 2003. After installing the group policy management console (GPMC), I was viewing a pre-existing group policy object (GPO) and GPMC notified me that Enterprise Domain Controllers did not have read\u2026","rel":"","context":"In \"Microsoft Active Directory\"","block_context":{"text":"Microsoft Active Directory","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/active-directory"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/810","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=810"}],"version-history":[{"count":0,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/810\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=810"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=810"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=810"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}