How to configure DHCP for PXE Booting on WDS or SCCM 2012/2016 successfully

No comments

How to configure DHCP for PXE Booting on WDS or SCCM 2012/2016 successfully

In this post, I will be performing the configuration for Configuration Manager SCCM 2016 PXE booting.
Go to your DHCP server console and expand the scope you would like to set as your PXE subnet/network (In this case I will be enabling PXE to all scopes)
clip_image001[4]
On the Scope navigate to Server or Scope Options the configure new options 066 and 067.

On the Boot Server Host Name add the FQDN or IP for the PXE/WDS server
clip_image002[4]
On the Bootfile Name add SMSBoot\x64\wdsnbp.com for SCCM if WDS by itself then set Boot\x64\wdsnbp.com
clip_image003[4]
clip_image004[4]

On the Windows Deployment Services (WDS) Role Configurations

Set the Do not listen on DHCP ports
clip_image005[4]
And also authorize this WDS server in DHCP
clip_image006[4]
On your test machine boot up and press F12 to select boot option then select PXE or Network booting.
clip_image007[4]
clip_image008[4]
Now it's time to image your systems.
clip_image009[4]
That's it! You have now deployed PXE booting on your environment.

















No comments :

Post a Comment

How to deploy Registry keys via SCCM Application Deployment with PowerShell Scripting successfully

No comments

How to deploy Registry keys via SCCM Application Deployment with PowerShell Scripting

Before you start

Create PowerShell Script and tested
Create Script Installer an Application
Testing machines preferably VM's

Powershell Script

After the script is created and tested place onto your shared Configuration Manager drive.
clip_image001

Create Manually specified application

clip_image002

Deployment Type

Make sure you fill in the General, Content, Programs, Detection Method, Requirements and any others.
clip_image003

Programs

powershell.exe -ExecutionPolicy Bypass -File ".\RegistryKeys.ps1"
clip_image004

Detection Method

Registry Key

clip_image005

Powershell

clip_image006
Ok on the Deployment Type and then on the Application, to complete your application packaging.











No comments :

Post a Comment

PowerShell on Project Honolulu, download the latest 1711 (Technical Preview) build

No comments
PowerShell on Project Honolulu download the latest 1711 (Technical Preview) build

I’m quite happy that Microsoft has updated Project Honolulu and added PowerShell on the very same HTML5 session. In my opinion, this is one of the greatest features of the project as I use it on daily bases.
image
ProjectHonoluluPowershell
Download link below:
https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-honolulu

No comments :

Post a Comment