<?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>ConfigMgr on System Management</title>
    <link>https://systemmanagement.ro/categories/configmgr/</link>
    <description>Recent content in ConfigMgr on System Management</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 13 Aug 2018 13:45:09 +0300</lastBuildDate>
    <atom:link href="https://systemmanagement.ro/categories/configmgr/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Install-WindowsFeature Web-Net-Ext failed. Source files could not be found.</title>
      <link>https://systemmanagement.ro/install-windowsfeature-web-net-ext-failed-source-files-could-not-be-found/</link>
      <pubDate>Mon, 13 Aug 2018 13:45:09 +0300</pubDate>
      <guid>https://systemmanagement.ro/install-windowsfeature-web-net-ext-failed-source-files-could-not-be-found/</guid>
      <description>Error: Trying to install .NET Framework 3.5 Features on a Windows Server
2016, either through GUI or PowerShell, returns below error (truncated): “The request
to add or remove features on the specified server failed. Installation of one or
more roles, role services, or features failed. The source files could not be found.”
Cause: .Net Framework…</description>
    </item>
    <item>
      <title>Object Replication Manager failed to process Object changes.</title>
      <link>https://systemmanagement.ro/object-replication-manager-failed-to-process-object-changes/</link>
      <pubDate>Mon, 20 Oct 2014 09:29:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/object-replication-manager-failed-to-process-object-changes/</guid>
      <description>Symptoms Did your SMS_OBJECT_REPLICATION_MANAGER component shows a lot or
6004 MessageIDs with the following description: “Object Replication Manager failed
to process Object changes. These changes will be retried on next processing cycle.”?
Cause By design, maybe. Resolution Run the following query in SQL Management Studio
(Warning! modifying the database directly may not be supported by…</description>
    </item>
    <item>
      <title>Step-by-step guide to install Configuration Manager 2012 SP1 R2</title>
      <link>https://systemmanagement.ro/step-by-step-guide-to-install-configuration-manager-2012-sp1-r2/</link>
      <pubDate>Sat, 02 Aug 2014 13:58:45 +0300</pubDate>
      <guid>https://systemmanagement.ro/step-by-step-guide-to-install-configuration-manager-2012-sp1-r2/</guid>
      <description>Steps to perform on primary domain controller (DC) Extend AD schema Log in using a domain admin account Insert ConfigMgr 2012 SP1 DVD Open a command prompt window Type D:\SMSSETUP\BIN\X64\EXTADSCH.EXE and press Enter. Wait for a confirmation message in CMD window and then check for the existence of ExtADSch.log file in the root of C:…</description>
    </item>
    <item>
      <title>Despooler failed to merge delta to the compressed package. Error 112.</title>
      <link>https://systemmanagement.ro/despooler-failed-to-merge-delta-to-the-compressed-package-error-112/</link>
      <pubDate>Thu, 13 Mar 2014 10:15:00 +0200</pubDate>
      <guid>https://systemmanagement.ro/despooler-failed-to-merge-delta-to-the-compressed-package-error-112/</guid>
      <description>Symptoms You make changes to a package and update your distribution points.
Shortly you receive error messages in Component Status for SMS_DESPOOLER component.
Status message details is similar to the following: Cause The destination drive
where site server is uncompressing the package is full. Resolution If you don’t
know the drive where the package is…</description>
    </item>
    <item>
      <title>Uncheck “Install new versions automatically” in Internet Explorer 10 during deployment</title>
      <link>https://systemmanagement.ro/uncheck-install-new-versions-automatically-in-internet-explorer-10-during-deployment/</link>
      <pubDate>Fri, 07 Jun 2013 16:30:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/uncheck-install-new-versions-automatically-in-internet-explorer-10-during-deployment/</guid>
      <description>IF you during deployment you want to easily uncheck “Install new versions automatically” feature, there is a registry setting you can configure prior to actual IE setup.exe or msi, whatever you use. Copy the following text to a notepad and save it as a REG file. Then use REG IMPORT “Disable_AutoUpdate.reg” before you deploy your…</description>
    </item>
    <item>
      <title>Uninstall KB 2823324 using ConfigMgr</title>
      <link>https://systemmanagement.ro/uninstall-kb-2823324-using-configmgr/</link>
      <pubDate>Tue, 16 Apr 2013 09:33:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/uninstall-kb-2823324-using-configmgr/</guid>
      <description>Create a CMD file with the following content @echo off :: – – – – – Check
if KB is installed – – – – – – – – systeminfo | findstr 2823324 :: – – – – – If
not installed (1), exit – – – – – – – IF %errorlevel% EQU 1…</description>
    </item>
    <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>Find OS Architecture using Win32_OperatingSystem class</title>
      <link>https://systemmanagement.ro/find-os-architecture-using-win32_operatingsystem-class/</link>
      <pubDate>Fri, 19 Oct 2012 17:45:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/find-os-architecture-using-win32_operatingsystem-class/</guid>
      <description>WMI queries to find 64 and 32 bit computers: SELECT * FROM Win32_OperatingSystem
WHERE OSArchitecture = “64-bit” SELECT * FROM Win32_OperatingSystem WHERE OSArchitecture
= “32-bit”</description>
    </item>
    <item>
      <title>Computers without Java 6 Update 30</title>
      <link>https://systemmanagement.ro/computers-without-java-6-update-30/</link>
      <pubDate>Fri, 19 Oct 2012 17:44:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/computers-without-java-6-update-30/</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_ADD_REMOVE_PROGRAMS on SMS_G_System_ADD_REMOVE_PROGRAMS.ResourceID = SMS_R_System.ResourceId where SMS_G_System_ADD_REMOVE_PROGRAMS.Version &amp;lt; “6.0.300” and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName like “Java(TM) 6%”</description>
    </item>
    <item>
      <title>Count Adobe Reader versions</title>
      <link>https://systemmanagement.ro/count-adobe-reader-versions/</link>
      <pubDate>Fri, 19 Oct 2012 17:39:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/count-adobe-reader-versions/</guid>
      <description>SELECT DISTINCT TOP (100) PERCENT DisplayName0, Version0, COUNT(Version0) AS Total FROM dbo.v_GS_ADD_REMOVE_PROGRAMS GROUP BY DisplayName0, Version0 HAVING (DisplayName0 LIKE ‘%Adobe Reader%’) ORDER BY Total DESC, DisplayName0</description>
    </item>
    <item>
      <title>Collections with computers without Forefront Endpoint Protection 2010 client</title>
      <link>https://systemmanagement.ro/collections-with-computers-without-forefront-endpoint-protection-2010-client/</link>
      <pubDate>Fri, 19 Oct 2012 17:32:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/collections-with-computers-without-forefront-endpoint-protection-2010-client/</guid>
      <description>A customer asked me today to help him with creating some collections with client computers that do not have FEP 2010 installed so he can advertise the antivirus client to those computers. You can find the queries bellow. All Windows 7 without Forefront Endpoint Protection 2010 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…</description>
    </item>
    <item>
      <title>Create a report to count all computer models and manufacturer for computers inside a specific collection</title>
      <link>https://systemmanagement.ro/create-a-report-to-count-all-computer-models-and-manufacturer-for-computers-inside-a-specific-collection/</link>
      <pubDate>Fri, 21 Sep 2012 00:57:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/create-a-report-to-count-all-computer-models-and-manufacturer-for-computers-inside-a-specific-collection/</guid>
      <description>SELECT dbo.v_GS_COMPUTER_SYSTEM.Manufacturer0 AS Manufacturer, dbo.v_GS_COMPUTER_SYSTEM.Model0 AS Model, COUNT(dbo.v_GS_COMPUTER_SYSTEM.Model0) AS Total FROM dbo.v_GS_COMPUTER_SYSTEM INNER JOIN dbo.v_FullCollectionMembership ON dbo.v_GS_COMPUTER_SYSTEM.ResourceID = dbo.v_FullCollectionMembership.ResourceID GROUP BY dbo.v_GS_COMPUTER_SYSTEM.Model0, dbo.v_GS_COMPUTER_SYSTEM.Manufacturer0, dbo.v_FullCollectionMembership.CollectionID HAVING (dbo.v_FullCollectionMembership.CollectionID = ‘CollectionID’) ORDER BY Total DESC, Manufacturer, Model</description>
    </item>
    <item>
      <title>Installing Configuration Manager v.Next</title>
      <link>https://systemmanagement.ro/installing-configuration-manager-v-next/</link>
      <pubDate>Mon, 08 Nov 2010 07:19:03 +0200</pubDate>
      <guid>https://systemmanagement.ro/installing-configuration-manager-v-next/</guid>
      <description>Prerequisites configured before starting the installation: Windows Server
2008 R2 updated Active Directory Domain Services Installing Central Administration
Site (CAS): Installing Primary Site:</description>
    </item>
    <item>
      <title>Distribute Adobe Flash Player</title>
      <link>https://systemmanagement.ro/distribute-adobe-flash-player/</link>
      <pubDate>Sat, 06 Nov 2010 22:02:45 +0200</pubDate>
      <guid>https://systemmanagement.ro/distribute-adobe-flash-player/</guid>
      <description>If you need to create a ConfigMgr software package with Adobe Flash Player
and want to use it’s .msi file, you can find this file at the following address:
&lt;a href=&#34;http://www.adobe.com/products/flashplayer/fp_distribution3.html&#34;&gt;http://www.adobe.com/products/flashplayer/fp_distribution3.html&lt;/a&gt; Please note that
in order to distribute Adobe Flash Player you need to have a valid Adobe Flash Player
Distribution License Agreement in place. For…</description>
    </item>
    <item>
      <title>Report with computer models and manufacturers</title>
      <link>https://systemmanagement.ro/report-with-computer-models-and-manufacturers/</link>
      <pubDate>Mon, 13 Sep 2010 11:08:44 +0300</pubDate>
      <guid>https://systemmanagement.ro/report-with-computer-models-and-manufacturers/</guid>
      <description>SELECT TOP (100) PERCENT Manufacturer0 AS Manufacturer, Model0 AS Model, COUNT(Model0) AS Total FROM dbo.v_GS_COMPUTER_SYSTEM GROUP BY Model0, Manufacturer0 ORDER BY Total DESC, Manufacturer, Model</description>
    </item>
    <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>How to create a Windows Image (.wim) file</title>
      <link>https://systemmanagement.ro/how-to-create-a-windows-image-wim-file/</link>
      <pubDate>Mon, 21 Dec 2009 16:33:58 +0200</pubDate>
      <guid>https://systemmanagement.ro/how-to-create-a-windows-image-wim-file/</guid>
      <description>Depending on what you need the .wim file for, you can create it manually
or automatically. – To manually create a .wim file (capture image) you need a bootable
CD with Windows PE (with ImageX.exe included) that you can create using Windows
Automated Installation Kit. The basics steps are: Boot your computer using Windows
PE…</description>
    </item>
    <item>
      <title>Install software using Task Sequence</title>
      <link>https://systemmanagement.ro/install-software-using-task-sequence/</link>
      <pubDate>Fri, 20 Nov 2009 15:25:42 +0200</pubDate>
      <guid>https://systemmanagement.ro/install-software-using-task-sequence/</guid>
      <description>Besides using Software Distribution to install software, you can do this using a Task Sequence too. This can be done during and Operating System Deployment process or not. Usually, I install software during an OSD. For this, you must have a package for that software product (of course) and at least one program that runs…</description>
    </item>
    <item>
      <title>All reports with links to other reports</title>
      <link>https://systemmanagement.ro/all-reports-with-links-to-other-reports/</link>
      <pubDate>Fri, 02 Oct 2009 10:23:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/all-reports-with-links-to-other-reports/</guid>
      <description>Last month, after restoring the only ConfigMgr site and importing new reports, I saw that none of the reports I’m using have a link to another report. To be sincere, this was a problem I didn’t know where to start troubleshooting. Thanks to guys from Microsoft’s ConfigMgr forum, who helped me identify the problem and…</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>During OSD, format first partition only</title>
      <link>https://systemmanagement.ro/during-osd-format-first-partition-only/</link>
      <pubDate>Thu, 13 Aug 2009 10:46:01 +0300</pubDate>
      <guid>https://systemmanagement.ro/during-osd-format-first-partition-only/</guid>
      <description>Our helpdesk asked me to make a task sequence that can be used on computers with more than one partition. In this case, I had to make sure that the operating system will install only on first partition and will not touch the data on other partitions. To achieve this, I copied another TS and…</description>
    </item>
    <item>
      <title>How to create a Windows XP SP3 Target Computer in Configuration Manager 2007 SP1 R2</title>
      <link>https://systemmanagement.ro/how-to-create-a-windows-xp-sp3-target-computer-in-configuration-manager-2007-sp1-r2/</link>
      <pubDate>Sun, 26 Jul 2009 23:29:39 +0300</pubDate>
      <guid>https://systemmanagement.ro/how-to-create-a-windows-xp-sp3-target-computer-in-configuration-manager-2007-sp1-r2/</guid>
      <description>This post assumes you have created a reference computer and captured an image of it as described in the previous post. Import and configure a task sequence to deploy the target computer After the task sequence to deploy the reference computer (Home-XPSP3-Ref01) finishes, a captured image of the reference computer is stored in \Home-SCCMCaptures$Home-XPSP3-Ref01.wim. Now,…</description>
    </item>
    <item>
      <title>How to create a Windows XP SP3 Reference Machine using Configuration Manager 2007 SP1 R2</title>
      <link>https://systemmanagement.ro/how-to-create-a-windows-xp-sp3-reference-machine-using-configuration-manager-2007-sp1-r2/</link>
      <pubDate>Sun, 26 Jul 2009 23:29:15 +0300</pubDate>
      <guid>https://systemmanagement.ro/how-to-create-a-windows-xp-sp3-reference-machine-using-configuration-manager-2007-sp1-r2/</guid>
      <description>In this post, I will show how to deploy Windows XP SP3 (the easiest and least customizable way) in a virtual environment (Virtual PC 2005 SP1) step-by-step. This post is inspired from “Quick Start Guide for Microsoft System Center Configuration Manager 2007” document. In this post, I will create a reference machine with Windows XP…</description>
    </item>
    <item>
      <title>All .mp3 files on Desktop and My Documents folder</title>
      <link>https://systemmanagement.ro/all-mp3-files-on-desktop-and-my-documents-folder/</link>
      <pubDate>Tue, 16 Jun 2009 18:48:19 +0300</pubDate>
      <guid>https://systemmanagement.ro/all-mp3-files-on-desktop-and-my-documents-folder/</guid>
      <description>Want to know if your users store mp3 files on Desktop or My Documents folders? Add .mp3 file type to Software Inventory Client Agent properties Navigate to Site Database – Site Management – Site Name – Site Settings – Client Agents and double click Software Inventory Client Agent Select Inventory Collection tab Click the new…</description>
    </item>
    <item>
      <title>Install drivers by computer model using WMI query</title>
      <link>https://systemmanagement.ro/install-drivers-by-computer-model-using-wmi-query/</link>
      <pubDate>Fri, 22 May 2009 15:56:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/install-drivers-by-computer-model-using-wmi-query/</guid>
      <description>When using task sequence, you might want to install different driver packages for different computer models. This can be accomplished by using a WMI query. First of all you need to have driver packages for all your computer models and know the exact model name for every computer. To find this, open a command prompt…</description>
    </item>
    <item>
      <title>Deploy ePolicy Orchestrator (ePO) agent</title>
      <link>https://systemmanagement.ro/deploy-epolicy-orchestrator-epo-agent/</link>
      <pubDate>Thu, 14 May 2009 18:38:00 +0300</pubDate>
      <guid>https://systemmanagement.ro/deploy-epolicy-orchestrator-epo-agent/</guid>
      <description>Having to create a package with McAfee ePO agent, I wanted to make it available to task sequence too so it can be installed during the operating system setup. For this, I had to make it install unattended or silent not requiring any user input. As I have never worked with McAfee, first, I did…</description>
    </item>
    <item>
      <title>Failed to Run Task Sequence – 0x80072EE7</title>
      <link>https://systemmanagement.ro/failed-to-run-task-sequence-0x80072ee7/</link>
      <pubDate>Thu, 26 Mar 2009 23:28:18 +0200</pubDate>
      <guid>https://systemmanagement.ro/failed-to-run-task-sequence-0x80072ee7/</guid>
      <description>If you receive the following error: “An error occurred while retrieving
policy for this computer (0x80072EE7)” when Task Sequence Wizard starts, this can
happen if you have DHCP or DNS problems. You should check if you can contact the
DHCP server in order to get an IP address or you can configure a static IP…</description>
    </item>
    <item>
      <title>Failed to Run Task Sequence</title>
      <link>https://systemmanagement.ro/failed-to-run-task-sequence/</link>
      <pubDate>Thu, 26 Mar 2009 23:18:44 +0200</pubDate>
      <guid>https://systemmanagement.ro/failed-to-run-task-sequence/</guid>
      <description>I just spent half an hour trying to understand why my task sequence cannot
find the files on a distribution point; although the TS runs normally, I see all
available TSs and I can choose the one I need. Then I found why: I missed something
I never missed before and that must not be…</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 x64 systems</title>
      <link>https://systemmanagement.ro/create-a-collection-with-all-x64-systems/</link>
      <pubDate>Mon, 16 Mar 2009 09:55:07 +0200</pubDate>
      <guid>https://systemmanagement.ro/create-a-collection-with-all-x64-systems/</guid>
      <description>As I have some free time, I’m testing different things with SCCM, mainly in creating different collections that I might need. Bellow you can find the query that will show you all x64 systems, client and server operating systems. 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…</description>
    </item>
    <item>
      <title>Failed to extend the Active Directory Schema</title>
      <link>https://systemmanagement.ro/failed-to-extend-the-active-directory-schema/</link>
      <pubDate>Wed, 11 Mar 2009 01:44:02 +0200</pubDate>
      <guid>https://systemmanagement.ro/failed-to-extend-the-active-directory-schema/</guid>
      <description>Usually, extending the Active Directory schema is the last step I do when installing SCCM. This time, while installing SCCM in a virtual machine, you have to provide a path to a folder with SCCM updates or download these updates from the internet. Working in a virtual machine with a “Local only” network adapter, I…</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>Troubleshooting Task Sequences in SCCM</title>
      <link>https://systemmanagement.ro/troubleshooting-task-sequences-in-sccm/</link>
      <pubDate>Tue, 03 Mar 2009 10:12:21 +0200</pubDate>
      <guid>https://systemmanagement.ro/troubleshooting-task-sequences-in-sccm/</guid>
      <description>I don’t do this usually, but this time this is really interesting. I want to recommend a very good blog post written by Kenneth Van Surksum about troubleshooting Task Sequences in Configuration Manager. Find it here &lt;a href=&#34;http://www.techlog.org/archive/2009/03/01/troubleshooting_task_sequences&#34;&gt;http://www.techlog.org/archive/2009/03/01/troubleshooting_task_sequences&lt;/a&gt;. He talks about the smsts.log file, where to find it during installation and what tool you can use…</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>
    <item>
      <title>Setup Windows and ConfigMgr – 0x80004005</title>
      <link>https://systemmanagement.ro/setup-windows-and-configmgr-0x80004005/</link>
      <pubDate>Wed, 11 Feb 2009 17:43:33 +0200</pubDate>
      <guid>https://systemmanagement.ro/setup-windows-and-configmgr-0x80004005/</guid>
      <description>Suppose you have created a task sequence, advertised it and booted from
task sequence media or however you want; if you receive the following error: “Task
Sequence: &lt;TS name&gt; has failed with the error code (0x80004005). For more information,
please contact your system administrator or helpdesk operator.” at Setup Windows
and ConfigMgr step you might…</description>
    </item>
    <item>
      <title>Update proxy settings used by Software Updates role in SCCM 2007</title>
      <link>https://systemmanagement.ro/update-proxy-settings-used-by-software-updates-role-in-sccm-2007/</link>
      <pubDate>Sun, 08 Feb 2009 23:14:00 +0200</pubDate>
      <guid>https://systemmanagement.ro/update-proxy-settings-used-by-software-updates-role-in-sccm-2007/</guid>
      <description>Few months ago I had an interesting problem at a client site that took me a while to resolve. So I want to post it here, maybe it will help others… After a successful upgrade from SMS 2003 to SCCM 2007 SP1, I configured software update point, synchronized with Microsoft update to get the list…</description>
    </item>
    <item>
      <title>SCCM 2007 description of all log files</title>
      <link>https://systemmanagement.ro/sccm-2007-description-of-all-log-files/</link>
      <pubDate>Wed, 04 Feb 2009 09:24:43 +0200</pubDate>
      <guid>https://systemmanagement.ro/sccm-2007-description-of-all-log-files/</guid>
      <description>Another very good resource I just found! The description of all log files
in ConfigMgr 2007. See bellow an example and follow the link for the full post:
&lt;a href=&#34;http://technet.microsoft.com/en-us/library/bb892800.aspx&#34;&gt;http://technet.microsoft.com/en-us/library/bb892800.aspx&lt;/a&gt;. Management Point Log Files
If management points are installed in the site hierarchy, management point log files
are stored in the SMS_CCMLOGS folder on the management…</description>
    </item>
    <item>
      <title>How Microsoft IT is using Configuration Manager 2007</title>
      <link>https://systemmanagement.ro/how-microsoft-it-is-using-configuration-manager-2007/</link>
      <pubDate>Wed, 31 Dec 2008 10:40:13 +0200</pubDate>
      <guid>https://systemmanagement.ro/how-microsoft-it-is-using-configuration-manager-2007/</guid>
      <description>Do you know how Microsoft IT manages thousands of servers worldwide in multiple
countries for a large number of departments and customers using SCCM 2007? If no,
then you should listen to this 30 minutes podcast: Microsoft IT Business Case for
System Center Configuration Manager 2007 in a Data Center. And here is the full…</description>
    </item>
    <item>
      <title>“The ConfigMgr Provider reported an error”</title>
      <link>https://systemmanagement.ro/the-configmgr-provider-reported-an-error/</link>
      <pubDate>Wed, 31 Dec 2008 10:36:43 +0200</pubDate>
      <guid>https://systemmanagement.ro/the-configmgr-provider-reported-an-error/</guid>
      <description>Today I came across an interesting problem in ConfigMgr while creating a Windows Vista image of reference computer. And again, ConfigMgr 2007 displays the error with not much intuitive help. I’m using Microsoft Deployment Toolkit 2008 with ConfigMgr 2007 when I need to deploy an operating system. At the end of the imported Task Sequence,…</description>
    </item>
    <item>
      <title>How to format Hard Disk and apply the operating system on a specific partition</title>
      <link>https://systemmanagement.ro/how-to-format-hard-disk-and-apply-the-operating-system-on-a-specific-partition/</link>
      <pubDate>Fri, 14 Nov 2008 13:33:00 +0200</pubDate>
      <guid>https://systemmanagement.ro/how-to-format-hard-disk-and-apply-the-operating-system-on-a-specific-partition/</guid>
      <description>Yesterday, on SCCM TechNet forum, somebody asked me more info about “Format and Partition Disk” and “Apply Operating System Image” tasks in a task sequence. As the answer requires some screenshots to be provided, I decided to write a post here with that details and direct that user to this post. Format and Partition Disk:…</description>
    </item>
  </channel>
</rss>
