Category Archives: Scripting

Mr. Roboto Scripts

I'm slowly trying to revise my main web site. The original site had a script library page where all of my old Mr. Roboto scripts resided for download. Unfortunately, in many of the online Mr. Roboto articles the link they … Continue reading

Posted in Mr. Roboto, Scripting | Tagged , , | Leave a comment

WBADMIN Demo

Earlier this year I wrote an article for REDMOND Magazine about the new backup features in Windows Server 2008 R2. I’m not going to re-hash the article here except to say it includes some sample scripts on using the WBADMIN … Continue reading

Posted in CommandLine, Miscellaneous, Scripting, Windows Server | Tagged , , , , , | 1 Comment

PowerShell Weather Module

I first wrote a Windows PowerShell function several years ago to retrieve weather information via Yahoo’s weather service. I’ve been itching to rewrite it and finally found some time over the weekend. Turns out it’s a good thing I did … Continue reading

Posted in Miscellaneous, PowerShell, Scripting | Tagged , , , , , | 1 Comment

Get Parameter

As I continue to work on the 2nd edition of Managing Active Directory with Windows PowerShell: TFM, I find situations where I need a tool to get information out of Windows PowerShell. For example, the cmdlets in the Microsoft Active … Continue reading

Posted in PowerShell, Scripting | Tagged , , , | 1 Comment

Export-Function

I love that you can do so much with PowerShell on the fly.  For example, I don’t need to launch a script editor to create a PowerShell function. I can do it right from the command prompt. PS C:\> function … Continue reading

Posted in PowerShell v2.0, Scripting | Tagged , , , | 1 Comment

This Old Script

I’m very slowly revising my main web site. The upshot for now is that there is no direct link to my old script library. Many of my Mr. Roboto tools can be found on this page. Until I can finish … Continue reading

Posted in Mr. Roboto, PowerShell, Scripting, WMI | Tagged , , , , , , | Leave a comment

Out-Clip

I’ve started working on the 2nd edition of Managing Active Directory with Windows PowerShell: TFM. As with almost all of my writing projects it will be full of PowerShell code examples. In the past I’ve always relied on a manual … Continue reading

Posted in PowerShell v2.0, SAPIEN Press, Scripting | Tagged , , , , , , | 1 Comment