Wednesday 27 October 2010

Adding WYSE DHCP Options with Command Line


Option 161 – WyseFTPServer (String Value)

IP Address = XXX.XXX.XXX.XXX


Option 186 – WyseDeviceManager (IPADDRESS)

IP Address = XXX.XXX.XXX.XXX


Command line to create the above Scope Options

>netsh
Netsh>dhcp
Netsh dhcp>server
Netsh dhcp server>add optiondef 161 WyseFTPServer STRING
Netsh dhcp server>add optiondef 186 WyseDeviceManager IPADDRESS


Once these Options have been created you can add them as a scope option in the usual manner.


SQL Build Lists

The following SQL Build Lists are courtesy of Steve Jones on SQL Server Central. Very Useful!!

SELECT @@VERSION

SQL Server 2005 Build List
http://www.sqlservercentral.com/articles/Administration/2960/

SQL Server 2008 Build List
http://www.sqlservercentral.com/articles/SQL+Server+2008/63491/

SQL Server 2008R2 Build List
http://www.sqlservercentral.com/articles/SQL+Server+2008+R2/70092/