|
|
Browse by Tags
All Tags » PowerShell
Showing page 1 of 29 (282 total posts)
-
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 ...
-
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\/\/
-
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 ...
-
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
- $_ ...
-
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, ...
-
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 ...
-
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 ...
-
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\/\/
-
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 ...
-
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 ...
1 ...
|
|
|