How to configure DHCP for PXE Booting on WDS or SCCM 2012/2016 successfully
Cloud and Datacenter Management
,
Configuration Manager
,
SCCM 2016
,
System Center 2016
,
Windows Server
,
Windows Server 2016
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)
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
On the Bootfile Name add SMSBoot\x64\wdsnbp.com for SCCM if WDS by itself then set Boot\x64\wdsnbp.com
On the Windows Deployment Services (WDS) Role Configurations
Set the Do not listen on DHCP portsAnd also authorize this WDS server in DHCP
On your test machine boot up and press F12 to select boot option then select PXE or Network booting.
Now it's time to image your systems.
That's it! You have now deployed PXE booting on your environment.
How to deploy Registry keys via SCCM Application Deployment with PowerShell Scripting successfully
How to deploy Registry keys via SCCM Application Deployment with PowerShell Scripting
Before you start
Create PowerShell Script and testedCreate 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.Create Manually specified application
Deployment Type
Make sure you fill in the General, Content, Programs, Detection Method, Requirements and any others.Programs
powershell.exe -ExecutionPolicy Bypass -File ".\RegistryKeys.ps1"Detection Method
Registry Key
Powershell
Ok on the Deployment Type and then on the Application, to complete your application packaging.
PowerShell on Project Honolulu, download the latest 1711 (Technical Preview) build
PowerShell on Project Honolulu download the latest 1711 (Technical Preview) buildI’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.
Download link below:
https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-honolulu
Subscribe to:
Posts
(
Atom
)
No comments :
Post a Comment