CondorMan's blogSyndicate content

August 29th, 2008 | +1 (1 vote)

If you ever need to script NTFS permission changes, SetACL is a powerful alternative to CACLS. Here is a command line that will use SetACL to grant full control to the Administrators and System accounts on folder and all subfolders:

3 comments
August 28th, 2008 | 0 votes

The DSWeb Console and NS Console require .Net Framework 1.1 to be registered with IIS.

0 comments
August 25th, 2008 | +1 (1 vote)

To silently install .Net Framework 2.0 with SP1, follow these two steps.

1 comments
August 25th, 2008 | 0 votes

If you need to silently install the .Net Framework 1.1 to multiple computers, you can follow these two simple steps.

0 comments
June 26th, 2008 | 0 votes

There are a few ways to have a batch script wait for a number of seconds. The simplest and most widely available without any additional programs is to use the ping command.

4 comments
June 25th, 2008 | 0 votes

OSQL is a flexible command-line utility that allows you to run SQL Queries, Commands, and Stored Procedures from the command-line or through a Batch script.

0 comments
June 23rd, 2008 | 0 votes

Have you ever deployed a Sysprep image to have it fail half-way through? Sometimes it can be a pain to figure out why. These log files can help tremendously:

1 comments
June 20th, 2008 | 0 votes

I just discovered a nifty utility in the eXpress share called wndctl.exe. You can use it to lock the keyboard and mouse prior to any install/script and unlock it later.

0 comments
June 20th, 2008 | 0 votes

I just discovered that you can customize WinPE using the prestart and startup folders.

Here are some things to keep in mind when using the folders:

0 comments
June 20th, 2008 | 0 votes

A useful feature that allows you to use any data in your Deployment Server database in a script task is Custom Tokens. The syntax for a custom token is %#*"Your SQL Query Here"%. Here are some custom tokens that might come in handy.

1 comments