Features in Configuration Manager technical preview version 2011

Applies to: Configuration Manager (technical preview branch)

This article introduces the features that are available in the technical preview for Configuration Manager, version 2011. Install this version to update and add new features to your technical preview site.

Review the technical preview article before installing this update. That article familiarizes you with the general requirements and limitations for using a technical preview, how to update between versions, and how to provide feedback.

The following sections describe the new features to try out in this version:

Categorize Community hub content

Community hub content is grouped into a Microsoft, curated, or unreviewed category to allow admins to choose the types of content their environment displays. Admins can choose from the different categories of content that are provided in the Community hub to match their risk profile and their willingness to share and use content from those outside Microsoft and outside their own company.

Community hub content has three categories for content sources:

  • Microsoft curated: Content provided by Microsoft
  • Community curated: Content provided by the community that gets reviewed by Microsoft
  • Community unreviewed: General content from the community that doesn't get reviewed by Microsoft

The three categories for content sources for Community hub

Admins can choose the types of content their environment displays from the following options:

  • Display Microsoft content: Selecting this option means that only content created by Microsoft will be shown in the Community hub. This content has had some basic testing and scanning validation to confirm no malware and inappropriate text.
  • Display Microsoft and curated community content: Show curated content from both Microsoft and community partners with basic level of review. Selecting this option means that only content that has been curated will be shown. The curation process includes basic review to confirm that the content doesn’t have malware and inappropriate text, but hasn’t necessarily been tested. It will include content from the community, not just from Microsoft.
  • Display all content including unreviewed content: Selecting this option means that all content is shown. This option includes unreviewed open-source type samples from the community, meaning that the content hasn’t necessarily been reviewed at all. It's provided as-is as open-source type sample content. Doing your own inspection and testing before using is highly encouraged, which is good practice on any content, but especially this class of content.

Hierarchy settings for allowed content sources for Community hub

Since the content is open-source style content, admins should always review what is provided before consuming it. The new curation process is intended to vet the material to make sure there aren't obvious quality or compliance issues, but it will be somewhat of a cursory review. All content stored within GitHub and accessed from the Community hub isn’t supported by Microsoft. Microsoft doesn’t validate content collected from or shared by the general community. For more information, see GitHub Terms of Service and GitHub Privacy Statement.

Try it out!

Try to complete the tasks. Then send Feedback with your thoughts on the feature.

Permissions

Full Administrators can opt in the hierarchy for unreviewed content via hierarchy settings. Lower hierarchy administrators can't opt in the hierarchy for unreviewed hub items.

Most built-in security roles will have access to Community hub:

Role name View the hub Contribute hub content Download hub content
Remote Tools Operator No N/A N/A
Read Only Analyst Yes No No
All other roles Yes Yes Yes

Select the content categories to display in Community hub for the environment

  1. In the Configuration Manager console, go to Administration > Overview > Site Configuration > Sites.
  2. Select the top-level site in your hierarchy and select Hierarchy Settings from the ribbon.
  3. On the General tab, change the Community hub setting to Display Microsoft content.
  4. Select Ok when you're finished changing the hierarchy setting.
  5. Open the Community hub node in the Community workspace.
  6. Ensure that only Microsoft content is displayed and available for download.
  7. Go back to Hierarchy Settings and select another option such as Display all content, including unreviewed content.
  8. Confirm that only the type of content is displayed and able to be downloaded from the Community hub, that matches the corresponding hierarchy setting category.

Improvements to the product lifecycle dashboard

This release includes improvements to the product lifecycle dashboard to make it more actionable for you.

  • Customize the timeframe on the charts for your preference.
  • Search, sort, and filter the data.
  • View a list of devices with products that are near or at end of support, and you need to update.

The dashboard also has a new subnode, All Product Lifecycle Data. You can sort and filter the product lifecycle information, which gives you multiple ways to view it. When you select a product, you can View devices for that product. From the list of devices, you can currently create a direct membership collection. Use this action to deploy the latest software versions to these collections so that the devices are kept current.

The dashboard has a new time slider. Use it to control the timeframe for the Top 5 products nearing end-of-support tile. The default is 18 months, but you can adjust it from 1 to 36 months.

Product lifecycle dashboard highlighting new timescale control at 33 months

Software Center notifications display with logo

If you enable Software Center customizations, then notifications on Windows 10 devices display the logo that you configure in client settings. This change helps users to trust these notifications.

When you deploy software to a client, the user sees notifications with your logo. The following example uses a star logo:

New software is available notification with custom logo

For more information about customizing Software Center, see About client settings: Software Center.

Approved scripts for Orchestration Groups

You can now select from scripts that were approved when configuring pre and post-scripts for an orchestration group. When in the Create Orchestration Group Wizard, you'll see a new page called Script Picker. Select your pre and post scripts from your list of scripts that are already approved. You can still add scripts manually on the pre and post-script pages. Additionally, you can also edit scripts that you prepopulated from the Script Picker.

Script Picker page in the Create Orchestration Group Wizard

Community hub on Windows Server operating systems

You can now display the Community hub on Windows Server operating systems. Follow the instructions below to enable Windows Server 2012 and later to load the Community hub:

  1. In the upper-right corner of the console, select the bell icon to display Configuration Manager console notifications.

    Notifications in the Configuration Manager console

  2. The notification will say New custom console extensions are available.

    New custom console extensions are available notification

  3. Select the link Install custom console extensions to launch the install.

  4. When the install completes, select Close to restart the console.

    Console extension completed install

  5. Confirm that you can view the Community hub node from the machine running the Windows Server operating system.

Improvements to Support Center

When you troubleshoot software update deployments, you might ask the following questions:

  • Are any updates missing or failing?
  • Are specific updates deployed to a device?
  • What are the error codes for a deployment?
  • Why didn't the device reboot during a maintenance window?
  • What's the current state of an update?

Support Center already shows updates that are targeted to the device but not yet installed. Now in this release, select All Updates on the Content tab of Support Center to show all updates targeted to the device. To help you troubleshoot, this list includes information about whether the update is installed or missing.

Also on the Content tab, select Maintenance Windows to show the available maintenance windows for the device.

For more information on the additional features of Support Center that you can use to help troubleshoot a device, see Support Center overview.

Improvements to OS deployment

This release includes the following improvements to OS deployment:

  • Based on your feedback, task sequence conditions now include a not like operator. This operator applies to task sequence variable conditions. It's also used in the Set Dynamic Variable task sequence step.

  • Based on your feedback, this release fixes issues with the SMSTSDisableStatusRetry task sequence variable.

  • Based on your feedback, the Check Readiness task sequence step now also checks free space on disks without partitions.

  • Based on your feedback, the following PowerShell cmdlets now have an Index parameter:

    • New-CMOperatingSystemImage: When you run this cmdlet with the new Index parameter, it creates a new single-index image file in the same source folder.
    • New-CMOperatingSystemInstaller (alias New-CMOperatingSystemUpgradePackage): When you run this cmdlet with the new Index parameter, it replaces the original image file in the source folder with a single-index image file.
  • Based on your feedback, the following new cmdlets are available to get the list of existing hardware IDs in the site database:

    • Get-CMDuplicateHardwareIdGuid
    • Get-CMDuplicateHardwareIdMacAddress

    These new cmdlets supplement the existing cmdlets to add and remove duplicate IDs. For more information, see Version 1910 PowerShell release notes.

Update PowerShell help

You can now use the Update-Help cmdlet to get the latest information for the Configuration Manager PowerShell module. This content is the same as what's published for the ConfigurationManager module.

The computer on which you run this cmdlet needs internet access, specifically pshelpprod.blob.core.windows.net. Then run the following command:

Update-Help –Module ConfigurationManager

Then use the Get-Help cmdlet, for example:

Get-Help Get-CMDevice
Get-Help Get-CMDevice -Examples
Get-Help Get-CMDevice -Parameter *

For more information, see the following PowerShell blog post: You’ve got Help!.

Next steps

For more information about installing or updating the technical preview branch, see Technical preview.

For more information about the different branches of Configuration Manager, see Which branch of Configuration Manager should I use?.