/\/\o\/\/ PowerShelled

This blog has moved to http://ThePowerShellGuy.com Greetings /\/\o\/\/
$AtomFeed = ("Atom.xml")
$PreviousItems = (" PowerShell : making Custum Enums "," TechNet Webcast: An Overview of Windows PowerShell "," "Windows PowerShell: TFM" goes "Gold" "," PowerShell : Advanced renaming of files "," PowerShell : Playing with LeapYears "," Download PowerShell 1.0 RTM "," PowerShell goes RTM "," Windows PowerShell Week on ScriptCenter "," PowerShell : How Can I Split a String Only on Spec... "," PowerShell : How Can I Tell Whether a Number is Ev... "," ")

Monday, December 04, 2006

 


Windows PowerShell Scripting Sweepstakes!



as you can read here PowerShell Scripting Contest - 2 weeks left, here Don't miss the Microsoft PowerShell Contest, here PowerShell Scripting Contest, herePowerShell Scripting Contest and here PowerShell Scripting Contest - 2 weeks left , there is still some time left  te enter in the

 Windows PowerShell Scripting Sweepstakes!

November 1 – December 15, 2006

What also can help is  the excelent:

VbScript to Windows PowerShell translation guide

for looking up VbScript commands, or inspiration, for example yo could write a function to do a quick lookup in it

for example you can write a function to do that from the PowerShell console so yo cando :

 

PoSH>convert-VbScript
PoSH>convert-VbScript inputbox
PoSH>convert-VbScript getObject

 

to start internet explorer to do a quick lookup in that guide to get help on how to translate the VbScript command you remember to PowerShell, that could be as simple as this :

 

 

# Use the Scripting Guy's VbScript to Windows PowerShell translation guide
# for help to convert vbScript commands

Function convert-VbScript ($Command = "default") { 
  (new-object -com shell.application).Open("http://www.microsoft.com/technet/scriptcenter/topics/winpsh/convert/$command.mspx"
}

 

Started without the commandname it starts the index otherwise it will bring you directly to the page about the command given

or one to remind how much time long you still have

PoSH>function get-TimeLeftToEnterPowerShellContest {(get-date -date "12/15/2006 23:55").Subtract((get-date))}
PoSH>get-TimeLeftToEnterPowerShellContest

Days : 11
Hours : 2
Minutes : 21
Seconds : 43
Milliseconds : 719
Ticks : 9589037192755
TotalDays : 11.0984226767998
TotalHours : 266.362144243194
TotalMinutes : 15981.7286545917
TotalSeconds : 958903.7192755
TotalMilliseconds : 958903719.2755

 

  hope this guide and the examples get you started with an script for the contest,

Enjoy,

Greetings,
/\/\o\/\/
Tags : PowerShell




Comments: Post a Comment



<< Home

Archives

October 2005   November 2005   December 2005   January 2006   February 2006   March 2006   April 2006   May 2006   June 2006   July 2006   August 2006   September 2006   October 2006   November 2006   December 2006  

$Links = ("PowerShell RC1 Docs"," PowerShell RC1 X86"," PowerShell RC1 X64"," Monad GettingStarted guide"," Monad Progamming Guide"," Monad SDK"," Monad videos on Channel 9"," MSH Community Workspace"," scripts.readify.net "," MonadSource"," www.reskit.net"," PowerShell Blog"," Under The Stairs"," computerperformance powershell Home"," proudlyserving"," MSH on wikipedia"," MSHWiki Channel 9"," Keith Hill's Blog"," Precision Computing"," PowerShell for fun"," MSH Memo (Japanese)"," monadblog")

find-blog -about "PowerShell","Monad" | out-Technorati.
find-blog -contains "","" | out-Technorati.
Google
 
Web mow001.blogspot.com

This page is powered by Blogger. Isn't yours?