-
Posts
1,906 -
Joined
-
Last visited
-
Days Won
90
Everything posted by GarthMJ
-
Report To Display Last User Login (User/Date&Time)
GarthMJ replied to tmiller_hockey's topic in Reports
CM07 is NOT the going to help you with this. The only way you are going to get that data is from AD. OM07/ OM12 would be better suited for this or a standard DSQuery. -
There is your first problem. You are run PoSH script. :-) The answer is: you are comparing apples and oranges. This PoSH script is query the CI for SU, the WQL query is comparing the CI for DCM.
-
Why do you say the query is not working? It looks fine to me..
-
IP Address Column - Device Collection
GarthMJ replied to tdhchris06's topic in Configuration Manager 2012
Actually you could not add IP address to a collection in CM07. You could add IP address to either a query or a report in CM07, however I almost always recommend not adding IP addresses. You still can't add IP adress in CM12 either. -
I’m sure that you can wmic but I use Wbemtest instead, particularly since it will allow me to connect to remote PCs.
-
V_GS_Add_Remove_Programs will only give you 32bit PCs, use v_Add_Remove_Programs, instead it will give you both x64 and x86.
-
report for computers with multiple network adapers
GarthMJ replied to silverSl!DE's topic in Reports
try this http://smsug.ca/blogs/garth_jones/archive/2012/10/18/pc-by-gateway.aspx -
It looks like each fo those KB have been supereed. So there is no way to report on these details.
-
Help with reporting in 2007, not sure which report I want and 500 error
GarthMJ replied to caseyj3350's topic in Reports
The last 4 itmes on this link plus the wiki note will solve this for you. http://technet.microsoft.com/en-ca/library/bb680896.aspx -
Report all succeeded Advertisements in a perdiod of time
GarthMJ replied to Packerlsepp's topic in Reports
oooppps, Wrrong post. This one should get you started.. http://smsug.ca/blogs/garth_jones/archive/2008/08/14/add-date-filter-to-advert-status.aspx -
Try this. http://smsug.ca/blogs/garth_jones/archive/2012/10/18/software-by-ou.aspx
-
Report all succeeded Advertisements in a perdiod of time
GarthMJ replied to Packerlsepp's topic in Reports
try this http://smsug.ca/blogs/garth_jones/archive/2012/10/18/software-by-ou.aspx -
This built-in report in CM07 or CM12 will give you these details.
-
Is this for SSRS or ASP reporting?
-
FYI This report should give you just about everything that you need. http://smsug.ca/blogs/garth_jones/archive/2008/02/04/basic-all-in-one.aspx
-
No, That WQL view does not exist within CM12. Try Configuration Item Compliance State instead.
-
How to add MAC Address on the sccm 2012 report
GarthMJ replied to sweety_devil's topic in Configuration Manager 2012
I would recommend against adding MAC address (or IP address) to any report, as this will duplicate lines within the report and add (IMO) no value to the report. Why do you need the MAC address? -
Sure this can be done, http://www.windows-noob.com/forums/index.php?/topic/4804-bios-password-report/
-
it is not possible to do this..
-
The simple anwser is remove IP address from the report. I almost never use IP address within any or my reports because of this issue.
-
So what was the query?
-
I’m not sure that I’m following you. All you need to do is create the SQL query and then you can create the report either SSRS or ASP.