Tag Archives: CLI

Revisit an old friend

I have a new blog at the SAPIEN blog that is a visit to an old friend, DosKey. Now, before you dismiss this as old-fashioned, take a moment to read the article and try it out. If you spend a … Continue reading

Posted in PowerShell | Tagged , | Comments Off

Batch File Logs

I’ve always liked creating audit logs in my VBScript work, but could never figure out how to create a nicely formatted log from a batch file. Now I have. See http://sapien.eponym.com/blog/_archives/2006/11/20/2513469.html for the details. Technorati Tags:Batch Scripting

Posted in Scripting | Tagged | Comments Off

More One Liners

I recently did a TipSheet column listing some of my favorite quick, one line commands. Reader Wayne was kind enough to share with me his list of oft-used one-liners which he graciously offered to share. I have not tested many … Continue reading

Posted in PowerShell | Tagged , , | 3 Comments

Techmentor: FOR examples

The FOR command is one of the most important commands you can use as a Windows administrator. I have a short article on the command you can download at http://www.jdhitsolutions.com/tutorials.htm (grab the FOR Essentials link) . Here are few of … Continue reading

Posted in Scripting, Training | Tagged | 1 Comment

Techmentor: DSQuery and DSMod examples

During the command line scripting session, I demonstrated how to use the directory service command line tools like dsmod, dsquery and dsget. You can get syntax help by running ‘dsquery /?’ (or dsmod,dsadd,dsget). There’s a lot of help information so … Continue reading

Posted in Scripting, Training | Tagged , | 1 Comment