Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

[Windows 2012] [network] Configuration express of new computers in domain

Publié le par damcuvelier

FROM DC:
netsh -c interface dump > c:\networkconfig.txt

FROM new computer:
netsh -f c:\networkconfig.txt (1)
reboot
modify network config with @IP of this computer
because it (1) write the network config that is the DC network config
but also it give the computer the config root... and it prevent you from any network config error

Commenter cet article