{"id":194,"date":"2005-11-03T16:35:00","date_gmt":"2005-11-03T16:35:00","guid":{"rendered":"http:\/\/markwilson.me.uk\/blog\/2005\/11\/windows-management-technologies.htm"},"modified":"2007-05-31T23:26:55","modified_gmt":"2007-05-31T22:26:55","slug":"windows-management-technologies","status":"publish","type":"post","link":"https:\/\/www.markwilson.co.uk\/blog\/2005\/11\/windows-management-technologies.htm","title":{"rendered":"Windows management technologies"},"content":{"rendered":"<p><!--113103786279653364-->At the Best of the Microsoft Management Summit 2005 event a few weeks back, Vlad Joanavic gave an overview of some of the &#8220;free&#8221; Windows Management technologies that are available (<a href=\"https:\/\/www.markwilson.co.uk\/blog\/2005\/10\/microsoft-management-technologies.htm\">in addition to the &#8220;paid&#8221; products under the System Center brand<\/a>).<\/p>\n<p>These basically break down into:<\/p>\n<ul>\n<li>Windows Software Update Services (WSUS).<\/li>\n<li>Windows Management Instrumentation (WMI) and WS-Management.<\/li>\n<li>Group Policy Management Console (GPMC).<\/li>\n<li>Microsoft Management Console (MMC) v3.0.<\/li>\n<li>Windows Installer v3.1<\/li>\n<li>Microsoft Scripting Host (codenamed Monad).<\/li>\n<\/ul>\n<p>The rest of this post discusses each of these in turn.<\/p>\n<h3>WSUS<\/h3>\n<p><a href=\"http:\/\/www.microsoft.com\/windowsserversystem\/updateservices\/\">WSUS<\/a> is Microsoft&#8217;s update management offering for corporate customers, effectively allowing customers to host a local copy of Microsoft Update and to manage update approval accordingly. Free to licensed users of Windows 2000 Server and Windows Server 2003 (with appropriate Windows Server\/core client access licenses) it is a core component of Microsoft&#8217;s patch and update management roadmap.<\/p>\n<p>Unlike its predecessor, <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2004\/02\/overview-of-microsoft-software-update.htm\">Software Update Services<\/a> (SUS), WSUS supports more than just Windows updates, and allows selective targeting of computers based on group membership and automatic approval of updates (if required). It also uses a database rather than flat file storage for its configuration data (storage of the actual updates is still file-based) and offers a much richer user experience. At the time of writing, WSUS supports 8 types of update for a number of products (with more to be added over time). WSUS is also localised to provide for international support and has multi-language user interface (MUI) support.<\/p>\n<p>WSUS does not require a new client component to be installed as the automatic updates client within Windows XP is self-updating. Most client functionality is implemented via a Win32 service with an extensible architecture for MSI, update.exe and driver handling and automatic updates can also be controlled via group policy.<\/p>\n<p>WSUS servers uses the background intelligent transfer service (BITS) to ensure that the network is utilised effectively during the transfer of updates. Microsoft recognises a number of WSUS deployment options:<\/p>\n<ul>\n<li>Single server &#8211; for small organisations or simple networks.<\/li>\n<li>Multiple servers &#8211; for a large organisations or a complex network, allowing a hierarchy of WSUS servers to be created.<\/li>\n<li>Disconnected network (e.g. on a ship), whereby updates are downloaded to one WSUS server and then exported for transfer via removable media (e.g. DVD) to a disconnected WSUS server which validates the Microsoft certificates on the content and services clients on the remote network.<\/li>\n<\/ul>\n<h3>WMI and WS-Management<\/h3>\n<p><a href=\"http:\/\/www.microsoft.com\/whdc\/system\/pnppwr\/wmi\/\">WMI<\/a> is the Microsoft implementation of web based enterprise management (WBEM)\/common interface model (CIM), allowing access to over 600 WMI classes and 3000 properties. Provided as a standard Windows component since Windows 2000 (and downloadable for Windows NT 4.0), the number of WMI providers has grown from 15 in Windows NT to 29 in Windows 2000 and 80 in Windows Server 2003. WMI supports a variety of clients including the <a href=\"http:\/\/msdn.microsoft.com\/library\/en-us\/script56\/html\/wsoriwindowsscripthost.asp\">Windows Script Host<\/a> (WSH), native C++ and managed code using any language supported by the Microsoft.NET Framework. It also supports command line operations (<a href=\"http:\/\/www.microsoft.com\/resources\/documentation\/windows\/xp\/all\/proddocs\/en-us\/wmic.mspx\">WMIC<\/a>) and DCOM-based remoting.<\/p>\n<p>The goal of WMI is to provide a single API for access to large volumes of system data. WMI providers expose data from content sources; this information is placed into a repository, and WMI consumers (e.g. applications and scripts) consume this data.<\/p>\n<p><a href=\"https:\/\/www.markwilson.co.uk\/blog\/2005\/08\/microsoft-view-of-connected-systems.htm\">I previously blogged about web services<\/a> (WS-*) and WS-Management is a joint effort to provide a WS-* protocol for interoperable management. Implemented as a web service, WS-Management is XML\/SOAP-based and runs over HTTPS to access most existing WMI objects. WS-Management also allows for out of band access (i.e. when there is no operating system installed, or the operating system has crashed) to service processors (e.g. remote management hardware). In-band access provides a richer set of capabilities, specifically for software management.<\/p>\n<p>The first version of WS-Management will ship as part of Windows Server 2003 R2, with access to hardware instrumentation, HTTPS access to Windows instrumentation and a command line functionality (WSMAN).<\/p>\n<h3>GPMC<\/h3>\n<p>I&#8217;ve blogged previously about the <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2005\/02\/new-features-of-windows-server-2003.htm\">GPMC<\/a> but even though it has been available for a couple of years now, it seems that many administrators still do not use it. I&#8217;m not sure why (I guess it&#8217;s because it is a separate download), but GPMC represents a huge step forward in the management of group policies and I find the ability to create XML\/HTML-based group policy object (GPO) reports a significant advantage in documenting group policy (much better than trying to capture it in a set of Excel spreadsheets).<\/p>\n<p>Many of the GPMC tasks are scriptable, including:<\/p>\n<ul>\n<li>Creating\/deleting\/renaming GPOs.<\/li>\n<li>Linking GPOs and WMI filters.<\/li>\n<li>Delegation of:\n<ul>\n<li>Security on WMI filters.<\/li>\n<\/ul>\n<ul>\n<li>GPO-related security on sites, domains and organizational units (OUs).<\/li>\n<\/ul>\n<ul>\n<li>Creation rights for GPOs and WMI filters.<\/li>\n<\/ul>\n<\/li>\n<li>Generating reports of GPO settings and resultant set of policy (RSOP) data.<\/li>\n<li>GPO backup\/restoration\/import\/export\/copy\/paste\/search.<\/li>\n<\/ul>\n<h3>MMC v3.0<\/h3>\n<p>MMC v3.0 (previously known as MMC v2.1) is intended to offer a number of benefits:<\/p>\n<ul>\n<li>More reliable (recognising the issues related to loading third party code such as MMC snap-ins into a core process) through improved detection and reporting of snap-in problems and an ability to isolate hung snap-ins from the console (new snap-ins only).<\/li>\n<li>Improved usability with an asynchronous UI model, simpler console customisation and discoverability of actions (including sub-panes providing actions for a selected tree node and item, along with a helpful description).<\/li>\n<li>Richer snap-ins with simplified customisation, template-base snap-in design, and functionally rich views.<\/li>\n<\/ul>\n<h3>Windows Installer v3.1<\/h3>\n<p>Windows Installer (.MSI) v3.0 shipped with Windows XP service pack 2 (and v3.1 is the latest version, as described in <a href=\"http:\/\/support.microsoft.com\/?kbid=893803\">Microsoft knowledge base article 893803<\/a>). Whilst it does not support Windows 95, 98, ME or NT, Windows Installer offers:<\/p>\n<ul>\n<li>Improved logging.<\/li>\n<li>Scripting objects.<\/li>\n<li>Sourcelist API enhancements.<\/li>\n<li>Enhanced inventory API.<\/li>\n<li>Command line switches.<\/li>\n<li>Enhanced patching.<\/li>\n<li>New software development kit (SDK) tools and documentation updates.<\/li>\n<\/ul>\n<h3>Microsoft Scripting Host\/Monad<\/h3>\n<p>Monad is a new command shell for Windows, designed to address some of the problems associated with the existing Windows shell, i.e. a weak &#8220;language&#8221; and sporadic command line coverage, combined with a GUI that is difficult to automate. Monad provides command-oriented scripting capabilities for administrators and systems integrators, including an integrated shell, &#8220;commandlets&#8221;, new utilities and a scripting language. <a href=\"http:\/\/en.wikipedia.org\/wiki\/MSH_%28shell%29\">Wikipedia has a good description the MSH shell including links to additional resources<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>At the Best of the Microsoft Management Summit 2005 event a few weeks back, Vlad Joanavic gave an overview of some of the &#8220;free&#8221; Windows Management technologies that are available (in addition to the &#8220;paid&#8221; products under the System Center brand). These basically break down into: Windows Software Update Services (WSUS). Windows Management Instrumentation (WMI) &hellip; <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2005\/11\/windows-management-technologies.htm\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Windows management technologies<\/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,33,20,82],"class_list":["post-194","post","type-post","status-publish","format-standard","hentry","tag-active-directory","tag-windows","tag-patch-management","tag-scripting"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Windows management technologies - 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\/2005\/11\/windows-management-technologies.htm\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Windows management technologies - markwilson.it\" \/>\n<meta property=\"og:description\" content=\"At the Best of the Microsoft Management Summit 2005 event a few weeks back, Vlad Joanavic gave an overview of some of the &#8220;free&#8221; Windows Management technologies that are available (in addition to the &#8220;paid&#8221; products under the System Center brand). These basically break down into: Windows Software Update Services (WSUS). Windows Management Instrumentation (WMI) &hellip; Continue reading Windows management technologies\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.markwilson.co.uk\/blog\/2005\/11\/windows-management-technologies.htm\" \/>\n<meta property=\"og:site_name\" content=\"markwilson.it\" \/>\n<meta property=\"article:published_time\" content=\"2005-11-03T16:35:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2007-05-31T22:26:55+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\\\/2005\\\/11\\\/windows-management-technologies.htm#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/11\\\/windows-management-technologies.htm\"},\"author\":{\"name\":\"Mark Wilson\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"headline\":\"Windows management technologies\",\"datePublished\":\"2005-11-03T16:35:00+00:00\",\"dateModified\":\"2007-05-31T22:26:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/11\\\/windows-management-technologies.htm\"},\"wordCount\":1040,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"keywords\":[\"Microsoft Active Directory\",\"Microsoft Windows\",\"Patch Management\",\"Scripting\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/11\\\/windows-management-technologies.htm#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/11\\\/windows-management-technologies.htm\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/11\\\/windows-management-technologies.htm\",\"name\":\"Windows management technologies - markwilson.it\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\"},\"datePublished\":\"2005-11-03T16:35:00+00:00\",\"dateModified\":\"2007-05-31T22:26:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/11\\\/windows-management-technologies.htm#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/11\\\/windows-management-technologies.htm\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2005\\\/11\\\/windows-management-technologies.htm#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Windows management technologies\"}]},{\"@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":"Windows management technologies - 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\/2005\/11\/windows-management-technologies.htm","og_locale":"en_GB","og_type":"article","og_title":"Windows management technologies - markwilson.it","og_description":"At the Best of the Microsoft Management Summit 2005 event a few weeks back, Vlad Joanavic gave an overview of some of the &#8220;free&#8221; Windows Management technologies that are available (in addition to the &#8220;paid&#8221; products under the System Center brand). These basically break down into: Windows Software Update Services (WSUS). Windows Management Instrumentation (WMI) &hellip; Continue reading Windows management technologies","og_url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/11\/windows-management-technologies.htm","og_site_name":"markwilson.it","article_published_time":"2005-11-03T16:35:00+00:00","article_modified_time":"2007-05-31T22:26:55+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\/2005\/11\/windows-management-technologies.htm#article","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2005\/11\/windows-management-technologies.htm"},"author":{"name":"Mark Wilson","@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"headline":"Windows management technologies","datePublished":"2005-11-03T16:35:00+00:00","dateModified":"2007-05-31T22:26:55+00:00","mainEntityOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2005\/11\/windows-management-technologies.htm"},"wordCount":1040,"commentCount":0,"publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"keywords":["Microsoft Active Directory","Microsoft Windows","Patch Management","Scripting"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.markwilson.co.uk\/blog\/2005\/11\/windows-management-technologies.htm#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.markwilson.co.uk\/blog\/2005\/11\/windows-management-technologies.htm","url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/11\/windows-management-technologies.htm","name":"Windows management technologies - markwilson.it","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#website"},"datePublished":"2005-11-03T16:35:00+00:00","dateModified":"2007-05-31T22:26:55+00:00","breadcrumb":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2005\/11\/windows-management-technologies.htm#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.markwilson.co.uk\/blog\/2005\/11\/windows-management-technologies.htm"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.markwilson.co.uk\/blog\/2005\/11\/windows-management-technologies.htm#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.markwilson.co.uk\/blog"},{"@type":"ListItem","position":2,"name":"Windows management technologies"}]},{"@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":855,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/07\/wsus-30-delivers-huge-improvements-for-the-deployment-of-microsoft-updates.htm","url_meta":{"origin":194,"position":0},"title":"WSUS 3.0 delivers huge improvements for the deployment of Microsoft updates","author":"Mark Wilson","date":"Saturday 21 July 2007","format":false,"excerpt":"I've been an advocate of Microsoft SUS\/WSUS since the v1.0 release. Sure, there are better enterprise software deployment products out there (Microsoft even has one - Systems Management Server) but as a low cost (free) patch management solution for Windows, it's hard to beat Windows Software Update Services (which, since\u2026","rel":"","context":"In \"Microsoft\"","block_context":{"text":"Microsoft","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/microsoft"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":703,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/02\/migrating-wsus-to-new-server-without.htm","url_meta":{"origin":194,"position":1},"title":"Migrating WSUS to a new server without downloading all the updates","author":"Mark Wilson","date":"Friday 16 February 2007","format":false,"excerpt":"I've spent the last day or so decommissioning my old domain controller, which also doubled up as a DNS, WINS, DHCP, print, RIS, anti-virus and WSUS server (okay... so a bit more than doubled up then!). Migrating Active Directory\/DNS\/WINS services was straightforward - it just involved setting up the new\u2026","rel":"","context":"In \"Microsoft\"","block_context":{"text":"Microsoft","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/microsoft"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":76,"url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/03\/first-sus-then-wus-now-wsus-or-is-it.htm","url_meta":{"origin":194,"position":2},"title":"First SUS, then WUS, now WSUS (or is it MUS?)","author":"Mark Wilson","date":"Tuesday 22 March 2005","format":false,"excerpt":"The SUS\/WUS name debate continues...Today I received notification from Microsoft that the Windows Server Update Services (WSUS) release candidate (RC) is now available. Microsoft's e-mail to participants of the WSUS open evaluation program (OEP) reads: \"We are pleased to announce that the Windows Server Update Services (WSUS) Release Candidate (RC)\u2026","rel":"","context":"In \"Microsoft\"","block_context":{"text":"Microsoft","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/microsoft"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":318,"url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/10\/up-and-running-with-wsus.htm","url_meta":{"origin":194,"position":3},"title":"Up and running with WSUS","author":"Mark Wilson","date":"Thursday 20 October 2005","format":false,"excerpt":"I've been meaning to upgrade my Software Update Services (SUS) installation to Windows Software Update Services (WSUS) for some time now, but the recent rebuild of my SUS server forced the issue. I'm pleased to report that the WSUS installation was reasonably straightforward. Because I had already installed Windows Server\u2026","rel":"","context":"In \"Microsoft\"","block_context":{"text":"Microsoft","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/microsoft"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":275,"url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/05\/updating-windows-defender-beta-2-using.htm","url_meta":{"origin":194,"position":4},"title":"Updating Windows Defender Beta 2 using WSUS","author":"Mark Wilson","date":"Sunday 7 May 2006","format":false,"excerpt":"Last year I blogged that Microsoft were pushing updates to their Windows AntiSpyware Beta, to extend the expiry date past the end of July 2005. Since then, there have been a number of updates (including renaming the product to Windows Defender) and even though Windows Defender is included in recent\u2026","rel":"","context":"In \"Malware\"","block_context":{"text":"Malware","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/malware"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":873,"url":"https:\/\/www.markwilson.co.uk\/blog\/2007\/08\/forefront-client-security.htm","url_meta":{"origin":194,"position":5},"title":"Forefront Client Security","author":"Mark Wilson","date":"Tuesday 7 August 2007","format":false,"excerpt":"A couple of years back, Microsoft bought a load of security companies and since then we've seen them continue to offer FrontBridge services as Microsoft Exchange Hosted Services; Windows Defender was born out of the previous Giant Company anti-spyware product, and a couple of months back they released Forefront Client\u2026","rel":"","context":"In \"Malware\"","block_context":{"text":"Malware","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/malware"},"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\/194","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=194"}],"version-history":[{"count":0,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/194\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=194"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=194"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=194"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}