Windows 10 Zero Configuration Networking

Wireless Zero Configuration Service Not Installed. In the Select Network Service window, click the Have Disk button, then the Browse button. In the Locate File window, browse to the C: Windows Inf folder (this is a hidden folder). Click to select NETWZC.INF, then click the Open button. In the Install From Disk window, click the OK button. It is is a wireless connection management utility which dynamically selects a wireless network to connect to based on a user's preferences and various default settings. Or most users the Windows Wireless Zero Utility is all that is needed to manage your wireless connections.

1. Click the Start button, and then click Control Panel.
2. If you're in Category View, then click the Network and Internet Connections icon, then the Network Connections icon. If you're in Classic View, double-click the Network Connections icon.
3. In the Network Connections window, under LAN or High Speed Internet, select the Local Area Connection icon. On the menu bar, click File and select Properties, or just right-click on the Local Area Connection icon and select Properties from the context menu).
4. In the Local Area Connection Properties window, on the General tab, click the Install button.
5. In the Select Network Component Type window, under 'Click the type of network component you want to install,' click to select the Service icon, then click the Add button.
6. In the Select Network Service window, click the Have Disk button, then the Browse button.
7. In the Locate File window, browse to the C:WindowsInf folder (this is a hidden folder). Click to select NETWZC.INF, then click the Open button.
8. In the Install From Disk window, click the OK button.
9. In the Select Network Service window, in the Network Service box, select Microsoft as the manufacturer, then click to select Wireless Zero Configuration.
10. Click the OK button.
-->

Applies to

  • Windows 10 versions 1507, 1511
Networking

Important

For instructions to deploy the most recent version of Windows 10 with Configuration Manager, see Scenarios to deploy enterprise operating systems with System Center Configuration Manager.Configuration Manager 2012 and 2012 R2 provide support for Windows 10 versions 1507 and 1511 only. Later versions of Windows 10 require an updated Configuration Manager release. For a list of Configuration Manager versions and the corresponding Windows 10 client versions that are supported, see Support for Windows 10 for System Center Configuration Manager.

This topic will walk you through the process of integrating Microsoft System Center 2012 R2 Configuration Manager SP1 with Microsoft Deployment Toolkit (MDT) 2013 Update 2, as well as the other preparations needed to deploying Windows 10 via Zero Touch Installation. Additional preparations include the installation of hotfixes as well as activities that speed up the Pre-Boot Execution Environment (PXE).

Prerequisites

In this topic, you will use an existing Configuration Manager server structure to prepare for operating system deployment. In addition to the base setup, the following configurations should be made in the Configuration Manager environment:

  • Active Directory Schema has been extended and System Management container created.

  • Active Directory Forest Discovery and Active Directory System Discovery have been enabled.

  • IP range boundaries and a boundary group for content and site assignment have been created.

  • The Configuration Manager reporting services point role has been added and configured

  • A file system folder structure for packages has been created.

  • A Configuration Manager console folder structure for packages has been created.

  • System Center 2012 R2 Configuration Manager SP1 and any additional Windows 10 prerequisites are installed.

For the purposes of this topic, we will use two machines: DC01 and CM01. DC01 is a domain controller and CM01 is a machine running Windows Server 2012 R2 Standard. DC01 and CM01 are both members of the domain contoso.com for the fictitious Contoso Corporation. For more details on the setup for this topic, please see Deploy Windows 10 with the Microsoft Deployment Toolkit.

Create the Configuration Manager service accounts

Windows 10 Zero Configuration Networking Tool

To configure permissions for the various service accounts needed for operating system deployment in Configuration Manager, you use a role-based model. To create the Configuration Manager Join Domain account as well as the Configuration Manager Network Access account, follow these steps:

  1. On DC01, using Active Directory User and Computers, browse to contoso.com / Contoso / Service Accounts.

  2. Select the Service Accounts OU and create the CM_JD account using the following settings:

    • Name: CM_JD

    • User logon name: CM_JD

    • Password: P@ssw0rd

    • User must change password at next logon: Clear

    • User cannot change password: Select

    • Password never expires: Select

  3. Repeat the step, but for the CM_NAA account.

  4. After creating the accounts, assign the following descriptions:

    • CM_JD: Configuration Manager Join Domain Account

    • CM_NAA: Configuration Manager Network Access Account

Figure 6. The Configuration Manager service accounts used for operating system deployment.

Configure Active Directory permissions

In order for the Configuration Manager Join Domain Account (CM_JD) to join machines into the contoso.com domain you need to configure permissions in Active Directory. These steps assume you have downloaded the sample Set-OUPermissions.ps1 script and copied it to C:SetupScripts on DC01.

  1. On DC01, log on as Administrator in the CONTOSO domain using the password P@ssw0rd.

  2. In an elevated Windows PowerShell prompt (run as Administrator), run the following commands, pressing Enter after each command:

  3. The Set-OUPermissions.ps1 script allows the CM_JD user account permissions to manage computer accounts in the Contoso / Computers / Workstations OU. The following is a list of the permissions being granted:

    • Scope: This object and all descendant objects

    • Create Computer objects

    • Delete Computer objects

    • Scope: Descendant Computer objects

    • Read All Properties

    • Write All Properties

    • Read Permissions

    • Modify Permissions

    • Change Password

    • Reset Password

    • Validated write to DNS host name

    • Validated write to service principal name

Review the Sources folder structure

To support the packages you create in this section, the following folder structure should be created on the Configuration Manager primary site server (CM01):

Note

In most production environments, the packages are stored on a Distributed File System (DFS) share or a 'normal' server share, but in a lab environment you can store them on the site server.

  • E:Sources

  • E:SourcesOSD

  • E:SourcesOSDBoot

  • E:SourcesOSDDriverPackages

  • E:SourcesOSDDriverSources

  • E:SourcesOSDMDT

  • E:SourcesOSDOS

  • E:SourcesOSDSettings

  • E:SourcesSoftware

  • E:SourcesSoftwareAdobe

  • E:SourcesSoftwareMicrosoft

Zero

Figure 7. The E:SourcesOSD folder structure.

Integrate Configuration Manager with MDT

To extend the Configuration Manager console with MDT wizards and templates, you install MDT in the default location and run the integration setup. In these steps, we assume you have downloaded MDT to the C:SetupMDT2013 folder on CM01.

System Configuration Windows 10

  1. On CM01, log on as Administrator in the CONTOSO domain using the password P@ssw0rd.

  2. Make sure the Configuration Manager Console is closed before continuing.

  3. Using File Explorer, navigate to the C:SetupMDT folder.

  4. Run the MDT setup (MicrosoftDeploymentToolkit2013_x64.msi), and use the default options in the setup wizard.

  5. From the Start screen, run Configure ConfigManager Integration with the following settings:

    • Site Server Name: CM01.contoso.com

    • Site code: PS1

Networking

Figure 8. Set up the MDT integration with Configuration Manager.

Configure the client settings

Most organizations want to display their name during deployment. In this section, you configure the default Configuration Manager client settings with the Contoso organization name.

  1. On CM01, using the Configuration Manager Console, in the Administration workspace, select Client Settings.

  2. In the right pane, right-click Default Client Settings, and select Properties.

  3. In the Computer Agent node, in the Organization name displayed in Software Center text box, type in Contoso and click OK.

Figure 9. Configure the organization name in client settings.

Figure 10. The Contoso organization name displayed during deployment.

Configure the Network Access account

Configuration Manager uses the Network Access account during the Windows 10 deployment process to access content on the distribution point(s). In this section, you configure the Network Access account.

  1. Using the Configuration Manager Console, in the Administration workspace, expand Site Configuration and select Sites.

  2. Right-click PS1 - Primary Site 1, select Configure Site Components, and then select Software Distribution.

  3. In the Network Access Account tab, configure the CONTOSOCM_NAA user account (select New Account) as the Network Access account. Use the new Verify option to verify that the account can connect to the DC01sysvol network share.

Figure 11. Test the connection for the Network Access account.

Enable PXE on the CM01 distribution point

Configuration Manager has many options for starting a deployment, but starting via PXE is certainly the most flexible in a large environment. In this section, you enable PXE on the CM01 distribution point.

  1. In the Configuration Manager Console, in the Administration workspace, select Distribution Points.

  2. Right-click the CM01.CONTOSO.COM distribution point and select Properties.

  3. In the PXE tab, select the following settings:

    • Enable PXE support for clients

    • Allow this distribution point to respond to incoming PXE requests

    • Enable unknown computer support

    • Require a password when computers use PXE

    • Password and Confirm password: Passw0rd!

    Figure 12. Configure the CM01 distribution point for PXE.

  4. Using the Configuration Manager Trace Log Tool, review the E:Program FilesMicrosoft Configuration ManagerLogsdistmgr.log file. Look for ConfigurePXE and CcmInstallPXE lines.

    Figure 13. The distmgr.log displays a successful configuration of PXE on the distribution point.

  5. Verify that you have seven files in each of the folders E:RemoteInstallSMSBootx86 and E:RemoteInstallSMSBootx64.

    Figure 14. The contents of the E:RemoteInstallSMSBootx64 folder after you enable PXE.

Related topics