<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Service Pack on System Management</title>
    <link>https://systemmanagement.ro/tags/service-pack/</link>
    <description>Recent content in Service Pack on System Management</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 25 May 2018 19:34:45 +0300</lastBuildDate>
    <atom:link href="https://systemmanagement.ro/tags/service-pack/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Collection with Windows 7 computers without SP1</title>
      <link>https://systemmanagement.ro/collection-with-windows-7-computers-without-sp1/</link>
      <pubDate>Fri, 19 Oct 2012 17:50:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/collection-with-windows-7-computers-without-sp1/</guid>
      <description>First, if you want your query to display the right information, you must
have a collection with all Windows 7 computers, regardless of the service pack version
installed. Here is the simplest query to create “All Windows 7 computers” collection
(please make this collection “Not collection limited”): select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client
from SMS_R_System inner join SMS_G_System_OPERATING_SYSTEM on…</description>
    </item>
    <item>
      <title>Deploy Office 2007 SP2 with ConfigMgr 2007</title>
      <link>https://systemmanagement.ro/deploy-office-2007-sp2-with-configmgr-2007/</link>
      <pubDate>Mon, 29 Mar 2010 07:43:16 +0300</pubDate>
      <guid>https://systemmanagement.ro/deploy-office-2007-sp2-with-configmgr-2007/</guid>
      <description>As Microsoft recently released Service Pack 2 for Office 2007 suite, it
is a good idea to add the update files to the package so it can be installed during
the installation. So, first of all we have to download the SP2 executable file from
here: &lt;a href=&#34;http://www.microsoft.com/downloads/details.aspx?FamilyID=b444bf18-79ea-46c6-8a81-9db49b4ab6e5&amp;amp;displaylang=en&#34;&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=b444bf18-79ea-46c6-8a81-9db49b4ab6e5&amp;amp;displaylang=en&lt;/a&gt;
(see Visio and Project information at the end…</description>
    </item>
    <item>
      <title>Create collection with all Windows XP SP 1-2-3 systems</title>
      <link>https://systemmanagement.ro/create-collection-with-all-windows-xp-sp-1-2-3-systems/</link>
      <pubDate>Mon, 24 Aug 2009 08:48:47 +0300</pubDate>
      <guid>https://systemmanagement.ro/create-collection-with-all-windows-xp-sp-1-2-3-systems/</guid>
      <description>To create a collection with all Windows XP SP1 systems, use the query bellow:
select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client
from SMS_R_System inner join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceID
= SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.Caption like “%Windows
XP%” and SMS_G_System_OPERATING_SYSTEM.CSDVersion = “Service Pack 1” Similarly,
to create a collection with all Windows XP SP2 systems, just change the Service
Pack version number: select…</description>
    </item>
  </channel>
</rss>
