CondorMan's blogSyndicate content

June 18th, 2008 | 0 votes

If you've ever had a domain join fail, you can understand how frustrating it can be to troubleshoot. There is a log file that will make it much easier to figure out what is wrong.

0 comments
June 18th, 2008 | 0 votes

Sometimes a Windows Executable, Script, or Command will fail with an error. What does that mean?

While there is no enforced set of error code meanings, most executables and all system commands follow a standard definition of error codes.

1 comments
June 18th, 2008 | 0 votes

Have you ever wanted to start, stop, delete, create, or configure a service in your batch script? The "SC" command will allow you to do this and more.

0 comments
June 9th, 2008 | 0 votes

Have you ever needed to modify the registry of an image, so you download the image to a computer, make the registry changes, and re-upload the image? Well, there is a much easier way!

3 comments
June 6th, 2008 | 0 votes

Sometimes a Windows Installer will fail with an error 16xx. What does that mean?

You can find out by viewing Microsoft's list of Windows Installer Error Codes and their meanings here. You might want to add that link to your favorites if you manage a lot of .msi installs.

4 comments
June 5th, 2008 | 0 votes

If your workstations are using the NTFS file system, you can use COMPACT.EXE that is included with Windows to compress files with a certain extension.

1 comments
June 5th, 2008 | 0 votes

I just learned that you can enable MSI logging so that if your installer fails with an error you can see where the MSI failed.

2 comments
May 23rd, 2008 | 0 votes

If you are using WinPE 1.6, you will probably be interested to know that you can enable AClient Remote Control. This allows you to right-click any computer that is running a job in automation so that you can view the progress and troubleshoot any problems that may arise.

3 comments
April 18th, 2008 | 0 votes

PowerShell is the new powerful scripting language created by Microsoft. You can install it to Windows XP and above and it is included in Windows Server 2008.

Here is how to run a PowerShell Script through Deployment Server.

1 comments
February 29th, 2008 | 0 votes

If you plan on installing Vista Service Pack 1 when it is released (highly recommended), you might want to run the cleanup command afterward.

To do this, open the run dialog (Win-R) and type "vsp1cln.exe" (without quotes) and press enter.

5 comments