Tuesday, February 17, 2015

Cloning the configuration of a Windows 2003 IAS server to another Windows 2003 IAS server

Windows 2003 - I know - old school but hey!

On the source controller, issue the following to a CMD prompt:

netsh aaaa show config > c:\temp\blob.txt

Then on the target machine, do this:

netsh exec \\MySourceServerName\c$\temp\blob.txt

Cheers!

No comments:

Post a Comment