Power your Shell with PowerGadgets

By now you’ve installed PowerShell, tried out a few cmdlets and are trying to figure out how you will use all this great information. Well, there’s more for you to take a look at. Even though PowerShell is a console, you sure to still want some GUI elements such as charts and gauges. Fortunately, that’s pretty easy to accomplish.

Read More

Windows PowerShell: TFM – Proof approved!

Start cutting down trees and mixing inks… as of this morning, Windows PowerShell: TFM is officially “on the presses.” If you haven’t pre-ordered a copy from Amazon.com or ScriptingOutpost.com, now’s the time! Although we can’t guarantee holiday delivery <grin>…

Read More

Whoever said Microsoft was all about business?

All work and no play, as they say, makes Jack a dull boy. Well, the folks at Microsoft don’t know Jack (heh), apparantly. Check out http://www.microsoft.com/robotics, and rejoice in your ability to help program the next generation of our one-day robotic overlords.Technorati Tags:robots

Read More

Start Simple

Here’s another quick suggestion, especially for VBScript, that will make script development and debugging a little easier and a lot less stressful. It may seem like common sense, but sometimes we all just need a reminder: Start Simple.

Read More

More Pinging…

Okay, I teased yesterday… so check out this function:

Function Ping-Name {
  PROCESS {
 $wmi = get-wmiobject -query “SELECT * FROM Win32_PingStatus WHERE Address = ‘$_'”
 if ($wmi.StatusCode -eq 0) {
  $_
 }
  }
}

Notice that the function name looks like a cmdlet name? This function can sorta be used l ike a cmdlet. For example:

Get-Content …

Read More

More CLI and PowerShell

You don’t have to choose between the traditional command line interface (CLI) and PowerShell. You can easily run a PowerShell command or even a PowerShell script directly from a command prompt. This means you can integrate some PowerShell functionality into your older batch files. It also means that you can create a scheduled task to execute a PowerShell script!

Read More

Weather Report

If you’ve been following along in our blogs, you’ve hopefully read my posts about using the SAPI.SPVoice COM object. I’ve been trying to come up with some practical applications. I’ve developed one that gets a weather report for your zip code and delivers the weather to you. The script uses a .NET weblclient object to retrieve an XML page from Yahoo! weather.

Read More

Convert VBScript to PowerShell!

Here’s an AWESOME resource: http://www.microsoft.com/technet/scriptcenter/topics/winpsh/convert/default.mspx, the Scripting Guys’ complete guide to VBScript functions… or, more specifically, how to do each VBScript function in Windows PowerShell! It’s available online, or you can download the whole thing as a Word document. For each VBScript function or statement, you’ll see a Windows PowerShell version along with a brief explanation. Not that there’s …

Read More

Search

Enter any query and press enter
Advanced search operators:
+ ⟶ Term must appear
- ⟶ Term must not appear
"" ⟶ Exact string must appear
How do I use these?

Join our mailing list

Enter your email address to subscribe to our mailing lists for Monthly Blog Digests, Product Announcements and more (you can choose which you receive once you sign-up!)

Tags

Categories

Archives

Dashboard