Dec 21, 2014
Post comments count0
Post likes count0

PowerTrivia: Scripting Guys Holiday Special Trivia #2

Doctor Scripto
Doctor Scripto

Summary: Remember a holiday tune that entertained us?  From the third Scripting Guys! holiday special, can you name the theme song            that was sung most horribly off-key by a certain unnamed Windows PowerShell MVP?  Think you know the answer? Verify by watching this surprise video...or stay ...

Windows PowerShellPowerTipguest blogger
Dec 21, 2014
Post comments count0
Post likes count0

Oliver Script: A Holiday Tale–Part 2

Doctor Scripto
Doctor Scripto

Summary: Oliver discovers how to easily find data with Windows PowerShell. Note  This is the second post in a series. To get started, read Oliver Script: A Holiday Tale–Part 1. “Would you like fries with that?” How Oliver hated uttering those words daily. He hated going home, smelling of rancid grease and old soda pop. B...

Windows PowerShellguest bloggerWeekend Scripter
Dec 20, 2014
Post comments count0
Post likes count0

PowerTrivia: Scripting Guys Holiday Special Trivia #1

Doctor Scripto
Doctor Scripto

Summary: Have some fun remembering holiday specials from the past five years.  In the very first Scripting Guys holiday special, A PowerShell Carol, who was the poor unhappy            fellow who lost his way and would only use VBScript?  Think you know the answer? Verify by reading Holiday PowerShe...

Windows PowerShellPowerTipguest blogger
Dec 20, 2014
Post comments count0
Post likes count0

Oliver Script: A Holiday Tale–Part 1

Doctor Scripto
Doctor Scripto

Summary: We are introduced to our friend, Oliver Script, who discovers the magic of Get-Help in Windows PowerShell. There are times when dreams wander away...    when the magic fades because we forget to believe in the possible...    when we let the whispers of the possibilities of tomorrow silently wander off and disappear into...

Windows PowerShellguest bloggerSean Kearney
Dec 19, 2014
Post comments count0
Post likes count0

PowerTip: Convert String into DateTime Object

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to convert a string into a DateTime object.  How can I use Windows PowerShell to easily create a System.DateTime object from a string?  Use the [DateTime] type accelerator to convert the string, for example: [datetime]"1/2/14"

Scripting Guy!Windows PowerShellPowerTip