<?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>Collection on System Management</title>
    <link>https://systemmanagement.ro/tags/collection/</link>
    <description>Recent content in Collection 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/collection/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Collection with client Computers without ConfigMgr client</title>
      <link>https://systemmanagement.ro/collection-with-client-computers-without-configmgr-client/</link>
      <pubDate>Mon, 13 Sep 2010 10:33:27 +0300</pubDate>
      <guid>https://systemmanagement.ro/collection-with-client-computers-without-configmgr-client/</guid>
      <description>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_R_System.Client = 0 and SMS_G_System_OPERATING_SYSTEM.Caption not like “%Server%” or SMS_R_System.Client is null and SMS_G_System_OPERATING_SYSTEM.Caption not like “%Server%”</description>
    </item>
    <item>
      <title>Collection based on computer model</title>
      <link>https://systemmanagement.ro/collection-based-on-computer-model/</link>
      <pubDate>Sun, 14 Feb 2010 10:24:42 +0200</pubDate>
      <guid>https://systemmanagement.ro/collection-based-on-computer-model/</guid>
      <description>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_COMPUTER_SYSTEM on SMS_G_System_COMPUTER_SYSTEM.ResourceID = SMS_R_System.ResourceId where SMS_G_System_COMPUTER_SYSTEM.Model like “%HP ProBook 4710s%”</description>
    </item>
    <item>
      <title>Upgrade Configuration Manager client</title>
      <link>https://systemmanagement.ro/upgrade-configuration-manager-client/</link>
      <pubDate>Thu, 14 Jan 2010 18:54:08 +0200</pubDate>
      <guid>https://systemmanagement.ro/upgrade-configuration-manager-client/</guid>
      <description>Recently I reinstalled ConfigMgr server in my company and was looking for
an easy method to upgrade all Configuration Manager clients to 4.00.6487.2000 version.
Put some notes on the table and finally made the following plan: Create a report
that counts all client versions. (This is optional, just for informational purposes).
Report query is:SELECT TOP…</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>
    <item>
      <title>Create an advertisement only for Windows 7 systems</title>
      <link>https://systemmanagement.ro/create-an-advertisement-only-for-windows-7-systems/</link>
      <pubDate>Mon, 16 Mar 2009 21:32:35 +0200</pubDate>
      <guid>https://systemmanagement.ro/create-an-advertisement-only-for-windows-7-systems/</guid>
      <description>Let’s suppose you create a package with one program and want to advertise it only to a few selected platforms, including x86 and x64 Windows 7 systems. Because Windows 7 is not supported yet with Configuration Manager 2007 SP1, you cannot choose it from the supplied list of platforms. As a result of this, after…</description>
    </item>
    <item>
      <title>Create a collection with all mobile (laptops, notebooks, portable) systems</title>
      <link>https://systemmanagement.ro/create-a-collection-with-all-mobile-laptops-notebooks-portable-systems/</link>
      <pubDate>Mon, 09 Mar 2009 02:27:42 +0200</pubDate>
      <guid>https://systemmanagement.ro/create-a-collection-with-all-mobile-laptops-notebooks-portable-systems/</guid>
      <description>Someone just asked how to create a collection with all laptop computers? Well, if there is a good naming convention on site, this query will be easy to make. But, otherwise, we need to use chassis type value because, for example, laptops and notebooks are not the same things according to Microsoft. The full list…</description>
    </item>
    <item>
      <title>Create a collection with systems without Adobe Reader 9</title>
      <link>https://systemmanagement.ro/create-a-collection-with-systems-without-adobe-reader-9/</link>
      <pubDate>Sun, 01 Mar 2009 18:49:34 +0200</pubDate>
      <guid>https://systemmanagement.ro/create-a-collection-with-systems-without-adobe-reader-9/</guid>
      <description>Recently, I needed a collection with all computers that do not have Adobe
Reader 9 installed. I created a collection with this query: SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName
not like “%Adobe Reader 9%”. Everything was fine except the fact that my computer
was also listed, despite the fact that I have Adobe Reader 9 installed. Well, I’m
not an…</description>
    </item>
  </channel>
</rss>
