Craig
This user hasn't shared any biographical information
Posts by Craig
Backup/Export and Transfer Putty Settings/Configuration
Nov 5th
http://www.jordandelozier.com/2009/03/backupexport-and-transfer-putty-settingsconfiguration/
Exporting Settings
- Execute regedit
- Expand each node to this branch: HKEY_CURRENT_USER\Software\SimonTatham
- Right click SimonTatham and select Export
- 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)”.
- You should now have a file named “putty.reg” (or whatever name you chose in the previous step) in the directory you selected.
Export Users only from Active Directory via command line
Nov 2nd
CSVDE -f onlyusers.csv -r objectCategory=person
http://www.computerperformance.co.uk/Logon/Logon_CSVDE_Export.htm
Intergrating service packs
Nov 2nd
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
How to change WDS from native to mixed mode
Nov 2nd
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”
