I want to make a query based collection of the SCCM severs on our network. does anyone have a ready made query or should I add them manually?
SCCM server collection
run a software inventory report
hey...
I'm new with ConfigMgr and i'm trying to run a complete software inventory report... the report in asset intelligence is not very friendly, or maybe its because i dont understand them....
can someone please help?
i would basically like to see all software installed on all clients...
Sccm 2007 in multi forest environment
Determining 64-bit capability
Hi,
Does anyone know if the data collected by SCCM hardware inventory (SCCM 2007 SP2 R2, if that matters) are sufficient to answer the question: "which of my workstations is 64-bit capable?"?
There is a field named 'Is64Bit' in the SCCM extension to the WMI Win32_Processor table. The SCCM SDK describes the field as "A non-zero value if the CPU is 64-bit. Otherwise, this property is set to zero." Is there any documentation as to what properties or attributes of the processor the inventory agent senses to determine which way to set the bit? We've tried writing a report querying this field but the result returns quite a few systems that are not 64-bit capable.
Anyone solved this one?
Thanks, much.
Jeff Kantner
Bechtel
report/query of the memory allocated for each instance on a SQL Cluster?
Hello,
Is It possible to get a view/report/query of the memory allocated for each instance on a SQL Cluster?
This will allow us to verify we are not over the SQL Cluster Total memory.
Thanks,
D0m
System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager
Console extension
HI
i installed sccm2012 in my network with 2000 clients.
i want to use console extension version 1.7 for force software inventory-clear cache or use other feature on the console extension but i take this error:
The specified executable is not a valid application for this OS platform.
List of Machine per DPs?
Hello,
Is it possible to know which machine is using which DP? (SCCM 2007 R3)
From the law I know IP, AD Site then SCCM Site but do we have reports of the load per DP?
Number of machines, list of machines using "THIS" DP?
CPU usage
Memory Usage
etc...
I have SCOM 2007 in place...
Thanks,
DOm
System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager
SCCM Database
Hi,
My SCCM DB is on a cluster, last week one of our DBA guys said that the software inventory table has over 89 million rows in it and alot of the data is defunct.
So I want to know do Microsoft supply a script or something to it's customers to archive data from various tables? Because the reponse times within the configmgr console when running queries has decreased over the last few months affecting the overall performance of the console.
Thanks...
Trying to do a report of SUP failures by OU
Have a list of SUP failure computers, and trying to do a report counting how many of the computers are in which OU (to see if Discovery or Boundary issue).
Report is picking up the MAX OU correctly, but, not grouping the computer count (getting a single row per each computer). Not sure what I'm doing wrong--anyone have a clue?
Thanks.
SELECT (select top 1 SOU2.System_OU_Name0 from dbo.v_RA_System_SystemOUName SOU2 where SOU.ResourceID = SOU2.ResourceID and LEN(SOU2.System_OU_Name0) = MAX(LEN(SOU.System_OU_Name0))) AS 'OU' , COUNT(DISTINCT SOU.ResourceID) AS 'COUNT' FROM dbo.v_RA_System_SystemOUName SOU JOIN dbo.v_R_System SYS ON SYS.ResourceID = SOU.ResourceID WHERE SYS.Netbios_Name0 IN ( 'PHO-PVR63186', 'WCO-PVP11579', 'PAL-PVI82336', 'LOM-PVI46044', 'LOM-PVI49102', 'LOM-PVR46148', 'PUG-PVI92643', 'RED-PVI54875', 'REN-PVR27553', 'WLA-PVR125834') GROUP BY SOU.ResourceID ORDER BY 'OU'
SQL Report showing computers in a certain OU in multiple Domains and AD Sites
We have a "Specialized Systems" OU, with different sub-OUs that is located in the Root of each Domain, as well as under the AD Sites (each site = one of our facilities). I'm trying to do a report that combines all the same-named sub-OU's under these two OU's, with a count of computers in each, to do a list of what's in each OU so we can standardize them.
I modfied the below query, which seems to partially work:
SELECT DISTINCT RIGHT(SOU.System_OU_Name0,NULLIF(CHARINDEX('/',REVERSE(SOU.System_OU_Name0)),0)-1) AS 'SS ROOT OU' , COUNT(DISTINCT SOU.ResourceID) AS 'COMPUTERS' FROM dbo.v_RA_System_SystemOUName SOU WHERE SOU.System_OU_Name0 LIKE '%<root>/SPECIALIZED SYSTEMS%' GROUP BY RIGHT(SOU.System_OU_Name0,NULLIF(CHARINDEX('/',REVERSE(SOU.System_OU_Name0)),0)-1) ORDER BY 'SS ROOT OU'
I changed the actual root to <root>.
However, this query doesn't seem to be catching all the way down to the last sub-OU, for instance, one of them is: <root>/Specialized Systems/Medical Devices/Muse, and it's not showing Muse, just goes down to Medical Devices.
I'm thinking I need to somehow insert the "usual" OU query:
(select top 1 SOU2.System_OU_Name0 from dbo.v_RA_System_SystemOUName SOU2 where SOU.ResourceID = SOU2.ResourceID and LEN(SOU2.System_OU_Name0) = MAX(LEN(SOU.System_OU_Name0)))
So that the original query is looking for the longest string, only, but all attempts to do that have failed. Any idea on what I'm doing wrong?
Thanks
.MIFs count is increase on dataldr.box and Process (120000)
.mifs are processing dead slow and at present count on dataldr.box and dataldr\process is 120000
Following action has been done
1) OS windows 2008 ENT SP2 (Central Site with SCCM 2007 R2 Version: 4.00.6487.2000)
2) Checked the event veiwer ( No error message)
3) All SCCM services are running fine
4) Deleted BADMIF files
5 Checked the dataldr.log no error message but process a record very slowly ( Per minute 20 MIFs)
6) Checked regedit location HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\SMS\Components\SMS_INVENTORY_DATA_LOADER 5000000
7) Checked Performance Montior status ( Per minute 20 MIFs Processed)
8) Checked and restarted SMS Iventory Data Loader and it is running status
9) Checked the handware inventory coomponent and it is configured run every 7 days with maximum custom MIF file size 250KB
10) Configured with collect NOIDMIF files
Question:-
1) How to increase SMS inventory data loader threads?
2) How to decrease the backlog files from the DATALDR.box and Process folder?
3) How is it growing and process to avoid that?
Problems getting days since last used for licensed software
Using SCCM 2007 SP2 R3
We've been required to start removing certain licensed software after 60 days of non-use. Tried the canned reports, but needed to do a customized one to get all the needed info:
SELECT DISTINCT SYS.Netbios_Name0 AS 'NAME', CSYS.Manufacturer0 AS 'MFG', CSYS.Model0 AS 'MODEL' , PCB.SerialNumber0 AS 'SN#', SCUM.TopConsoleUser0 AS 'TOP USER' , RUA2.LastUserName0 AS 'LAST APP USER', OSYS.Caption0 AS 'OS', SMSIS.SMS_Installed_Sites0 AS 'SITE' , SYS.Resource_Domain_OR_Workgr0 AS 'DOMAIN', RUA2.ExplorerFileName0 AS 'FILE', RUA2.FileDescription0 AS 'PRODUCT' ,RUA2.ProductVersion0 AS 'METERED VERSION', SWF.FileVersion AS 'FILE VERSION' , CASE WHEN MIN(DateDiff(day, RUA2.LastUsedTime0, GetDate())) IS NULL THEN CAST('NOT USED'AS VARCHAR) ELSE CAST (MIN(DateDiff(day, RUA2.LastUsedTime0, GetDate())) AS VARCHAR) END AS 'VISIO LAST USED (> 60 DAYS)' FROM dbo.v_R_System SYS JOIN dbo.v_GS_SoftwareFile SWF ON SYS.ResourceID = SWF.ResourceID JOIN dbo.v_Add_Remove_Programs ARP ON SYS.ResourceID = ARP.ResourceID JOIN dbo.v_GS_COMPUTER_SYSTEM CSYS ON SYS.ResourceID = CSYS.ResourceID JOIN dbo.v_GS_PC_BIOS PCB ON SYS.ResourceID = PCB.ResourceID JOIN dbo.v_GS_OPERATING_SYSTEM OSYS ON SYS.ResourceID = OSYS.ResourceID JOIN dbo.v_RA_System_SMSInstalledSites SMSIS ON SYS.ResourceID = SMSIS.ResourceID JOIN dbo.v_GS_SYSTEM_CONSOLE_USAGE_MAXGROUP SCUM ON SYS.ResourceID = SCUM.ResourceID LEFT OUTER JOIN dbo.v_GS_CCM_RECENTLY_USED_APPS RUA2 ON SYS.ResourceID = (SELECT RUA2.ResourceID WHERE RUA2.ExplorerFileName0 = 'acrobat.exe') WHERE (SWF.FileName = 'acrobat.exe' AND SWF.FilePath LIKE 'c:\program%') AND SYS.Operating_System_Name_and0 LIKE '%workstation%' AND SYS.Client0 = '1' AND SYS.Obsolete0 = '0' AND ARP.DisplayName0 LIKE '%adobe %acrobat %' AND ARP.DisplayName0 NOT LIKE '%mui%' AND ARP.DisplayName0 NOT LIKE '%viewer%' AND ARP.DisplayName0 NOT LIKE '%pack%' AND ARP.DisplayName0 NOT LIKE '%update%' AND ARP.DisplayName0 NOT LIKE '%web%' AND ARP.DisplayName0 NOT LIKE '%modeler%' AND ARP.DisplayName0 NOT LIKE '%hotfix%' AND ARP.DisplayName0 NOT LIKE '%browser%' AND ARP.DisplayName0 NOT LIKE '%workgroup%' AND ARP.DisplayName0 NOT LIKE '%english%' AND ARP.DisplayName0 NOT LIKE '%extended%' AND ARP.DisplayName0 NOT LIKE '%cpsid%' GROUP BY SYS.Netbios_Name0, CSYS.Manufacturer0, CSYS.Model0, PCB.SerialNumber0, SYS.User_Name0, OSYS.Caption0, SMSIS.SMS_Installed_Sites0 , SYS.Resource_Domain_OR_Workgr0, RUA2.ExplorerFileName0, RUA2.ProductName0, RUA2.FileDescription0 , RUA2.ProductVersion0, RUA2.LastUserName0, SWF.FileVersion, SCUM.TopConsoleUser0 HAVING MIN(DateDiff(day, RUA2.LastUsedTime0, GetDate())) > '60' OR MIN(DateDiff(day, RUA2.LastUsedTime0, GetDate())) IS NULL ORDER BY 'DOMAIN', 'SITE', 'NAME'
It produces output similar to the below:
NAME | MFG | MODEL | SN# | TOP USER | LAST APP USER | OS | SITE | DOMAIN | FILE | PRODUCT | METERED VERSION | FILE VERSION | ACROBAT LAST USED (> 60 DAYS) |
ECH-WS73030 | BIOSTAR Group | P43D3 | None | vha19\vhadengethoh | NULL | Microsoft Windows 7 Enterprise | ECH | VHA19 | NULL | NULL | NULL | 11.0.06.70 | NOT USED |
ECH-WS60512 | Dell Inc. | OptiPlex 990 | FZVCHS1 | vha19\vhaechconnel | VHA19\VHAECHSchneA | Microsoft Windows 7 Enterprise | ECH | VHA19 | Acrobat.exe | Adobe Acrobat | 11.0.03.37 | 11.0.06.70 | 87 |
Running into two problems:
1. Despite the product actually being used on some computers, Recently Used Apps (RUA) View shows no usage (none in other SW Metering views, either) and not sure what the issue is--SW and HW inventory are both working perfectly fine, as are the metering processes on the site server. Gives me a lot of false positives for not being used.
2. Have found some cases in which a previous version was installed, and used, then later upgraded, but not used--however, seems no way to filter out just usage for the CURRENT version. Have looked at comparing the SW File Version and the RUA.File Version, but they are often not identical, particularly if the product was patched.
Is there a better way to determine usage, or a better custom report to use?
Thanks.
Custom Inventory view not in Child Primary Database
Good day,
ConfigMgr 2007 R2 SP2
1x Central Site
10x Primary sites
We've successfully modified the .mof files to inventory custom registry keys.
32bit systems - HKLM\Software\Profile
64bit systems - HKLM\Software\Wow6432Node\Profile
The problem is that the view for this custom inventory is not in the database for 1 of the primary site servers.
The other 9 sites does have the view.
How can we fix this?
Collection query for specific SCCM client version - Parameters?
I need to upgrade my older clients as I recently upgraded SCCM to SP2. I can't seem to find the parameters in query builder to populate a collection with a specific SCCM client version. Can anyone help me out or point me in the right direction? I can't find anything using "The Google". You'd think lots of people would want this that there'd be a default query in SCCM already. Thanks.
last boot time data error while collecting hardware inventory in SCCM for windows embedded devices.
In our SCCM 2007 environment every day hardware inventory collects data about the last boot time and each time the data is incremented by 1 minute.
This data has been collected from sql.
Can anybody help me on this.
Regard's
Kanik Garg
Create Custom Report for Inventory
how to create a hardware and software inventory with sccm 2007
Hi to all,
can you please help me to learn how to make a hardware and software inventory with sccm 2007?Thank you.
Creating a Report to list all Leased computers
If I put it in the BIOS under "Enter Ownership Tag", what variable do I use for the SQL section of the report?
Thanks for any help.
Eddie
SCCM 2007 R2 Query - Look for Win2k8 servers where Terminal Services is installed.
I have been looking all over the net. That's how it feels ;-D. I'm trying to a find out how to create a query that I can use in a SCCM Collection. This query should result in only Windows 2008 Servers where Terminal Services have been installed.
So far I have tried at least ten different ways of doing this. With no prevail. So I hope you guys can assist me.
1) Create a collection.
2) Create a query.
a. The query should only find Windows 2008 Server where Terminal Services is installed.
3) Then I can distribute only to these servers.
Thank you. Your help is highly appreciated.
Regards.
/Lars
Red Baron
software inventory not running on many machines
I've tried to push the client to these machines and they never install. They remain as Non-clients.
Is there a check-list of steps to try for this type of issue?
mqh7