|
Browse by Tags
All Tags » WQL ( RSS)
-
|
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...
|
-
|
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...
|
-
|
select R.* from SMS_R_System R where R.SystemGroupName != "GARTEK\\Domain Admins" and R.ResourceId not in ( select ...
|
-
|
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 ...
|
-
|
select SMS_R_System.ResourceId, SMS_R_System.ResourceType, SMS_R_System.Name, SMS_R_System.SMSUniqueIdentifier, SMS_R_System.ResourceDomainORWorkgroup, ...
|
-
|
:-) at the suggestion of a friend here is a query to find all non-client PCs. select SMS_R_SYSTEM.ResourceID, ...
|
-
|
select SMS_R_SYSTEM.ResourceID, SMS_R_SYSTEM.ResourceType, SMS_R_SYSTEM.Name, SMS_R_SYSTEM.SMSUniqueIdentifier, SMS_R_SYSTEM.ResourceDomainORWorkgroup, ...
|
-
|
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...
|
-
|
select R.NetbiosName, R.LastLogonUserName, SP.ProductName, SP.ProductVersion from SMS_R_System R inner join SMS_G_System_SoftwareProduct...
|
-
|
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...
|
-
|
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...
|
-
|
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...
|
-
|
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!
|
-
|
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...
|
-
|
Just after posting the blog stats, I remember that I also want to check out that number of ping backs and comments. Since April 1 2007 there have been 181 ping backs and 22 comments select count(*) as '# of Comments' from cs_Posts cs_Posts, cs_Sections...
|
More Posts Next page »
|
|
|