<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Why would you set WSUS and ntp at install? This is best handled in GPO.<br><br>Sent from my iPhone</div><div><br>On 9 Feb 2014, at 11:39, Daniel Watson <<a href="mailto:daniel@glovine.com.au">daniel@glovine.com.au</a>> wrote:<br><br></div><blockquote type="cite"><div>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">



<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 13px;">
<div style="">Gday Noggers,</div>
<div style=""><br>
</div>
<div style="">We are now using PXE Boot installations to install all our servers from dedicated servers, to virtual servers and all servers in between</div>
<div style=""><br>
</div>
<div style="">As part of the installation process with Windows 2008 R2 installations, it allows to setup additional services / features during the installation's post install,</div>
<div style=""><br>
</div>
<div style="">
<div>ServerManagerCmd.exe -install Web-Server -allSubFeatures -restart</div>
<div>ServerManagerCmd.exe -install SMTP-Server -allSubFeatures -restart</div>
<div>ServerManagerCmd.exe -install telnet-client -allSubFeatures -restart</div>
<div># 3 = automatically download but do not install updates, change to 4 for fully automatic</div>
<div>reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 3 /f</div>
<div># We do always want to automatically install the critical RDP bugfix</div>
<div>net stop TermService /y</div>
<div>netsh advfirewall firewall set rule group="Remote Desktop" new enable=yes</div>
<div>wuinstall.exe /install /match KB2621440</div>
<div><br>
</div>
<div>I was wondering if anybody on or off list might be able to provide some instructions on how to add to the script to set our WSUS and timeserver before it updates windows</div>
<div><br>
</div>
<div>If anybody can provide assistance I would be highly appreciative.</div>
<div><br>
</div>
<div>TIA</div>
<div><br>
</div>
<div>D.</div>
</div>
<div>
<div style="font-family:Tahoma; font-size:13px">
<div>
<div>
<div style="font-family:Tahoma; font-size:13px"></div>
</div>
</div>
</div>
</div>
</div>


</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>AusNOG mailing list</span><br><span><a href="mailto:AusNOG@lists.ausnog.net">AusNOG@lists.ausnog.net</a></span><br><span><a href="http://lists.ausnog.net/mailman/listinfo/ausnog">http://lists.ausnog.net/mailman/listinfo/ausnog</a></span><br></div></blockquote></body></html>