Archive

Archive for November, 2010

Infoworks Podcast S02E08 – TechEd Europe 2010

November 28th, 2010 No comments

I detta avsnitt gör Tim och jag sammanfattning av vad som presenterades på TechEd Europe 2010. Trenden är tydlig, allt ska upp i det berömda molnet.

Vi konstaterar också att System Center Configuration Manager 2007 R3 är släppt.

Tekniktipset är framförallt för de som utvecklar i Sharepoint, “Sharepoint 2010 Easy Setup Script”, ladda ner från http://infoworks.tv/96o.

Categories: Podcast Tags: , , , , ,

Microsoft TrueUp report in SCCM 2007

November 23rd, 2010 2 comments

Lately some customers of mine asked me to count all their Microsoft licenses in use. Since I’ve seen requests for this “feature” on a couple of forums I thought I might share this with you.

I really don’t like the idea of sitting and counting endless of computers with Microsoft Office Suite on them, so I created a couple of reports that does this for me and the hooked them up to a Dashboard that can be sent off to all those big bosses (Just remember to give them rights to view the reports!).

In the pictures below you can see how it turned out.

What you need to do is simple. Start off by creating a report. I chose to start with the Microsoft Office Suite since it felt natural to start with the biggest product. Nothing special about this report really except that it can not include any prompts. Also, I chose to create a new category for all my dashboard reports.

The SQL query should look like this:

Select ARP.Publisher0, ARP.DisplayName0, COUNT(SYS.Netbios_Name0) AS 'Count',
ARP.ProdID0 AS 'Product ID'
FROM v_R_System SYS
JOIN
v_Add_Remove_Programs ARP on SYS.ResourceID = ARP.ResourceID
WHERE
ARP.ProdID0 = '{90120000-0014-0000-0000-0000000FF1CE}'
OR
ARP.ProdID0 = '{90140000-0011-0000-1000-0000000FF1CE}'
OR
ARP.ProdID0 = '{90120000-0030-0000-0000-0000000FF1CE}'
GROUP BY ARP.DisplayName0, ARP.Publisher0, ARP.ProdID0

You do need to change the Product GUIDs in the “Where” part of the query if you need other versions of the Microsoft Office Suite. I called the report “Count All Computers with Microsoft Office Suite”.

Next step is to create a report to list computers with the product in question (Picture #002). I used the following SQL query for that:

Select DISTINCT SYS.Netbios_Name0, SYS.User_Name0, ARP.DisplayName0,
ARP.Publisher0
FROM v_R_System SYS
JOIN
v_Add_Remove_Programs ARP on SYS.ResourceID = ARP.ResourceID
WHERE
ARP.ProdID0 = @ARPProdID
Order by SYS.Netbios_Name0

Then, as you can see in Picture #004 I linked the first report to this report. When that was done I could make copies on the “Count All Computers with Microsoft Office Suite”-report for all other products.

When all reports are done its time to create a Dashboard. It’s pretty straight forward, just decide how many rows/columns you need and the add the different reports you like to view.

Hope it helps!

Adobe Reader X

November 23rd, 2010 No comments

Nu finns Adobe Reader X (eller 10.0) tillgänglig för nedladdning i en engelsk version.

Adobe Reader X innehåller en funktion som Adobe kallar Protected Mode, detta gör att PDF:er öppnas och visas i en egen sandlåda (sandbox) med begränsad åtkomst till det bakomliggande operativsystemet.

Det återstår att se om detta kommer att lösa problemen vi sett med Reader, men det är skönt att se att Adobe försöker åtgärda problemen på ett lite mer omfattande sätt än tidigare.

Categories: Nyheter Tags: ,

vNext blir 2012

November 9th, 2010 No comments

Det var kanske inte helt oväntat att SCCM vNext skulle få namnet 2012 men nu är det första gången som någon på Microsoft haft det i publicerad text. Det är Jeff Wettlaufer på Microsoft som yttrat det när han skickade ut info om hur man anmäler sig till Beta 2 TAP-programmet.

Infoworks Podcast S02E07 – Firesheep

November 5th, 2010 No comments

Veckans tekniknyheter med Tim Nilimaa och Jesper Lönnqvist är här. I detta avsnitt pratar vi om Firesheep, kapade cookies, SSL, WiFi m.m.

Glöm inte att kolla in tekniktipsen:

Windows 7 Family Pack
Ladda ner all din information från Facebook
Gratis e-bok om Windows Phone 7 programmering

Categories: Podcast Tags: , , ,