Jump to content

tguy

Member
  • Posts

    698
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by tguy

  1. I am wondering if anyone knows how to go about: 1) Enumerating a list of all unlinked Group Policy Objects in Active Directory. 2) Obtaining their names/SIDs from AD and SYSVOL to cleanup these unused policies. Thanks in advance for your assistance.
  2. I am looking for help writing a vbScript or batch file that will use something like ADO, ADSystemInfo or dsquery and dsget to bind to my domain and enumerate a list of all groups in the domain with two or less members in the group. Once the list of groups is obtained I would like to write the results to a text file showing: 1) Group Name and FQDN 2) Group Members 3) Date Created We are in the process of cleaning up our Active Directory with old, unused or obsolete objects and this is part of that effort. Thanks in advance for your help.
  3. I would assume you are running a version of Windows server for your software registration process so if that's the case, depending on the version of Windows Server you are running; I would look into using the following: net time /setsntp:pool.ntp.org or W32TM as was mentioned in an earlier thread here. Either will work just make sure your firewall is set to allow UDP traffic port 123. Good luck.
  4. I too had the same problem. My research indicated that there is a bug in the functionality of sysprep.exe in Vista, 2008, 7, 2008R2 that does not allow it to join domains. A third party developed a tool, mysysprep.exe that provides an alternative solution that allows the customization of the .xml file and will join a computer to a specified domain. See: http://tsaysoft.com/mysysprep2/
  5. I thought I saw somewhere in this forum where there was an Office 2010 UL. I can't find it. Does anyone know if it is still on the board and if it's been updated?
  6. @Grope - you were right about the one .UL file. I accidentally saved over the 64 bit version with the x86. That has been corrected. If anyone is interested, here is the latest set of updates files up to and including December 2009. It is only for 2008 SP2 and later. windows_2008_server_sp2_x64_enu.ulz windows_2008_server_sp2_x86_enu_.ulz
  7. You may want to check out this knowledge base article: kb238852 It might help.
  8. I put together these Server 2008 update lists for SP2 and subsequent updates and hotfixes. No claims as to completeness but they are based on KB article numbers, dates released and the Microsoft spreadsheet listing of hotfixes/updates included in SP2. windows_2008_server_sp2_x64_enu.ulz windows_2008_server_sp2_x86_enu_.ulz
  9. Some older motherboards don't support booting from USB. Check with the mobo manufacturer on their website. A BIOS update may help resolve the problem as well.
  10. I assume you are attempting to recover lost data?? If so, take a look at: http://www.runtime.org and check out Get Data Back for FAT and/or NTFS. I have used these programs with their respective plugins for BartPE and they work well. Good luck.
  11. I ran across a rootkit infected computer today as well. I downloaded unhackme.zip, installed and cleaned it up. May want to try that too.
  12. In case the issue is still unresolved, you may want to run the bootsect /nt52 c: /force command after you lay down the XP image to change the boot sector to be XP/2003 compatible. The bootsector for Vista/PE2 is /nt60 and is slightly different.
  13. After you format the drive and before you run winnt32.exe run this command: bootsect /nt52 c: /force
  14. Rapidshare link to guide document no longer works. Could you post again with a new link?
  15. HP Rapid Deploy would be another option as would Symantec's Backup Exec System Recovery, the next iteration of Livestate Recovery. See manufacturer's websites for details and pricing information.
  16. I like the idea of creating and hiding a partition to copy the recovery image to and then using something like WinPE to do the recovery however a couple of things come to mind: 1) Not everyone has access to WinPE 2) Using a F(x) hotkey is something that is programmed into the BIOS of a computer chip so unless the functionality is already included this scenario needs to be modified a little bit to include the use of a boot partition manager to access the recovery partition.
  17. Hi, The first question that comes to mind is how often you will need to copy the files from one server to another. I am making a few assumptions here so bear with me. If I re-state things you already know please do not take offense as I am just trying to spell out my logic in how I would decide to administer this situation. If you are doing frequent file copies I would suggest using a shell script that kicks off scp and copies the files for you. You can use the crontab functionality to execute the shell script. Conversely if you only need to copy the files a few times then WinSCP may be a better choice as it allows you to see the source and destination directories and to select multiple files at once to be copied even with different file extensions. Secondly, if you are going to scp the files directly from the source server to the destination server you would want to do the following: scp -v file.txt username@domain.com:/remote/directory >> var/log/scp.log If you are copying the files from Croatia to Germany from your computer you would want to use Putty's pscp.exe to do the following: scp -v username@domain.com:/remote/directory1/file.txt \ username@domain.com:/remote/directory2/ >> var/log/scp.log Both these commands will execute the copies you need and will log the results to the file and directory listed above. Hope this helps.
  18. I would consider implementing a script that checks the server's security log for logon events, find the most recent, parse for the user and time and then write that information to the server's registry section for computer description. Do you mind if I ask why you are doing this? It would seem easier to query the event logs on multiple servers and dump the results to a single text file on the network or something where you view all the results at once.
  19. If you want to see if the machine is live on the network you could do as IceManND suggests and query a DHCP server or ping the list of servers in your batch file until you find the one(s) that do not respond. This may not necessarily be accurate if the machine is powered off and/or has been powered off long enough for its DHCP lease to expire. You could also do a Netbios query, or query a WINS server to see if there are any responses for the computers in your list. If you are running Active Directory or have an NT domain you could use ADSI queries or NT resource kit utilities to see if a computer account already exists. Hope this helps as well.
  20. How about calling sleep.exe or wait.exe and set to 10 minutes or 600 seconds? eg: call sleep.exe 600 Then use an error return code to check to see if ftp was successful or not and if not use kill.exe or pskill.exe to terminate the ftp process. eg: Errorreturn Just some thoughts. You could also use vbScript to do everything you need plus the steps I mentioned above without having to call separate executables.
  21. Hi all. I am wondering if anyone has any code snippets or can point me to same for creating an application stoplight type of dashboard that will check processes/applications running on a Windows server and generate the dashboard in a color coded stoplight format? EG: Application/Process 1 running - Green light Application/Process 2 not responding - Yellow light Application/Process 3 stopped/not running - Red light Your assistance is greatly appreciated. Please send me a PM with the snippets if you have them. Thank-you.
  22. Perhaps DriveImageXL from Runsoft or Drive SnapShot www.drivesnapshot.de would be could free or lost cost imaging utilities to do what you want.
  23. You should use the OEM version that the customer will buy unless they have a volume license agreement with Microsoft already. To install the updates: 1) Copy the WinXP SP2 OEM cd contents to a local drive. 2) Then download all the updates you want to install as well. Windows Update Download http://wud.jcarle.com may help to identify all the downloads. 3) Slipstream all the updates into your XP SP2 source filess using the /integrate command then recompile the cd contents into an .ISO file. Build your 'Gold' image onto the hardware you intend to image and sysprep. Once the OS is loaded install SYSPREP and reseal the image. You don't have to activate. Re-image the updated computer then the next time you deploy you will have the updated image ready to go. When you need to update with further patches, lay the image down on the hardware again, apply the updates, install sysprep again and reseal. If you include the XP source files in your image integrate the new patches into those source files to. Take new image of hardware and just repeat steps as necessary. That should do it.
  24. Quick fix might be to hard code the duplex settings of the network card. For instance, change from AutoSensing to 100/MBps or 1000MBps full-duplex.
  25. Are these computers part of an Active Directory domain or a Workgroup? It may be difficult to delegate permissions the way you wish to without the computers being part of AD. Each computer in a Workgroup has its own local SAM database. You can't effectively add members from one computers SAM database to the other computers SAM database without AD.
×
×
  • Create New...