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

Browse by Tags

All Tags » PowerShell   (RSS)

PowerShell V2 Interview: Universal Code Execution Model

Jeffrey Snover did a very interesting V2 Interview: Universal Code Execution Model at TechEd, that now is posted online. The direct link given on the PowerShell Team blog is not working, but you can access the entire library of interviews HERE . it's
Posted by MoW | 0 Comments
Filed under: , ,

PowerTab V2 Examples

Did not find much time for improvements to the Alpha Build this week, but some examples working in last update An example of usage in my last post UpToDateness Vector (UTDV) PowerShell exercise : method overloads on types : on Objects (Note you can use
Posted by MoW | 0 Comments
Filed under: , ,

UpToDateness Vector (UTDV) PowerShell exercise

I did see this post at joeware.com : UpToDateness Vector (UTDV) that was a follow up, at the PowerShell examples Brandon posted . As needed a break from my activities at that moment, To get my head clear, I translated it to PowerShell. Note that this
Posted by MoW | 1 Comments

Keeping up with the Community

It's hard to keep up with all PowerShell info that comes up lately.here a list of video and audio sources, that I did view/listen to recently : As I mentioned in Powershell tips and tricks from the field ... (links to demos there ) Now the Complete session
Posted by MoW | 1 Comments
Filed under: , ,

PowerShell, CdAudioDoor Module

I got nifty Add-Type trick from Tao Ma to open and close the CD door that he also posted on his blog here : http://blog.csdn.net/PowerShell/archive/2008/08/03/2761960.aspx He is using Add-Type to do a P/Invoke call, Cool stuff ! right ?, but as Jeffrey
Posted by MoW | 0 Comments
Filed under: , ,

just silly

go to a place that does not exist in PowerShell c:;(get-psdrive c).CurrentLocation = '\I do Not exist' Enjoy, Greetings /\/\o\/\/
Posted by MoW | 8 Comments
Filed under: ,

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 | 4 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 | 5 Comments
Filed under: , ,

Attachment(s): PowerTab.zip

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

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 | 1 Comments
Filed under: ,
More Posts Next page »