|
Browse by Tags
All Tags » System Center ( RSS)
-
|
There is a poll on myITforum that talks about Certification and System Center. Basically what it wants to know is What SC certs do you hold and if you have any Windows 2008 MCITPs http://www.myitforum.com/absolutenm/templates/site.aspx?articleid=19149&zoneid...
|
-
|
So, my test lab has been running lean and mean for a while. A few weeks back I decided that in order to test ConfigMgr v.Next. I needed to update my lab. In the past I had a few discussion about Hyper-v and getting more performance out of it. The...
|
-
|
select Distinct CS.Name0 from dbo.v_GS_COMPUTER_SYSTEM CS left outer join dbo.v_GS_SoftwareFile SF on CS.ResourceID = SF.ResourceID where SF.ResourceID not in (select Distinct...
|
-
|
select * from dbo.v_GS_NETWORK_ADAPTER_CONFIGUR where IPAddress0 IS not NULL and IPAddress0 like '192.168.[1-9].%'
|
-
|
I have decided that the forums on www.SMSUG.ca are not being used and due to some SPAMMER populating the membership list, I have closed them down. This is a good thing as it means I will arrange for the site to be convert to a blog only site. With the...
|
-
|
I was troubling shooting a WSUS issue and I need to connect to the db to edit some settings. This turns out to be harder than you think when you using Windows Internal db. So how do you connect to the db? Well this post will answer that for you. http...
|
-
|
Today I was trying to use the Remote Assistance from ConfigMgr, I keep getting a error message Your Offer to help could not be sent see screen shot below Of course I did the normal troubleshooting stuff. · ...
|
-
|
SELECT [AdvertisementID] ,[AdvertisementName] ,[ProgramFlags] ,[PackageID] ,[ProgramName] ,[CollectionID] ...
|
-
|
Select distinct TopConsoleUser0 from dbo.v_Add_Remove_Programs ARP Join dbo.v_GS_SYSTEM_CONSOLE_USAGE_MAXGROUP SCUM on ARP.ResourceId = SCUM.ResourceID Where ARP.DisplayName0...
|
-
|
Here is a nice and simple way to get a list of Random PCs. Create a query based on what you want to find, in my example Windows XP. Then add to the query a condition to find those with a “3” as the last character in the SMSID, Since the SMSID/GUID...
|
-
|
select R.Name, OS.Caption, OS.CSDVersion from SMS_R_System R inner join SMS_G_System_OPERATING_SYSTEM OS on OS.ResourceID = R.ResourceId where ...
|
-
|
SELECT R.AD_Site_Name0, Count(SMS_Installed_Sites0) AS 'Count' From v_R_System R JOIN v_RA_System_SMSInstalledSites SIS ON R.ResourceID = SIS.ResourceID WHERE ...
|
-
|
SELECT R.Netbios_Name0, R.User_Name0, R.Operating_System_Name_and0, R.AD_Site_Name0, IP.IP_Addresses0 From v_R_System R ...
|
-
|
Now that I have your attention, every SMS / ConfigMgr administrator needs to know SQL in order to support SMS/ ConfigMgr. There are no “Ifs” “ands” or “buts” about it, without SQL, ConfigMgr / SMS could not run. You could not write reports or use SSRS...
|
-
|
Select Distinct sys.Netbios_Name0, fcm.SiteCode, sys.User_Domain0, sys.User_Name0, sys.Operating_System_Name_and0, arp.DisplayName0...
|
More Posts Next page »
|
|
|