Browse by Tags

How to repair WMI
Friday, May 22, 2009 6:07 PM
This link was posted on the SMS dicussion list, so adding it to my blog so I can easily find it if needed and also hopefully helps others. http://rexcrisostomo.blogspot.com/2008/02/how-to-repair-wmi.html Also wmidiag.vbs is soon to be updated, watch this space, no eta obviously Read More...
by Rickym61 | with no comments
Filed under: ,
listing all the views or tables of a database
Sunday, May 17, 2009 1:32 PM
Handy quick sql command guide from Marcus Oh on finding tables/views, again keeping here so I can find it if ever needed. http://marcusoh.blogspot.com/2009/05/listing-all-views-or-tables-of-database.html Read More...
by Rickym61 | with no comments
Filed under: , , ,
SMS 2003/ConfigMgr logging
Friday, January 09, 2009 5:32 PM
Came across this excellent blog post for troubleshooting SMS issues, its helped me out so many times, as I can never find it, adding it so its always available and I can find it easily, some of the same techniques apply to SCCM. The main feature of this post I use and always recommend is as follows: Using one of the right click tools here or SCCM Client Center... Read More...
by Rickym61 | with no comments
Filed under: , ,
sms query/report for spyware?
Monday, August 25, 2008 5:09 PM
This question seems to pop up on the list quite frequently, so to save time, here it is. It was originally posted to the list by Mark Mears, so credit goes to him, attached is the sql and sample of what results you may get again from Mark Mears SQL select all RSYS.Name0 AS 'Computer', RSYS.User_Name0 As 'Last User ID', SF.FileName As 'File... Read More...
by Rickym61 | 1 comment(s)
Filed under: , ,
Capturing HKCU Settings via HINV
Sunday, August 24, 2008 2:46 PM
For those who use the SaveData application (or maybe also use SMS/SCCM Companion from www.SCCMExpert.com (shameless plug ), they provide a freeware utility which allows the user to defer a shutdown, so that their machines don't get shutdown via the automated route that the product provides, the attached script will allow you to capture (catch out) those users... Read More...
by Rickym61 | with no comments
Filed under: , ,