Quantcast
Channel: Configuration Manager 2007 Inventory forum
Viewing all 233 articles
Browse latest View live

Windows Services State information not available for any clients

$
0
0

I have a SCCM2007 environment with central primary Arch.

i wanted to get the windows service state( running or stopped) for a specific service from all the servers.

I have taken a report from central SCCM and can see the information from only 2 sites. there are 3more sites which displays blank vales for the clients.

I have checked the SQL for the details under V_Gs_service but the clients has null value for all the services state.

This is really wired as all the other service information are being collected except the state. can any one help with your expert comments on this please.

Thanks

Karthik.J


Karthik.J


Concurrent Usage of Specified Metered Software per Day for Specified Month - Is this possible?

$
0
0

I know that there is a very good report that shows Maximum Concurrent Users per month for specified metered software. Can anyone tell me if it's possible to create a report that will show the daily breakdown for a specified month, ie on the 1st of the month the max concurrent users was 5, on the 2nd... etc, etc.

Report for hardware information from all computers

$
0
0

Hello all

There is a default report available called "computer information for a specific computer". My question is, is there a way to modify this so i can get the information for all computers as well as get the OU that each computer is in? 

here is the current sql statement. 

SELECT SYS.Netbios_Name0, SYS.User_Name0, SYS.User_Domain0,  SYS.Resource_Domain_OR_Workgr0, 
  OPSYS.Caption0 as C054, OPSYS.Version0,
 MEM.TotalPhysicalMemory0,  IPAddr.IP_Addresses0, Processor.Manufacturer0,
 CSYS.Model0, Processor.Name0, Processor.MaxClockSpeed0  
FROM v_R_System SYS
LEFT JOIN  v_RA_System_IPAddresses IPAddr on SYS.ResourceID = IPAddr.ResourceID
LEFT JOIN  v_GS_X86_PC_MEMORY MEM on SYS.ResourceID = MEM.ResourceID
LEFT JOIN  v_GS_COMPUTER_SYSTEM CSYS on SYS.ResourceID = CSYS.ResourceID
LEFT JOIN  v_GS_PROCESSOR Processor  on Processor.ResourceID = SYS.ResourceID
LEFT JOIN v_GS_OPERATING_SYSTEM OPSYS on SYS.ResourceID=OPSYS.ResourceID
WHERE SYS.Netbios_Name0 = @variable
ORDER BY SYS.Netbios_Name0, SYS.Resource_Domain_OR_Workgr0

Inventory physical processor count and total memory count

$
0
0

We are importing information from SCCM hardware inventory into our Asset management system and two things that are wanted are number of physical processors and total memory.   In looking at what SCCM 2007 can get me,  I have found the Physical Memory mof edit and the Processor_Addtl mof edit (which for some reason does not seem to be working for me) as well as the KB article about hyperthreading on Windows 2003 servers creating confusion in WMI reporting on processors.

What is wanted is physical memory installed (regardless of what the OS sees and mirroring) and physical processors installed (regardless of core count and hyperthreading)

Where I am at now is:

I have a list of the memory dims and size of each,  but I want a total of that list

I have a list of processors (including cores which all show as socket 1) and can determine the processor count by looking at socket

Is there a way I can get two fields in the database. One that is total memory installed and one that is number of physical processors installed?

I have a list of computers. Is it possible to search SCCM without searching one at a time?

$
0
0

Hello

I was wondering if anyone has ever run into a situation where they have a list of computer with different names that they needed to check and see if they are in SCCM? This is what I have come across. I am disabling some stale computers in AD and need to check SCCM and see if they are also present there.

Thanks,

Phil


Phil Balderos

Software Inventory

$
0
0

Hello All,

I have configured software inventory to fetch the .dmp files from minidump folder from windows 7 clients and its working as expected.

I am able to see the file details in Resource Explorer >> software >> Collected Files

However I need help to generate report/run a query where ill get details about collected files.

Thanks in advance.


Mukhyaprana

New custom mof not working on half of computer inventory

$
0
0
Hello!   Hopefully someone can help me with this one.  3 days ago I created a custom mof with RegKeytoMof 3.1.   I've used this before and have never had an issue.  However, this latest mof add doesn't seem to work on around 1000 computers.   I can't quite figure out what is wrong.   
  
They're all either Windows 7/Windows 8 and all 64bit.   No consistency I can see with the ones not working.  The entries are in the registry and show in wmi.   However, the inventoryagent.log doesn't show it scanning for this.  
  
I've tried a full inventory sync and a install (with uninstall checked).   Still same results.  
I am on SCCM 2012 R2 
  
Here are the mof entries.   I'm thinking maybe the dynamic provider but I didn't check the dymanic instances on the tool so not sure.   Thanks for the help!!! 
  
// RegKeyToMOF by Mark Cochrane (thanks to Skissinger, Steverac, Jonas Hettich & Kent Agerlund) 
// this section tells the inventory agent what to collect 
// 12/13/2013 6:55:36 PM 
#pragma namespace ("\\\\.\\root\\cimv2") 
#pragma deleteclass("InternetExplorer", NOFAIL) 
[DYNPROPS] 
Class InternetExplorer 

[key] string KeyName; 
String MkEnabled; 
String Version; 
String Build; 
String W2kVersion; 
Uint32 IntegratedBrowser; 
String svcKBFWLink; 
String svcVersion; 
String svcUpdateVersion; 
String svcKBNumber; 
}; 
[DYNPROPS] 
Instance of InternetExplorer 

KeyName="RegKeyToMOF_32"; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|MkEnabled"),Dynamic,Provider("RegPropProv")] MkEnabled; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|Version"),Dynamic,Provider("RegPropProv")] Version; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|Build"),Dynamic,Provider("RegPropProv")] Build; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|W2kVersion"),Dynamic,Provider("RegPropProv")] W2kVersion; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|IntegratedBrowser"),Dynamic,Provider("RegPropProv")] IntegratedBrowser; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|svcKBFWLink"),Dynamic,Provider("RegPropProv")] svcKBFWLink; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|svcVersion"),Dynamic,Provider("RegPropProv")] svcVersion; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|svcUpdateVersion"),Dynamic,Provider("RegPropProv")] svcUpdateVersion; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|svcKBNumber"),Dynamic,Provider("RegPropProv")] svcKBNumber; 
}; 
#pragma namespace ("\\\\.\\root\\cimv2") 
#pragma deleteclass("InternetExplorer_64", NOFAIL) 
[DYNPROPS] 
Class InternetExplorer_64 

[key] string KeyName; 
String MkEnabled; 
String Version; 
String Build; 
String W2kVersion; 
Uint32 IntegratedBrowser; 
String svcKBFWLink; 
String svcVersion; 
String svcUpdateVersion; 
String svcKBNumber; 
}; 
[DYNPROPS] 
Instance of InternetExplorer_64 

KeyName="RegKeyToMOF_64"; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|MkEnabled"),Dynamic,Provider("RegPropProv")] MkEnabled; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|Version"),Dynamic,Provider("RegPropProv")] Version; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|Build"),Dynamic,Provider("RegPropProv")] Build; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|W2kVersion"),Dynamic,Provider("RegPropProv")] W2kVersion; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|IntegratedBrowser"),Dynamic,Provider("RegPropProv")] IntegratedBrowser; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|svcKBFWLink"),Dynamic,Provider("RegPropProv")] svcKBFWLink; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|svcVersion"),Dynamic,Provider("RegPropProv")] svcVersion; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|svcUpdateVersion"),Dynamic,Provider("RegPropProv")] svcUpdateVersion; 
[PropertyContext("Local|HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer|svcKBNumber"),Dynamic,Provider("RegPropProv")] svcKBNumber; 
}; 
  
// RegKeyToMOF by Mark Cochrane (thanks to Skissinger, Steverac, Jonas Hettich & Kent Agerlund) 
// this section tells the inventory agent what to report to the server 
// 12/13/2013 6:55:36 PM 
#pragma namespace ("\\\\.\\root\\cimv2\\SMS") 
#pragma deleteclass("InternetExplorer", NOFAIL) 
[SMS_Report(TRUE),SMS_Group_Name("InternetExplorer"),SMS_Class_ID("InternetExplorer"), 
SMS_Context_1("__ProviderArchitecture=32|uint32"), 
SMS_Context_2("__RequiredArchitecture=true|boolean")] 
Class InternetExplorer: SMS_Class_Template 

[SMS_Report(TRUE),key] string KeyName; 
[SMS_Report(FALSE)] String MkEnabled; 
[SMS_Report(TRUE)] String Version; 
[SMS_Report(FALSE)] String Build; 
[SMS_Report(FALSE)] String W2kVersion; 
[SMS_Report(FALSE)] Uint32 IntegratedBrowser; 
[SMS_Report(FALSE)] String svcKBFWLink; 
[SMS_Report(TRUE)] String svcVersion; 
[SMS_Report(FALSE)] String svcUpdateVersion; 
[SMS_Report(FALSE)] String svcKBNumber; 
}; 
#pragma namespace ("\\\\.\\root\\cimv2\\SMS") 
#pragma deleteclass("InternetExplorer_64", NOFAIL) 
[SMS_Report(TRUE),SMS_Group_Name("InternetExplorer64"),SMS_Class_ID("InternetExplorer64"), 
SMS_Context_1("__ProviderArchitecture=64|uint32"), 
SMS_Context_2("__RequiredArchitecture=true|boolean")] 
Class InternetExplorer_64 : SMS_Class_Template 

[SMS_Report(TRUE),key] string KeyName; 
[SMS_Report(FALSE)] String MkEnabled; 
[SMS_Report(TRUE)] String Version; 
[SMS_Report(FALSE)] String Build; 
[SMS_Report(FALSE)] String W2kVersion; 
[SMS_Report(FALSE)] Uint32 IntegratedBrowser; 
[SMS_Report(FALSE)] String svcKBFWLink; 
[SMS_Report(TRUE)] String svcVersion; 
[SMS_Report(FALSE)] String svcUpdateVersion; 
[SMS_Report(FALSE)] String svcKBNumber; 
}; 

SCCM table where computer details are stored – SCCM 2007 SP2

$
0
0

Hi folks,

I’m looking to pull out some detailed information specifically when I right click on a PC in our Windows XP Collection and select Properties it brings up a separate window that shows me all the details SCCM has about that PC.

What I am looking for is the table within the SQL Database that shows that information so I can run a query on that table so I can export all of the details of those remaining XP PCs in our organisation.

I have tried clicking on View within SCCM and Export but it doesn’t give me the detailed information behind the right click / properties, it just gives me the name etc. and lot the logged on user for example.

So any help greatly appreciated or if you know of a way that I can get that details information about all of those XP PCs from our SCCM console, please let me know.

Thanks,

Bonemister


not seen a file from inventory?

$
0
0

Hello,

I am trying to apply the fix KB2724939 and verify that it is applied.

I am running the query:

select SYS.Netbios_Name0, SF.FileName, SF.FileDescription, SF.FileVersion, SF.FileSize, SF.FileModifiedDate, SF.FilePath 
From v_GS_SoftwareFile SF 
join v_R_System SYS on SYS.ResourceID = SF.ResourceID 
join v_FullCollectionMembership COL on COL.ResourceID = SF.ResourceID 
Where 1 = 1
AND SF.FileName LIKE '%ccm_caltrack%'
AND COL.CollectionID = 'SRV0000E' 
/* AND NetBios_Name0 Not IN ('%CX%', '%CC%') */
ORDER BY SF.FileName

but only the primary site server are displayed, not the client, why?

CONFIGMGRDTS	ccm_caltrack.dll	SCCM CAL TRACKING MANAGER	4.00.6487.2000 (SCCM.090918-0032)	88928	2009-09-18 03:00:00.000	C:\Program Files (x86)\SMS_CCM\
CONFIGMGRSRV	ccm_caltrack.dll	SCCM CAL TRACKING MANAGER	4.00.6487.2000 (SCCM.090918-0032)	88928	2009-09-18 05:00:00.000	C:\Program Files (x86)\SMS_CCM\
EMS02	ccm_caltrack.dll	SCCM CAL TRACKING MANAGER	4.00.6487.2000 (SCCM.090918-0032)	88928	2009-09-18 04:00:00.000	D:\WINNT\system32\CCM\

Thanks,

DOm


System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager


Hardware inventory for windows 8.1 SCCM 2007

$
0
0

I have SCCM 2007  primary site with SP2/R3 installed.

I have also installed KB for windows 8 and for windows 8.1

I only stood up two clients with windows 8.1. For one reason or another each time I try to get hardware inventory I get the following.

failed to retrieve the requested  schedule 80041002

failed to send schedule 80041002.

The MP has received the software inventory and does process it  according to MP_SINv but Hardware fails.

I have reset the wmi repository recreated guid keys  standard wmi practices.  One of the bigger issues is the fact that wmidiag is not supported by windows 8.1 has any one ran into this issue?



Unable to query Internet Explorer 9 - 11

$
0
0

Hello, I'm hoping to get some help with locating Internet Explorer 9,10, and 11 installations on workstations in SCCM 2007.

I have tried searching on Add/Remove, iexplore.exe file version. When using the canned SQL queries it can find for example 1 single installed copy of IE9, which I know is wrong. We have hundreds of computers with later versions installed.

I'm on SCCM 2007 R2

We are unable to upgrade to SCCM 2012 until later this year.

Is there a change or update I can do to collect the new IE version data properly?

Thank you

Hardware Inventory failed

$
0
0

I have the following error in dataldr.log

ERROR - attempt to update non-existent row. Invalid command:  exec pWorkstationStatus_DATA 1,15408,'01/06/2012 14:22:48',1,'1/6/2012 14:21','8589934829',1036,60

....

Cannot process MIF XHFDJR3E4.MIF, moving it to C:\Program Files (x86)\Microsoft Configuration Manager\inboxes\auth\dataldr.box\BADMIFS\dlv1em44.MIF

I checked region & language, it was french, I changed for English. Same result.

I uninstalled the MP & IIS, same result.

I have a sms_def.mof which seemed to be good with mofcomp.exe –check .

But I can't find which view was created for that class :


[ SMS_Report     (TRUE),
  SMS_Group_Name ("Info_HBA"),
  SMS_Class_ID   ("CUSTOM|HBA|1.0"),
  SMS_Namespace  (False),
  Namespace      ("\\\\\\\\localhost\\\\root\\\\WMI") ]
class MSFC_FibrePortHBAAttributes : SMS_Class_Template
{
    [SMS_Report (TRUE)     ]
        boolean Active;
    [SMS_Report (TRUE)      ]
        string Attributes[];
    [SMS_Report (TRUE)     ]
        uint32 HBAStatus;
    [SMS_Report (TRUE)      ]
        string InstanceName;
    [SMS_Report (TRUE)      ]
        uint64 UniquePortId;
};

I don't know where to look now...

 

 

Application no received in CCM

$
0
0

Hi there;

I'm facing a problem with one of the users in the company, i offer him an application through SCCM but it seems like he never receives the application no matter what. I've tried sending multiple applications to him and its all the same, tried cleaning the cache but still nothing happened. Any suggestions?

CPU Sockets versus CPU Cores

$
0
0
Currently SCCM reports the processor count based on the number of cores found.
Some software products (like SQL) are licensed based on the physical CPU sockets in a system.
Is there a way to show the physical CPU sockets per computer using AI or standard SCCM reports?

Can you inventory "My Documents" folder properties

$
0
0

I have been asked if we can inventory the folder properties of "My documents" folder. Management is interested in how much data a user has on their pc's. Not sure if this is possible.

Thanks Yamini


SCCM 2007 -Software & Harware Inventory

$
0
0

Hey Guys,

The Hardware & Software Inventory PC's not reporting to created collection section then I was check the MP logs

In that MP_Sinv.log showing error that is " Inv:Could not set LCID to 16393 .

Would you please suggest ?


Best Regard's Krishna

Driver Details of PC's reporting to SCCM

$
0
0

Hello Guys,

Can you please help me with SQL Query to get the driver version details installed on PC?

Thanks in Advance :)


Mukhyaprana

Office 2010 and Office 2013 query

$
0
0

Hi,

I have 2 queries one that displays clients with Office Pro 2013 installed

"select distinct SMS_R_System.Name, SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName, SMS_G_System_ADD_REMOVE_PROGRAMS.Version 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.DisplayName = "Microsoft Office Professional Plus 2013" order by SMS_R_System.Name"

And one that shows clients with Office 2010 installed :

"select distinct SMS_R_System.Name, SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName, SMS_G_System_ADD_REMOVE_PROGRAMS.Version 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.DisplayName = "Microsoft Office Professional Plus 2010" and SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName != "Microsoft Office Professional Plus 2013" order by SMS_R_System.Name"

My problem is there are clients out there that have been upgraded from office 2010 to 2013 that sill have office 2010 listed.

Is there a way to change the query that shows Clients with Microsoft Office Professional Plus 2010 installed but NOT Microsoft Office Professional Plus 2013

And another similar query to show Clients with Microsoft Office Professional Plus 2013 installed but NOT Microsoft Office Professional Plus 2010

Many Thanks in advance.

SMS Inventory Data Loader failed to process the delta MIF file

$
0
0

Hi

We are having some problems with our inventory collection. The sms_inventory_data_loader log is full of these messages:

SMS Inventory Data Loader failed to process the file E:\SCCM\inboxes\auth\dataldr.box\Process\HKAH2FEJ.MIF because it is larger than the defined maximum allowable size of 5000000.

Solution: Increase the maximum allowable size, which is defined in the registry key HKLM\Software\Microsoft\SMS\Components\SMS_INVENTORY_DATA_LOADER\Max MIF Size (the default is 5 MB), and wait for SMS Inventory Data Loader to retry the operation.

The error message checks out as most of the .mif files in the bad mif folder are above 5000 kb. But most of the files are way beyond 5000kb some of them are as large as 40mb. My question is should I increase the maximum allowed size and to how much? And is this a reg change that is done on only the site server?

If I should not increase the max value then how should I handle this error..?

 

 

Software metering : wildcard (? character) in FileVersion

$
0
0

I just wanted to confirm something...We want to monitor the usage of Adobe Acrobat in our enterprise. We have different versions (from 7 to 11). I ran a report on the exe and there multiple file versions exe per major versions (ie : version 9 has 9.3.0.148, 9.3.2.163, 9.3.3.177, 9.4.6.252, 9.5.0.270 and a few more...!)

What I did is create a rule that monitors Acrobat.exe with a FileVersion of *. This report gives me the amount of users that opened Acrobat, regardless of the version. I ran the report and the count is about 100.

I then created one rule per major version :

Name : Acrobat Pro 7
Exe : Acrobat.exe
File Version : 7.?

Name : Acrobat Pro 8
Exe : Acrobat.exe
File Version : 8.?

...and so on

These rules yield no results but it should have since 100 users opened Acrobat.exe and I have versions 7 to 11... ?

So I was wondering if I am using the "?" correctly or there is something I am missing ?

Thanks!

Viewing all 233 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>