Showing archive results for August 2013

Aug 19, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Display Locale-Specific Date

Doctor Scripto

Summary: Learn how to use Windows PowerShell to display the date in locale-specific format.  How can I use Windows PowerShell to display the day, month, and two-digit year in locale specific format?  Use the Get-Date cmdlet and the –uformat parameter: get-date -UFormat %x

Scripting Guy!Windows PowerShellPowerTip
Aug 19, 2013
Post comments count0
Post likes count0

PowerShell Workflow for Mere Mortals: Part 1

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, begins a five-part series about Windows PowerShell Workflow.  Hey, Scripting Guy! What is up with Windows PowerShell Workflow? Everyone acts like it is some deep, dark mystery—similar to trying to understand neutrinos. So come on…it is Windows PowerShell, so how hard can it be? &md...

Scripting Guy!Windows PowerShellscripting techniques
Aug 18, 2013
Post comments count0
Post likes count0

PowerTip: Display All PowerShell Modules and Cmdlets

Doctor Scripto

Summary: Learn how to display all Windows PowerShell modules and cmdlet names.  How can I get output that shows Windows PowerShell module names and the cmdlets or functions that are contained inside the modules?  Use the Get-Module cmdlet, and then for each module, display the name and use Get-Command (gcm is an a...

Scripting Guy!Windows PowerShellPowerTip
Aug 18, 2013
Post comments count0
Post likes count0

Weekend Scripter: Understanding PowerShell in Windows 8

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about understanding Windows PowerShell 3.0 in Windows 8. Microsoft Scripting Guy, Ed Wilson, is here. It is an exciting and great day! I have been working a bit to solidify the editorial calendar for the Hey, Scripting Guy! Blog. I can say that there are some absolutely awesome posts comi...

Scripting Guy!Windows PowerShellscripting techniques
Aug 17, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Write BitLocker Recovery Key to Text File

Doctor Scripto

Summary: Use Windows PowerShell to write your BitLocker recovery key to a text file.  If I forgot to save my BitLocker recovery key when I enabled BitLocker on my laptop, how can I use Windows PowerShell to write it to a text file so I can copy it to a USB key for safe keeping?  From an elevated Windows PowerShell console, use the Ge...

Scripting Guy!Windows PowerShellPowerTip