ThePowerShellGuy.com

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

Browse by Tags

All Tags » PowerShell
Showing page 1 of 29 (282 total posts)
  • PowerTab for PowerShell V2 Update

    I posted, 8 updates since PowerTab for PowerShell V2 Alpha testers wanted (link to download in former post) mostly working with Xaegr  I did some hard work on the Member completion (3 rewrites) , but it is almost there, For the other Alpha Testers, I added another eager missed feature FileSystem completion that I would like you to take a ...
    Posted to The PowerShell Guy (Weblog) by MoW on July 23, 2008
  • The Show goes on

    See: Translating Literature Into PowerShell , Hmm, would you only be able to translate books to PowerShell this way ? : while {$Question.IsAnswered -eq $false) {if ($TheOne){switch $pill {'Red'{exit};''Blue {$memory.reset()}}} Enjoy, Greetings /\/\o\/\/
    Posted to The PowerShell Guy (Weblog) by MoW on July 14, 2008
  • PowerTab for PowerShell V2 Alpha testers wanted

    As I did mention in last post ( PowerTab for PowerShell V2  ), I started working on PowerTab for PowerShell V2, and I posted the current version some day's ago and made 5 updates to it in that time. I'm looking for some Alpha testers that have a bit experience with PowerTab and want to give detailed input. This is only an alpha version and ...
    Posted to The PowerShell Guy (Weblog) by MoW on July 14, 2008
  • PowerTab for PowerShell V2

    I got a lot of questions about the future of PowerTab lately, so a teaser of what is coming in a new version of PowerTab for the CTP2 version of PowerShell: - No Installer PowerTab is now a Module, so installation will be as easy as copying the directory to the Packet location and running Add-Module PowerTab - Using the Tokenizer - $_ ...
    Posted to The PowerShell Guy (Weblog) by MoW on July 7, 2008
  • PowerTab V2 Alpha 1

    A first version of Powertab implemented as a module and using tokenizer, *note*  this is an Alpha version only provided for beta testers and not everything is implemented yet. *Some other notes* Powertab starts up with my database, but update-tabexpansiondatabase should work, utility functions are available but not all tested yet, ...
    Posted to The PowerShell Guy (Weblog) by MoW on July 5, 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
  • Hey PowerShell Guy !, How Can I Copy Files Based on Multiple Criteria?

    A Translation of the Scripting Guys post : How Can I Copy Files Based on Multiple Criteria? VbScript example, As mostly in this series I point to the original Article for more information. dir c:\Scripts |? {$_ -match ''^FS|^CG|^GPS.'' -and $_.CreationTime -gt (get-date).AddDays(-1)} | copy -dest C:\Test And on the Scripting Guy's remark in ...
    Posted to The PowerShell Guy (Weblog) by MoW on June 26, 2008
  • Little PoSH prank

    I came up with this little prank while on IRC, give this command on a colleague's workstation (he did not lock) in a PowerShell console and minimize it  , and you might have some fun watching him when he gets back ;-) do {[Windows.Forms.Cursor]::Position = ''1,1'';sleep 5}until (0) enjoy, Greetings /\/\o\/\/
    Posted to The PowerShell Guy (Weblog) by MoW on June 26, 2008
  • Powershell tips and tricks from the field with Ben Pearce

    An video interview the Ben Pearce at TechEd has been posted on Technet Edge here : http://edge.technet.com/Media/Powershell-tips-and-tricks-from-the-field-with-Ben-Pearce/ And on the PowerShell Team blog Jeffrey Snover talks about Ben's session and you can find the slidedeck of the Session they talk about in the interview Windows, PowerShell and ...
    Posted to The PowerShell Guy (Weblog) by MoW on June 23, 2008
  • PowerShell projects on Codeplex, 37 and Growing

    I often recommend peaple to keep an eye on CodePlex , these articles might tell you why : PowerTools Script that Generates a Table in an Open XML Document Hyper-V PowerShell library - now on Codeplex Windows Mobile PowerShell Provider released (MS Mobiles) This brings the count of current  PowerShell Projects on CodePlex to 37 ...
    Posted to The PowerShell Guy (Weblog) by MoW on June 18, 2008
1 2 3 4 5 Next > ... Last ยป
Powered by Community Server (Personal Edition), by Telligent Systems