Backup/Export and Transfer Putty Settings/Configuration

http://www.jordandelozier.com/2009/03/backupexport-and-transfer-putty-settingsconfiguration/

Exporting Settings

  1. Execute regedit
  2. Expand each node to this branch: HKEY_CURRENT_USER\Software\SimonTatham
  3. Right click SimonTatham and select Export
  4. The Save Dialog will appear labeled “Export Registry File“.  Select a location to save your file. I named mine “putty“. Leave “Save as Type:” to the default “Registration Files (*.reg)”.
  5. You should now have a file named “putty.reg” (or whatever name you chose in the previous step) in the directory you selected.

Cat5 Wiring Diagram..

Export Users only from Active Directory via command line

CSVDE -f onlyusers.csv -r objectCategory=person

http://www.computerperformance.co.uk/Logon/Logon_CSVDE_Export.htm

Adding drivers to a WDS IMAGE & DRIVER ISSUES

www.wolftech.ncsu.edu/support/support/Active_Directory/Documentation/WDS/WDS_NICDrivers

http://blog.hongens.nl/2008/02/18/adding-drivers-to-wds-boot-images/

Configuring WSUS

http://blogs.microsoft.co.il/blogs/yanivf/archive/2007/09/23/install-wsus-3-0-step-by-step.aspx

Intergrating service packs

Copy contents of CD into a folder on the root of local the drive (WindowsXP)

Download service pack (XPSP3.exe)

Open CMD then type

c:\XPSP3.exe /integrate:C:\WindowsXP

Setting up LAMP

http://www.howtoforge.com/ubuntu_debian_lamp_server

How to change WDS from native to mixed mode

1. On the server, start a command prompt and type the following
command

wdsutil /uninitialize-server

2. Run risetup (or start menu -> administrative tools -> Windows
Deployment Services Legacy) and add a Windows image (for example
Windows Server 2003)

Note: Remote Installation Folder should be set to D:\RemoteInstall

3. In the command prompt, type the following command

wdsutil /initialize-server /reminst:”D:\RemoteInstall”

EDITING a .WIM Image

http://support.microsoft.com/kb/936922

Adding drivers to RIS

http://diaryproducts.net/about/operating_systems/windows/add_driver_ris_image_windows

http://support.microsoft.com/kb/314479