Migrating Windows 2003 RADIUS Settings
Follow these steps to copy all the IAS RADIUS configuration from one Windows 2003 server to another. This is useful if you are migrating to a new server or for setting up redundant RADIUS servers.
On the original RADIUS server drop to a command prompt and type:
netsh aaaa show config > radius.txt
Copy the file over to the new RADIUS server. On the new server drop to a command prompt and enter:
Netsh exec radius.txt
It will give you a message if it copied correctly or not. The only thing that does not come across is the settings for SQL logging. For this you will have to go in the SQL logging portion of IAS RADIUS and setup the connection to your logging database if you are using the SQL logging option.