-
We are Wiggle and Waggling on Sept 12, http://www.ohsre.ca/ehood , Are you?
-
Well this morning I did it. I became a MCITP: Windows 7 MCITP Enterprise Desktop Support Technician. I wrote the upgrade exam (70-682) which is based on 70-680 MCTS: Windows 7, Configuring and 70-685 : Windows 7, Enterprise Desktop Support Technician...
-
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 SMS_R_System inner join SMS_G_System_NETWORK_ADAPTER_CONFIGURATION on SMS_G_System_NETWORK_ADAPTER_CONFIGURATION.ResourceId = SMS_R_System.ResourceId where ...
-
select * from dbo.v_GS_NETWORK_ADAPTER_CONFIGUR where IPAddress0 IS not NULL and IPAddress0 like '192.168.[1-9].%'
-
SELECT DISTINCT SYS.Netbios_Name0, fcm.SiteCode, ROUND(CONVERT (FLOAT ,LDISK.FreeSpace0) / 1024, 2) AS FreeSpace0, ROUND (CONVERT (FLOAT, PROC1.MaxClockSpeed0), -2)/ 1000 AS 'Processor...
-
I know that I will! I get to watch our puppy go to the cottage for the first time and see how she like the lake!
-
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...
-
select C.Collectionid, C.Name from dbo.v_Collection C Where C.Collectionid not in (Select Collectionid from dbo.v_FullCollectionMembership)
-
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...