Ryan Boswell's Blog

  rss_12_12.jpg subscribe to this blog

WINS Replication Script

Automating the creation of WINS Replication partners can be accomplished with NETSH. This comes in handy in a scenario where you need to set up a replication partner at a remote location, and the local administrator does not have the expertise to configure the partner manually. Setting up this script is fairly straightforward by using the "add partner" command. Here is the syntax from the Microsoft help file:

 

add partner

Adds a replication partner to the list of replication partners on the specified WINS server.

Syntax

add partner [Server=]IPAddress [[NetBIOS=]ServerNetBIOSName] [[Type=]{0 | 1 | 2}]

Parameters
[ Server=] IPAddress
Required. Specifies the replication partner to add to the WINS server. Identifies the partner server by IP address.
[ NetBIOS=] ServerNetBIOSName
Specifies the replication partner to add to the WINS server. Identifies the partner server by NetBIOS name.
[ Type=]{ 0| 1| 2}
Indicates the type of partner to add: 0-Pull, 1-Push, 2-Both (default).
Remarks

If the IP address does not resolve, the NetBIOS name parameter is used to create the partner record. Otherwise, the NetBIOS parameter is not used.

Examples

In the following example, this command adds a push/pull replication partner with an IP address of 10.2.2.2 to the current WINS server.

add partner 10.2.2.2

 

For example, if I wanted to create a Push\Pull replication partnership with a server named Server1 that has 10.10.0.1 as an IP Address, the command would look something like this:

netsh wins server add partner 10.10.0.1  Server1 2

 

This information pertains to the following courses:

Posted on Thursday, March 20, 2008 at 10:43AM by Registered CommenterRyan Boswell in | CommentsPost a Comment

DHCP: Migrate database from Windows 2000 to Windows Server 2003

If you are moving your DHCP Server from Windows 2000 to Windows Server 2003, you can migrate the existing database without re-creating it on the new server. This is done by simply exporting the database from the Windows 2000 server, installing DHCP on the Windows Server 2003 server, and then importing the database. The details on this process can be found here. Note that these steps also apply when migrating from a Windows NT DHCP server.

 

This information pertains to the following courses:

Posted on Tuesday, March 18, 2008 at 10:05AM by Registered CommenterRyan Boswell in | CommentsPost a Comment

Custom ZTI and LTI settings

A ZTI or LTI installation can be customized by editing the customsettings.ini file, which can be accessed through the Deployment Point  properties in the BDD 2007 Deployment Workbench. You can find a reference for the available customization settings here.

 

This information pertains to the following courses:

Course 5105: Deploying Windows Vista Business Desktop

Posted on Wednesday, October 3, 2007 at 09:15AM by Registered CommenterRyan Boswell in | CommentsPost a Comment

Demand-dial VPN router

Setting up a demand-dial VPN router can be tricky. The Microsoft Technet website walks through the steps in a fictional scenario, which can be accessed here.

 

This information pertains to the following courses:

Posted on Wednesday, September 12, 2007 at 10:52AM by Registered CommenterRyan Boswell in | CommentsPost a Comment

New Features with Certificate Services

Certificate Services in Windows Server 2003 has been renamed to Active Directory Certificate Services in Windows Server 2008. There are several new features. You can download a white paper here that covers these new features.

 

This information pertains to the following courses:

Course 2823: Implementing and Administering Security in a Microsoft Windows Server 2003 Network

Posted on Tuesday, August 21, 2007 at 08:56AM by Registered CommenterRyan Boswell in | CommentsPost a Comment
Page | 1 | 2 | 3 | 4 | 5 | Next 5 Entries