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

Browse by Tags

All Tags » PowerShell   (RSS)

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
Posted by MoW | 0 Comments
Filed under: , ,

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 by MoW | 1 Comments
Filed under: ,

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
Posted by MoW | 2 Comments
Filed under: , ,

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
Posted by MoW | 6 Comments
Filed under: , ,

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
Posted by MoW | 2 Comments
Filed under: , ,

Attachment(s): PowerTab.7z

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 | 10 Comments

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
Posted by MoW | 1 Comments
Filed under: ,

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
Posted by MoW | 3 Comments
Filed under: ,

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
Posted by MoW | 0 Comments
Filed under: ,

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)
Posted by MoW | 0 Comments
Filed under: ,

MSDN Virtual Lab Express: What’s New in Windows PowerShell V2

A PowerShell V2 virtual lab is available on MSDN, from the Overview . After completing this lab you will be better able to: Create and use runspaces, both synchronously and asynchronously Alter the behavior of existing cmdlets using generated proxies
Posted by MoW | 1 Comments
Filed under: ,

PowerShell Performance Series Part 4 (Version 1.0 wins this round ?)

I finally installed two simular VM's, one with PowerShell Version 1.0 and the other one with PowerShell CTP2, to do performance testing between the 2 versions. Both VM's run a bare Windows XP SP 2 installation with .NET framework 2.0 on both (to exclude
Posted by MoW | 1 Comments
Filed under: , ,

PowerShell Performance Series Part 3 (.NET method call not always faster as PowerShell shortcut)

Continuing on from Karl's post's : Fast New PSCustomObject. generating a "PropertyBag" aka PScustomObject in C# Getting serious about performance in PowerShell. and mine PowerShell Performance Series Part 2 (Get-PerformanceHistory.ps1) PowerShell Performance
Posted by MoW | 2 Comments
Filed under: ,

PowerShell Performance Series Part 2 (Get-PerformanceHistory.ps1)

Jaykul, made a Get-PerformanceHistory function we also used during the Scripting games but I could find only the CTP2 version in the repository , and to compare V1 to CTP2 we need to be able to run it on both versions, hence I used a quick one-liner to
Posted by MoW | 4 Comments
Filed under: ,

PowerShell in SQL Server 2008

From PowerShell in SQL Server 2008 The SQL Server team have approached PowerShell support in a different manner to other Microsoft products. They have chosen to create a SQL Server specific version of PowerShell in which the SQL Server functionality is
Posted by MoW | 0 Comments
More Posts Next page »