Add to Technorati Favorites
Welcome to ThePowerShellGuy.com Sign in | Join | Help

Browse by Tags

All Tags » TextScraping   (RSS)

PowerShell Get-Ipconfig function

In a comment on this post PowerShell on joeware.net , I translated a Perl example that used ipconfig information, I used the same regex techniques as in the Perl example, but this made me think of a more PoSHy general wrapper that exposes the ipconfig
Posted by MoW | 13 Comments

Language translation in PowerShell using PowerTab Part 1

In this 2 part series I will show how you can customize TabExpansion by adding your own functionality to PowerTab I added on-the-fly language translation functionality to PowerShell to show the posibilities the "Custom User Function" functionality in

Scripting Games 2007 Advanced PowerShell Scores list

To check the Scores in The Scripting Games 2007, I made the following script for the Advanced PowerShell Division : ( I did see also a version with Internet Explorer, on the NG and on a Blog ) [ string ] $url = " http://www.microsoft.com/technet/scriptcenter/funzone/games/games07/psascores.mspx

Hey PowerShell, how popular is this Baby Name ?

When I did see this blogpost : Baby Names, Nameless Keys, and Mumbling , I also decided to "scrape" the Social Security Administration's Popular Baby Names site I already did some webpage scraping like this in PowerShell : generate a random list of surnames
Posted by admin | 8 Comments
Attachment(s): BabyNames.ps1

PowerShell : generate a random list of surnames

Inspired by this blogpost : http://weblogs.asp.net/jgalloway/archive/2007/01/10/code-puzzle-2-generate-random-fake-surnames.aspx , about generating a random list of names, I made this PowerShell solution Only I decided instead of generating fake names
Posted by admin | 3 Comments
Filed under: ,