Sign in
Microsoft Windows DHCP Team Blog
The world's most deployed DHCP Server! Deploy and discuss about your fav. server, here!
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search Blogs
Tags
Callout Dll
Class Based Assignment
DHCP DHCPV6 Reservations
DHCP Failover
DHCP Failover Hot Standby mode
DHCP Network Hint Performance
DHCP Policies
DHCP Server Migration
DHCPv6
FAQ
IPv6
Lease Time
LLF
MAC Filtering
Migrating to DHCP Failover
Migration
option 82
Powershell
Scalability
Scope-level link layer filtering
Setting policies for Virtual Machines
Split Scope
Vendor Class Assignment
Windows Server 2008 R2
Windows Server 2012
Archive
Archives
June 2013
(1)
May 2013
(1)
December 2012
(4)
November 2012
(3)
October 2012
(1)
September 2012
(6)
August 2012
(3)
July 2012
(2)
June 2012
(1)
May 2010
(1)
April 2010
(1)
July 2009
(2)
June 2009
(2)
May 2009
(1)
April 2009
(2)
March 2009
(4)
February 2009
(4)
January 2009
(8)
December 2008
(3)
November 2008
(1)
July 2008
(1)
June 2008
(1)
May 2008
(1)
April 2008
(1)
March 2008
(1)
February 2008
(1)
January 2008
(1)
December 2007
(1)
October 2007
(4)
June 2007
(2)
April 2007
(2)
February 2007
(3)
January 2007
(4)
December 2006
(3)
November 2006
(3)
October 2006
(1)
September 2006
(2)
August 2006
(1)
July 2006
(16)
June 2006
(4)
May 2006
(1)
October 2005
(1)
September 2005
(1)
April 2005
(1)
March 2005
(3)
January 2005
(2)
TechNet Blogs
>
Microsoft Windows DHCP Team Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Windows DHCP Team Blog
DHCP Failover patch to address issues caused with a redundant router configuration
Posted
3 days ago
by
teamdhcp
0
Comments
Are you using or plan to use a redundant IP helper configuration on routers with a Windows Server 2012 DHCP failover? Some earlier versions of router redundancy implementations (HSRP-Hot Standby Router Protocol/VRRP-Virtual Router Redundancy Protocol...
Microsoft Windows DHCP Team Blog
Using Windows 8 DHCP PowerShell cmdlets with DHCP server running on Windows Server 2008 or Windows Server 2008 R2
Posted
24 days ago
by
teamdhcp
0
Comments
Windows Server 2012 and Remote Server Administration Tool (RSAT) for Windows 8 ships with DHCP Server PowerShell cmdlets . You can read more about it in this blog . All these cmdlets can also be used to manage DHCP server running on Windows Server 2008...
Microsoft Windows DHCP Team Blog
DHCP Failover using PowerShell
Posted
5 months ago
by
teamdhcp
0
Comments
DHCP failover allows administrators to ensure high availability of DHCP service by ensuring that in the event of a DHCP server going down, DHCP clients are able to extend the leases on their current IP addresses by communicating with another DHCP server...
Microsoft Windows DHCP Team Blog
Scalability Test Results for Windows Server 2012 DHCP Server
Posted
6 months ago
by
teamdhcp
1
Comments
Introduction This blog article provides data from tests conducted on server hardware (from different vendors and with different configurations) using Windows Server 2012 that depict how the different DHCP server operations scale with increasing hardware...
Microsoft Windows DHCP Team Blog
DHCP Policies using PowerShell
Posted
6 months ago
by
teamdhcp
2
Comments
The DHCP server role in Windows Server® 2012 introduces DHCP Policies also referred as Policy Based Assignment (PBA), a feature that enables users to create policies at scope or server level for assigning IPv4 addresses and options to DHCP clients...
Microsoft Windows DHCP Team Blog
DHCP PowerShell Export Import cmdlets in Windows Server 2012
Posted
6 months ago
by
teamdhcp
0
Comments
DHCP PowerShell in Windows Server 2012, in addition to providing cmdlets for DHCP server management, provides cmdlets for exporting ( Export-DhcpServer ) and importing ( Import-DhcpServer ) DHCP Server configuration and IP address lease data. Unlike NetSH...
Microsoft Windows DHCP Team Blog
Automatic syncing of scope configuration changes between 2 DHCP failover servers
Posted
6 months ago
by
teamdhcp
1
Comments
DHCP Failover is a new feature in Windows Server 2012 which provides for high availability of DHCP service. Two DHCP servers in a failover relationship synchronize the IP address lease information on a continual basis there by keeping their respective...
Microsoft Windows DHCP Team Blog
Bulk load DHCP Reservations using DHCP PowerShell
Posted
6 months ago
by
teamdhcp
3
Comments
Many organizations deploy DHCP server but choose to have complete control over the IP addresses given out to client computers. This is achieved by reserving an IP address for each client as opposed to letting them acquire a lease dynamically. If you are...
Microsoft Windows DHCP Team Blog
DHCP MAC address Filter management made easy with DHCP PowerShell
Posted
7 months ago
by
teamdhcp
0
Comments
Security and network administrators are increasingly wary of internal security threats, in addition to threats from the outside, due to the introduction of uncertified hardware and software on the network, such as personal portable computers and mobile...
Microsoft Windows DHCP Team Blog
DHCP policies based on Relay Agent Information Option (option 82), DHCP Snooping and IP Source Guard
Posted
8 months ago
by
teamdhcp
0
Comments
Introduction DHCP server in Windows Server 2012 provides support for provisioning customized IP address and network configurations to DHCP clients using DHCP policies. Policies can be created based on several criteria one of which is relay agent information...
Microsoft Windows DHCP Team Blog
Setting up DHCP Policies for Virtual Machines
Posted
8 months ago
by
teamdhcp
4
Comments
Introduction With the trend towards private cloud and hosted cloud deployments, the use of virtualization is ubiquitous. This has also increased the need for better control of these virtualized environments with respect to IP address and network configuration...
Microsoft Windows DHCP Team Blog
Using DHCP policies to set different lease durations for different device types
Posted
8 months ago
by
teamdhcp
1
Comments
Introduction An enterprise network has several types of devices – desktops, printers, mobiles, laptops etc. An enterprise administrator would need to ensure that all these different types of device are provisioned appropriately for network connectivity...
Microsoft Windows DHCP Team Blog
Scope-level Link layer filtering using DHCP Policies in Windows Server 2012
Posted
9 months ago
by
teamdhcp
0
Comments
Introduction Link-layer filtering was a DHCP feature introduced in Windows Server 2008 R2 where one could allow or restrict access to clients based on their MAC address. However the caveat in this feature was that this was possible only at the server...
Microsoft Windows DHCP Team Blog
Migrating existing DHCP Server deployment to Windows Server 2012 DHCP Failover
Posted
9 months ago
by
teamdhcp
18
Comments
Introduction This article provides information on how to migrate an existing DHCP server deployment on Windows Server 2008 or Windows Server 2008 R2 to Windows Server 2012 DHCP Failover. DHCP Failover feature requires two Windows Server 2012 on...
Microsoft Windows DHCP Team Blog
Multi-Site deployment topologies for DHCP Failover
Posted
9 months ago
by
teamdhcp
3
Comments
The two modes of configuring DHCP Failover Load Balance and Hot Standby enables a wide range of deployment topologies involving failover deployment between the DHCP servers present in the same site or spread across multiple sites. The most rudimentary...
Microsoft Windows DHCP Team Blog
DHCP Failover Hot-Standby Mode
Posted
9 months ago
by
teamdhcp
2
Comments
In the previous blog on DHCP Failover, we discussed the DHCP failover load balance mode where both DHCP servers respond to client requests and load balance the requests between them based on an admin specified load distribution ratio. In the other...
Microsoft Windows DHCP Team Blog
Installing and Configuring DHCP role on Windows Server 2012
Posted
9 months ago
by
teamdhcp
20
Comments
With the new Server Manager in Windows Server 2012, there have been some changes in the way DHCP role will be installed. The blog post describes, in the sections below, installation and configuration of DHCP Role using Server Manager and PowerShell on...
Microsoft Windows DHCP Team Blog
DHCP Policies in Windows Server 2012
Posted
9 months ago
by
teamdhcp
1
Comments
Introduction In the recent blogs about DHCP server in Windows Server 2012, we discussed DHCP Failover – a new mechanism for achieving high availability of the Windows DHCP server and DHCP PowerShell – the new command line interface for...
Microsoft Windows DHCP Team Blog
DHCP Failover Load Balance Mode
Posted
10 months ago
by
teamdhcp
5
Comments
As described in the blog on DHCP failover , there are two types of DHCP Failover relations – Load Balance which provides Active-Active configuration and Hot Standby which provides Active-Passive configuration. This blog article elaborates on the...
Microsoft Windows DHCP Team Blog
Bringing PowerShell to DHCP Server
Posted
11 months ago
by
teamdhcp
8
Comments
Windows server 2012 comes with PowerShell support for DHCP server role. It provides DHCP administrators a modern, uniform way to manage DHCP servers both locally and remotely, through the command line. These cmdlets get enabled by default when you install...
Microsoft Windows DHCP Team Blog
Holistic administration of IP address space using Windows Server 2012 IP Address Management
Posted
11 months ago
by
teamdhcp
2
Comments
Introduction DHCP and DNS are widely used Windows Server roles providing the foundation for connectivity in enterprise networks. While DHCP enables the assignment of IP addresses and configuration of hosts on demand, DNS allows Internet names like...
Microsoft Windows DHCP Team Blog
Ensuring High Availability of DHCP using Windows Server 2012 DHCP Failover
Posted
11 months ago
by
teamdhcp
20
Comments
Introduction Ensuring high availability of critical network services like DHCP figures high in the list of priorities for any enterprise. In an environment where clients get their IP addresses and network configuration automatically, uninterrupted...
Microsoft Windows DHCP Team Blog
DHCP Server Best Practice Analyzer Available for Download!
Posted
over 3 years ago
by
teamdhcp
0
Comments
DHCP Best Practices Analyzer is now available for download at the below location: http://www.microsoft.com/downloads/details.aspx?FamilyId=90f056d7-9c9b-4bda-82ec-497364adcc11 The same is also available via Windows Update. What is Best Practices...
Microsoft Windows DHCP Team Blog
DHCP Server deletes reservations
Posted
over 3 years ago
by
teamdhcp
9
Comments
DHCP Servers in Windows Server 2008 R2 are deleting reservations, in certain instances, without user intervention. If two DHCP Servers in split scope configuration are configured with identifical reservations, both of these servers may respond to client...
Microsoft Windows DHCP Team Blog
DHCP Server Callout API usage
Posted
over 4 years ago
by
teamdhcp
12
Comments
Microsoft DHCP Server Callout API provides a way for developers to access the critical phases of DHCP protocol processing in Windows Server 2003 family and later. This enables developers to: · Create customized extensions to the Microsoft DHCP Server...
Page 1 of 5 (112 items)
1
2
3
4
5