Garth Jones at myITforum.com
What is on his mind, aka Does he have a mind?
Browse by Tags
All Tags
»
WQL
(
RSS
)
70-089
70-236
70-293
70-294
70-298
70-299
70-400
70-401
70-402
70-403
70-431
70-536
70-620
70-622
70-624
70-630
70-631
70-635
70-640
70-642
70-643
70-646
70-647
70-649
70-652
70-671
70-672
70-673
A+
Canada
Code
ConfigMGr
Enhansoft
exam
Flowcharts
Fun Links
Hyper-v
Joke
MCSE
MDT
MMS
MOM
MS Support
MSN
MVP
myITforum
OpsMgr
Ottawa
Podcast
Q&A
Rant
SCCM
SCE
SCMDM
SCSM
SCVMM
self-study
SMS
SMS Installer
SMSI
SoftGrid
SQL
Study group
System Center
Training
User Groups
Virtual Server
Vista
VS 2008
Windows 2003
Windows 2008
Windows 7
Routers?
Wednesday, January 20, 2010 9:45 AM
This might NOT list all routers in your environment, and it will has lots of false positives too. Of the 7 device marked as a router, only 3 are right, the remaining 4 are false positives. In my test lab it found 3 out of 7, Routers /Switches. Plus it lists · 1 WS, that is not acting like routers...
Read More...
2010 myITforum Donation
Thursday, January 07, 2010 1:39 PM
With the start of a new year, it is that time again to support the System Management Community, with that in mind I have made my yearly donation of $250 USD to MyITForum (MIF). Why do I do it? Well as a past User Group leader for www.OWSUG.ca , I know how much it cost to host a small user group community. OWSUG is small in comparison to MIF! Our network traffic...
Read More...
Collection Query - AD group membership & filter for Add\Remove Programs
Monday, January 04, 2010 8:08 AM
select R.* from SMS_R_System R where R.SystemGroupName != "GARTEK\\Domain Admins" and R.ResourceId not in ( select ...
Read More...
Why v_GS_OPERATING_SYSTEM.Caption0 is better than v_R_System.Operating_System_Name_and0
Friday, December 04, 2009 10:04 AM
Take the following query, if you only used v_R_System . Operating_System_Name_and0 then you would have no idea as to which PCs are installed with “Microsoft Windows 7 Ultimate" or “Microsoft Windows 7 Professional”. Select R . Name0 , R . Operating_System_Name_and0 , ...
Read More...
Attribute Reference Query
Saturday, November 14, 2009 9:15 AM
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, SMS_G_System_SYSTEM_CONSOLE_USER.LastConsoleUse, ...
Read More...
Find all non-client PCs
Tuesday, November 10, 2009 9:37 AM
:-) at the suggestion of a friend here is a query to find all non-client PCs. select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, ...
Read More...
No HW inventory in the last 30 days.
Tuesday, November 10, 2009 8:51 AM
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_WORKSTATION_STATUS...
Read More...
A Collection based on Domain name
Friday, August 28, 2009 10:15 AM
select * 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.Domain = "<domain name>"
Read More...
Clients without Hardware information (WQL)
Monday, May 18, 2009 4:48 PM
select * from SMS_R_System left outer join SMS_G_System_OPERATING_SYSTEM on SMS_G_System_OPERATING_SYSTEM.ResourceId = SMS_R_System.ResourceId where SMS_G_System_OPERATING_SYSTEM.CSDVersion is null
Read More...
Adding Display name to "All Systems" query
Friday, February 20, 2009 10:52 AM
select r.Name, r.SMSAssignedSites, r.IPAddresses, r.IPSubnets, r.OperatingSystemNameandVersion, r.ResourceDomainORWorkgroup, ru.name, r.LastLogonUserDomain, r.LastLogonUserName, r.SMSUniqueIdentifier, r.ResourceId, r.ResourceType, r.NetbiosName from sms_r_system r, sms_r_user ru Where r.LastLogonUserDomain = ru.WindowsNTDomain and r.LastLogonUserName = ru.UserName
Read More...
myITForum Donation
Thursday, January 08, 2009 9:23 AM
With the start of a new year, it is that time again to support the System Management Community, with that in mind I have made my yearly donation to MyITForum (MIF). Why do I do it? Well as a User Group leader for www.OWSUG.ca , I know how much it cost to host a small user group community. OWSUG is extremely small compared to MIF! Our network traffic is nothing...
Read More...
Job posting
Wednesday, December 03, 2008 3:47 PM
Make sure that you stop by the OWSUG Job forums. There have been 10 new posting within the last month with more that half of them for Microsoft!
Read More...
WQL - PCs with more that 2 GB free on C:
Wednesday, September 24, 2008 4:56 PM
select distinct SMS_R_System.Name, SMS_G_System_LOGICAL_DISK.* from SMS_R_System inner join SMS_G_System_LOGICAL_DISK on SMS_G_System_LOGICAL_DISK.ResourceID = SMS_R_System.ResourceId where SMS_G_System_LOGICAL_DISK.FreeSpace > 2048 and SMS_G_System_LOGICAL_DISK.DeviceID = "C:" order by SMS_R_System.Name
Read More...
Go
This Blog
Home
Contact
Links
About
Tags
2830
70-089
70-236
70-293
70-294
70-298
70-299
70-400
70-401
70-402
70-403
70-431
70-536
70-620
70-622
70-624
70-630
70-631
70-635
70-640
70-642
70-643
70-646
70-647
70-649
70-652
70-669
70-671
70-672
70-673
A+
App-v
Canada
Code
ConfigMGr
CTE Solutions
DevTeach
DPM
Drinks
EnergizeIT
Enhansoft
exam
Flowcharts
Fun Links
Hyper-v
Joke
MCSE
MDT
Med-V
Microsoft
Microsoft Canada
MMS
mobile
MOM
MS Support
MSN
MVP
myITforum
OpsMgr
Ottawa
Ottawa Windows Server User Group
Podcast
Poll
Q&A
Q&A
Rant
Redgate
RobertHalf
Samsung
SCCM
SCE
SCMDM
SCSM
SCVMM
Sector
self-study
SMS
SMS Installer
SMSI
SoftGrid
SP2
SQL
Study group
System Center
TechDays Canada
Training
UK
User group
User Groups
Virtual Server
Vista
VMRCPlus
VS 2008
Windows 2003
Windows 2008
Windows 7
Windows XP
WQL
Zune
Navigation
Site Home
Home
Bloggers List
Blogs
Photos
Downloads
Archives
January 2010 (3)
December 2009 (11)
November 2009 (10)
October 2009 (8)
September 2009 (11)
August 2009 (4)
July 2009 (6)
June 2009 (13)
May 2009 (15)
April 2009 (6)
March 2009 (7)
February 2009 (26)
January 2009 (11)
December 2008 (13)
November 2008 (15)
October 2008 (31)
September 2008 (59)
August 2008 (72)
July 2008 (57)
June 2008 (46)
May 2008 (39)
April 2008 (4)
January 2007 (1)
November 2006 (5)
October 2006 (5)
May 2006 (5)
April 2006 (3)
March 2006 (7)
February 2006 (4)
January 2006 (8)
December 2005 (2)
November 2005 (1)
October 2005 (5)
September 2005 (6)
August 2005 (9)
April 2005 (1)
March 2005 (1)
February 2005 (2)
January 2005 (10)
December 2004 (26)
Syndication
RSS
Atom
Comments RSS