Category: ConfigMgr

Where is my All Windows 7 Systems collection?

12/23/09 | by Jannes Alink [mail] | Categories: System Center, ConfigMgr

When you install ConfigMgr 2007 RTM/SP1 some basic collections are created like; All Windows Server Systems, All Windows XP Systems and so on.

To be able to fully support Windows 7 systems with ConfigMgr you need to apply Service Pack 2. This Service Pack is however not creating a basic collection named All Windows 7 Systems.

You can create this collection manually. To automatically fill the collection you need to create a query based membership rule. You can use the following query:

SELECT
SMS_R_System.ResourceId,
SMS_R_System.ResourceType,
SMS_R_System.Name,
SMS_R_System.SMSUniqueIdentifier,
SMS_R_System.ResourceDomainORWorkgroup,
SMS_R_System.Client

FROM
SMS_R_System where SMS_R_System.OperatingSystemNameandVersion like "%Workstation 6.1%" or SMS_R_System.OperatingSystemNameandVersion like "%Windows 7%"

As you can see I specified two criteria; ‘Workstation 6.1’ and 'Windows 7'.

Enjoy!

Permalink

ConfigMgr with Service Pack 2 slipstreamed is now available on MSDN

12/09/09 | by Jannes Alink [mail] | Categories: System Center, ConfigMgr

I'm very happy to announce that the installation media of ConfigMgr with Service Pack 2 slipstreamed is now available on MSDN.

Have fun!

Permalink

Dynamically fill a collection with members that are not part of another collection

12/07/09 | by Jannes Alink [mail] | Categories: System Center, ConfigMgr

Sometimes you have the need to create a collection that is dynamically filled with members that are not part of another collection.

Last time I faced this scenario, was when configuring patch management. At the customer we created two collections. One named ‘Servers – Manual Restart’ and one collection named ‘Servers – Automatic Restart’.

We filled the ‘Servers – Manual Restart’ by hand creating a Direct Membership rule. After that we wanted a query to automatically fill the ‘Servers – Automatic Restart’ collections with servers that were not a member of the ‘Servers – Manual Restart’ collection.

The query below is what I used. In this case ‘P010001B’ is the collection ID of the ‘Servers – Manual Restart’ collection.

SELECT
SMS_R_SYSTEM.ResourceID,
SMS_R_SYSTEM.ResourceType,
SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,
SMS_R_SYSTEM.ResourceDomainORWorkgroup,
SMS_R_SYSTEM.Client

FROM
SMS_R_System
WHERE
SMS_R_System.Client0 like '1' AND SMS_R_System.Obsolete0 like '0'
AND
SMS_R_System.ResourceId NOT IN (SELECT ResourceID FROM SMS_FullCollectionMembership WHERE collectionid IN ('P010001B'))

As with any query you can specify one or more criteria to meet your own specific needs, as in the example above to narrow it further down if a client is installed and if the systems is obsolete or not.

Have fun!

Permalink

Let's dive deeper in ConfigMgr R3

11/26/09 | by Jannes Alink [mail] | Categories: System Center, ConfigMgr


In the first week of September the ConfigMgr product team announced ConfigMgr R3. This release is delivered to introduce some new features which are also covered in the next version of ConfigMgr which is planned for the year 2011.

In this post I will discuss ConfigMgr R3 in more detail. One of the first announced new features is Power Management.

Power Management
Global warming and CO2 emissions are hot topics nowadays. Based on Gartner research; desktops and monitors take account for at least 39% of these emissions. Green IT features like Power Management with ConfigMgr R3 can reduce those numbers extremely.

Of course we do need those desktops, but only during business hours. What you see is that most users leave their computer and monitor powered on when they leave for home.

So besides emissions, companies can also save money with Power Management. Based on the Microsoft Desktop Energy Savings Calculator a company with about 5000 PC’s can save 4.3 million kW/h, 3334 tons of CO2 emission and about $420,311 per year.

With a new client agent that ConfigMgr R3 delivers we can create and set policies based on the sleep and standby modes. This gives the administrator the ability to configure peak and non-peak schedules, the ability to remediate settings when they have changed. These policies can be configured for each collection.

The first step in working with these policies is to collect the current peak and non-peak hours. A common scenario is that you see a peak during the morning around 8:30 AM, a non-peak during lunch break 12:00PM and finally much less or no activity at all after 7:00PM. The Client Agent can collect all this data which can be presented through a couple of new reports.

With this scenario you can create a policy that, for example puts desktops for example into sleep or standby modes from 7:00PM till 8:00AM.

By default ConfigMgr R3 will also deliver reports so you can report on:

Current Power Settings for a machine or group of machines
Usage statistics like AC, DC, full power, sleep and standby modes
Power savings per kWh and costs
CO2 emission savings

Performance improvements
ConfigMgr administrators sometimes face distribution challenges in specific scenarios. Scenarios like when a user changes from Active Directory OU and does not receive software for at least one day. Or when a new employee starts it takes at least one day before the user receives the required software applications.

With a couple improvements that ConfigMgr R3 delivers these distribution challenges will be solved. The first improvement is on the collections.

With ConfigMgr R3 a collection can be marked for ‘Use fast collection evaluation’. This is a separate and much faster evaluation cycle, so resulting that newly discovered and provisioned machines will appear in a collection membership much faster. Note that the fast evaluation cycle only applies to:

Initially discovered resources
Resources provisioned through OSD
Resources that scanned for initial hardware inventory
Resources that were upgraded to a higher ConfigMgr client version

The other improvement is Delta Active Directory Discovery. This improvement will help you to deploy software based on elements in Active Directory. For example deploying software based on Active Directory groups, OU’s and so on.

Those elements are picked up by ConfigMgr with the Active Directory discovery methods. These days administrators are configuring a frequent schedule like every 2 hour to pick up changes as described above. Such schedules automatically results in a heavy load on the Active Directory Global Catalog and on your ConfigMgr site server.

When an object changes in Active Directory the USNChange attribute for that object will be updated with a higher number. The Delta Active Directory discovery will only look for those USNChange records.

This feature will be available for the User, User Group, System and System Group discovery methods. By default the Delta Active Directory discovery is not enabled. Once enabled, by default it will be set to every 5 minutes, so changes in AD are picked up every 5 minutes.

Console improvements
Besides performance improvements Microsoft also delivers a couple of console improvements.

New options for selected resource(s)
When you right-click a selected resource in ConfigMgr you will have the options Add to Collection, Remove from Collection and New Collection. ‘Add to Collection’ will add the currently selected resource(s) to an existing collection. ‘Remove from Collection’ will remove the currently selected resource(s) from the current collection.
The ‘New Collection’ option adds the currently selected resource(s) to a new collection.

New option for selected collection
When a collection is selected and you right-click that collection the administrator will have a new option named ‘Add Resources’. This option will launch a dialog box as below that enables the administrator to search for resources. Using this option will create a ‘Direct Membership Rule’ for the selected Collection.

Scalability improvements
ConfigMgr R3 will also improve the scalability of ConfigMgr. With R3, Microsoft will increase support from 200.000 clients per site to 300.000 clients when using the default settings for ConfigMgr.

Prestaged-Media
This R3 release will also improve and support pre-staged media. ConfigMgr administrators were asking for a way to integrate OEM factory imaging, mainly to reduce time with their hardware deployments.
Now with R3 you can create pre-staged media from the Task Sequence Media wizard. This wizard will create a .wim file which contains the boot media and the operating system .wim file.

Requirements
In order to install ConfigMgr R3 you need ConfigMgr 2007 with Service Pack 2. Good to know is that ConfigMgr R3 also contains all the features of ConfigMgr R2. So R2 is not a requirement and sites which are already running R2 will not be affected.

Timeframe
Currently the TAP nominations are closed. Microsoft received more than 600 nominations. So ConfigMgr R3 is already very popular!

The first beta can be expected in January 2010 and the final version (RTM) is for now scheduled for Q2 2010.

Because it is still very early in the build of this release things can always change. If that happens I will let you know!

Permalink

TechEd Berlin - Day 0

11/06/09 | by Jannes Alink [mail] | Categories: System Center, ConfigMgr

I just finished packing my bag for my flight to Berlin (Germany). Upcoming week TechEd will be kept there this year.

Before TechEd, so this weekend there is also a Service Manager TAP event which I will attend with Maarten Goet. For our TAP I tested the integration with ConfigMgr which is pretty cool I must say.

My guess is that TechEd will be great this year. But it will be a lot colder than Barcelona, 17 degrees right now and in Berlin only 6. Altough we face an economic crisis, TechEd is completely sold out which I think says a lot about the popularity of this Microsoft event.

Besides the event there are also country and community parties and I have some dinners with partners and Microsoft.
So pretty busy schedule and I hope to find some time to post here about what is going on in Berlin.

I will attend as Ask the Expert for ConfigMgr this year. So I hope to see you all at the ConfigMgr booth and I'll keep you posted!

Permalink

Pages: << 1 2 3 4 5 6 7 8 9 10 11 >>

Search



Hi,

I'm Jannes Alink and welcome to my blog! I'm living in the Netherlands and working in the IT industry for more than 6 years.

Currently active at Inovativ in the Netherlands. Inovativ is an IT consultancy with a dedicated focus on the Microsoft System Center platform. Posts are just my personal opinion and not the opinion of Inovativ.

September 2010
Mon Tue Wed Thu Fri Sat Sun
 << <   > >>
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      

XML Feeds

powered by b2evolution free blog software