Browse by Tags

PowerShell 2.0 RTMed
Thu, Oct 29 2009 10:07
It seems like it introduces a ton of new stuff… Read More...
by luisabreu | with no comments
Filed under:
PowerShell v2.0 CTP is here
Wed, Nov 7 2007 21:49
When v1.0 was in beta, I used to really love it (and I still do!). The PowerShell blog has just announced that the 2.0 CTP is out. Go get it now :) Read More...
by luisabreu | with no comments
Filed under:
Detecting admin elevation in PowerShell
Thu, Feb 15 2007 15:08
Though i really don't like the new UAC much (yes, I agree that it's a necessity, but I still don't like it :)), I'm trying to use it again lately. Another thing I'm trying to do is relearning PowerShell. Ian has posted a great article on how you can use configure your shell so that you know when you're running it as admin or as a regular user (do note that this... Read More...
by luisabreu | with no comments
Filed under:
PowerShell: getting along with cmdlet
Mon, Feb 12 2007 15:40
As I've said in the previous post, cmdlets can be seen as the working unit of this new shell. If you're starting with Powershell, you should start by seeing the available cmdlets. This can be easilly done through the get-command cmdlet: PS :> get-command After running this command, you'll get a list of all the cmdlets that have been installed in PowerShell... Read More...
by luisabreu | with no comments
Filed under:
Restarting Power-Shell
Mon, Feb 12 2007 9:59
After downloading and installing it in Vista, I've finally restarted learning it. A long time ago, I used this shell and really enjoyed it. Those that read the PT blog should remember the Monad series I've written at the time. Since I really don't remember many of the things I used to know, I've thought that it would be a good idea to write something about it... Read More...
by luisabreu | with no comments
Filed under:
After all, PowerShell is out!
Wed, Jan 31 2007 17:33
Jason (thanks!) has added a comment saying that PowerShell was released yesterday. here's the link for the x86 and x64 downloads . btw, can anyone please tell me why it isn't listed on the PowerShell download page ? Read More...
by luisabreu | with no comments
Filed under: ,