jeudi 20 décembre 2012

[Windows Intune] Usefull links



Intune is a great tool for small companies that can't afford SCCM 2012 or for companies that don't need special features that are only available in SCCM 2012 and that make the choice of the cloud.



Microsoft just released the last version called "Wave D".


In this article, I would like to share with you my list of the most important resources for Windows Intune.


Windows Intune website: http://www.windowsintune.com : General presentation, video...


Springboard: http://technet.microsoft.com/en-us/windows/intune.aspx
Technet: http://technet.microsoft.com/en-us/library/jj676587.aspx

Jump Start: http://www.microsoftvirtualacademy.com/tracks/windows-intune-for-it-professionals-jump-start

What's New in Windows Intune: http://www.microsoft.com/en-us/download/details.aspx?id=29428
Getting Started Guide: http://www.microsoft.com/en-us/download/details.aspx?id=26706


Microsoft Virtual Academy: http://www.microsoftvirtualacademy.com/Studies/SearchResult.aspx?q=intune

Mobile management with SCCM 2012 SP1 and Intune :
 - Part 1: Configure Windows Intune connector in SCCM 2012 SP1: http://www.nomizo.fr/2013/03/sccm-2012-intune-mobile-management-part.html


Intune for partners: https://partner.microsoft.com/global/productssolutions/40136477


See you soon !

Julien

[Windows 8] Usefull links


You certainly heard of Windows 8.
 Probably that you even installed that OS on a PC to test it.

Surprised by lack of Start Menu ? Did you ever tested that OS on a touch device ?


In this article, I would like to share with you my list of the most important resources for Windows 8.


To start, I recommend you to watch a global presentation of some features in Windows 8 Entreprise :
http://channel9.msdn.com/Series/Reimagining-Windows-An-In-Depth-Look-at-Windows-8-for-the-Enterprise/Episode-2-Windows-8-Designed-for-Businesses
If you've got time, you can watch the rest of the series (unless perhaps the first episode)/



Technet:
Plan for and deploy Windows 8: http://technet.microsoft.com/fr-fr/jj860459
Springboard: http://technet.microsoft.com/en-us/windows/hh771457.aspx

Windows 8 Library: http://technet.microsoft.com/en-us/library/hh832030.aspx
What's New: http://technet.microsoft.com/en-us/library/hh832028.aspx
Deployment with the Windows ADK: http://technet.microsoft.com/en-us/library/hh824947.aspx


Guides:
Introducing Windows 8: An Overview for IT Professionals (Final Edition): http://blogs.msdn.com/b/microsoft_press/archive/2012/11/13/free-ebook-introducing-windows-8-an-overview-for-it-professionals-final-edition.aspx
Windows 8 and Windows RT Product Guide: http://www.microsoft.com/en-us/download/details.aspx?id=35406
Windows 8 Product Guide for Business: http://www.microsoft.com/en-us/download/details.aspx?id=28970



Tools:
Download Windows 8 Enterprise Evaluation: http://technet.microsoft.com/en-us/evalcenter/hh699156.aspx?ocid=wc-tn-wctc
Windows Assessment and Deployment Kit (ADK) for Windows® 8: http://www.microsoft.com/en-us/download/details.aspx?id=30652
Microsoft Deployment Toolkit (MDT) 2012 Update 1: http://www.microsoft.com/en-us/download/details.aspx?id=25175
Microsoft Assessment and Planning Toolkit (MAP): http://www.microsoft.com/en-us/download/details.aspx?id=7826


Demonstrations:
Demo: http://technet.microsoft.com/en-us/windows/jj152913.aspx

Windows 8 Deployment: http://technet.microsoft.com/en-us/windows/jj737994



Training:
Technical Training: https://partner.microsoft.com/global/40177785
Microsoft Virtual Academy: http://www.microsoftvirtualacademy.com/Studies/SearchResult.aspx?q=Windows%2b8
Partner Readiness Kit: https://readytogo.microsoft.com/global/Asset/Pages/Windows-8-Partner-Readiness-Kit.aspx


Windows 8 for partners:
Summary: https://partner.microsoft.com/global/40180870?msp_id=windows8
Jump Start: http://technet.microsoft.com/en-us/windows/jj687764 
Download Campaign (Presentation Deck, Battle card...): https://partner.microsoft.com/global/40192175


Licensing and Volume Activation
http://technet.microsoft.com/en-us/windows/dd197314
http://www.microsoft.com/licensing/about-licensing/windows8.aspx
https://mspartner.microsoft.com/en/us/pages/licensing/get-licensing-news.aspx


See you soon !
Julien

jeudi 13 décembre 2012

[SCCM 2007] [SCCM 2012] Computer Accounts behavior in Collections


Your probably noticed some changes between SCCM 2007 and SCCM 2012 on the computer accounts behaviors in collections mainly during computers re-installation or accounts deletions.




In this article, I'll give you some results from my own experience.

Before starting, I would like to tell you about how SCCM 2007 and SCCM 2012 handle computer accounts in a Collection. You probably know the "GUID" or the "SMS Unique Identifier" called "Configuration Manager Unique Identifier" in SCCM 2012. This ID is used to identify the client, however, for internal management, SCCM uses another field called "Resource ID".

Properties for a SCCM 2007 client

Let's look at the Collection_Rules table, to understand how rules are stored in SCCM. In this case, I created a direct rule :
 



However "Resource ID" can be changed even if the client GUID is the same.


Computer Refresh
In this scenario, Windows XP, 7 or 8 is working on the client computer and OSD task sequence is launched. Data and configuration are saved during first steps.

With SCCM 2007, Resource ID is the same before and after the task sequence. Computer account remains in the same collections and advertisements are applied again.

With SCCM 2012, Resource ID is regenerated. If you created direct rules, collection attachments are lost !

There is a problem with direct rules in SCCM 2012 without SP :
If you check the collection properties, you can confirm that the computer account is still registered. However, the computer account never appears in the collection.

...look what happens with the other scenarios.



New Installation
In this scenario, the computer boots directly on WinPe (PXE, CD, USB key...).

In SCCM 2007 in native mode and in SCCM 2012, Resource ID is the same before and after the task sequence. Computer account remains in the same collections and advertisements are applied again.

In SCCM 2007 in mixed mode, a new computer account is created with a new Resource ID. The previous computer is marked as obsolete. In the console, depending on you settings, you can merge manually the two accounts to attach the new account to the last account collections.




Account suppressed and recreated (thanks to Heartbeat Discovery) :
In this scenario, you just remove the computer account. The computer account is recreated few time later during heartbeat discovery.

Both in SCCM 2007 and SCCM 2012, the new computer account is recreated with a new Resource ID.

In SCCM 2007, direct rules are removed.
In SCCM 2012 without SP, direct rules are not correctly handled. As for "computer Refresh", you still see your direct rules, but the computer account never appears in the collection.



So What's wrong with direct rules in SCCM 2012 without SP ?
 Let's look at the database again : The Resource ID has been incremented to 16777219...

..., however the direct rules always point to the old Resource ID (16777218).


There is no obsolete account functions... To solve that situation, you need to :
 - Remove your old direct rules
 - Click on Apply. Otherwise, your new direct rule will still point to the previous Resource ID...
 - Recreate your direct rules

We hope that this mistake will be solve in the SP1 : http://social.technet.microsoft.com/Forums/en-US/configmanagergeneral/thread/da513e8e-22fa-4a26-86b0-cd773ac17ddd


That's certainly a good reason to test "User Affinity" and to start to deploy applications on users :-)


See you soon !
Julien