ThePowerShellGuy.com

Did you do your PowerShelling today ?
Welcome to ThePowerShellGuy.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » PowerShell » TextScraping
  • PowerShell and Robocopy Part 4

    The following is the complete code for the wrapper example, and I did put it on PoSHcode.org , the PowerShell code repository, : As you can see below you can also use the Code in the Repository on your blog by using the provided link (Update try to fix codeexample output)and there are Cmdlets to retrieve the PowerShell code And now you ...
    Posted to The PowerShell Guy (Weblog) by MoW on September 24, 2008
  • PowerShell and Robocopy part 3

    In this 3rd part of this  series we go on with the output of a Test copy, and will start to parse the robocopy log, I just made a sTest1 directory with some test files and started the command as explained in last post, You can see in the output that there are 3 distinct parts in the Robocopy output, Start, Details, Stop information divided ...
    Posted to The PowerShell Guy (Weblog) by MoW on September 21, 2008
  • PowerShell and Robocopy part 1

    listening to the PowerScripting Podcast - Episode 41 RoboCopy was mentioned, and I remembered some Robocopy stuff I still had laying around : And I will use it as a series about using / wrapping a native tool from PowerShell, I start out with a bit of Text Processing,  ...
    Posted to The PowerShell Guy (Weblog) by MoW on September 16, 2008
  • 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 information as an object in PowerShell. for convenience I also added text output ...
    Posted to The PowerShell Guy (Weblog) by MoW on June 30, 2008
  • 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 PowerTab offers. I allready mentioned in this ...
    Posted to The PowerShell Guy (Weblog) by MoW on October 25, 2007
  • 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'' $wc = new-Object ...
    Posted to The PowerShell Guy (Weblog) by admin on February 19, 2007
  • 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 . (Yes,Yes breaking rule seven ;-) ) but here we do a bot more ...
    Posted to The PowerShell Guy (Weblog) by admin on February 13, 2007
  • 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 just to ''Steal'' the list of existing surnames from ...
    Posted to The PowerShell Guy (Weblog) by admin on January 13, 2007
Powered by Community Server (Personal Edition), by Telligent Systems