I came across a nice intro article about PowerShell on Dr. Dobb’s by Doug Finke. Given that the site is targeted at developers some of the material towards the end is a little on the programmatic side. But overall it is a help introduction to Powershell. Right now it is appears to be their top […]
Tag: scripting
Class Is In Session
If you’ve been a regular reader of the Windows Tip Sheet column from MCPMag.com, you probably noticed a change recently. This column is changing subject matter to PowerShell. It is now called Prof. PowerShell.
Read Remote Registry Function
Hopefully you found my last entry valuable. But I always like to take things a step further, especially when it comes to scripting and automation. So I turned my last script into a function that returns the value of a specified registry key
Practical PowerShell
In addition to all my other writing and speaking gigs, I’m now writing a monthly column for a new eJournal from RealTime Publishers. The column, Practical PowerShell, will be a regular feature in Windows Administration in Realtime.
Remote Registry Reading the VBScript Way
Last week I blogged about using REG.EXE in a batch file to read a registry key. The batch file I provided works, but the output is limited. You could probably parse it a bit more to get it in some other format. But I’d probably turn to VBScript and WMI if I wanted better output control or if I had more complicated needs.