
WDS – Windows Deployment Service Network Boot Programs
WDS – Windows Deployment Service Network Boot Programs and their descriptions. NBP Description Architecture Firmware PXEboot.com (Default) Requires the user to press the F12 key for a network boot to continue. x86-based and x64-based BIOS PXEboot.n12 Does not require the user to press F12 and immediately begins a network boot. x86-based and x64-based BIOS AbortPXE.com […]

Co-host WDS and DHCP on the same server
You should configure the WDS server to listen on a different port if you are planning to Co-host WDS and DHCP on the same server. All you need to do is modifying an existing registry key value to 0 (zero). Run the regedit on your DHCP & WDS Server and find the key below HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\Providers\WDSPXE Then […]

WDS ve DHCP Servislerini Aynı Sunucuda Çalıştırmak
Eğer WDS ve DHCP Servislerini Aynı Sunucuda Çalıştırmak istiyorsanız WDS in farklı bir porttan dinleme yapmasını daha doğrusu DHCP’ye lazım olan 60 portunu kullanmamasını registry de yapacağınız basit bir ayarla belirtmelisiniz. Bu değişiklik için halihazırda bir mevcut bir anahtarın değerini 0 (sıfır) ile güncelleyeceğiz. Regediti WDS & DHCP servislerinin çalıştığı sunucu üzerinde çalıştırıp aşağıdaki anahtarı bulunuz. […]
How to install AD DS and create forest via PS?
Here is another small tip to create a new forest on a clean Windows Server 2012 R2, it installs AD DS, DNS and necessary administrative tools, and creates your forest, DNS entries etc.
1 2 3 4 5 6 |
Import-Module ServerManager Install-WindowsFeature AD-Domain-Services Import-Module ADDSDeployment Install-ADDSForest -DomainName lab.infralib.com -DomainNetbiosName lab -SafeModeAdministratorPassword (ConvertTo-SecureString -String "YourPasswordHere" -AsPlainText -Force) -NoDnsOnNetwork -InstallDns -DomainMode Win2008R2 -ForestMode Win2008R2 -NoRebootOnCompletion -Confirm:$false Add-WindowsFeature RSAT-AD-Tools Restart-Computer |
Very useful information about AD DS Deployment Cmdlets can be found at http://technet.microsoft.com/en-us/library/hh974720.aspx / http://technet.microsoft.com/en-us/library/hh472162.aspx
Microsoft .NET Framework 4.5.1 coming to WSUS
This post was authored by Vivek Mishra on behalf of the .NET Framework team. The Microsoft .NET Framework 4.5.1 will be made available via Windows Server Update Services on 26 Nov 2013 and this blog highlights some of the key aspects. The .NET Framework is a development platform for building apps for Windows, Windows Phone, Windows Server, […]