Tag Archives: CLI

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

CLI 101 – FOR

I’ve long maintained that the FOR command is one of most basic commands every administrator should know. I have a short tutorial you can download at http://www.jdhitsolutions.com/tutorials.htm Here are some other examples on using the FOR command. Let’s say you … Continue reading

Posted in Scripting | Tagged | Comments Off