Showing archive results for 2016

Jan 12, 2016
Post comments count0
Post likes count0

PowerTip: Find List of PowerShell Functions

mredwilson

Summary: Easily find a list of Windows PowerShell functions.  How can I produce a list of the Windows PowerShell functions that are currently available?  Use the Function PS Drive and the Get-ChildItem cmdlet: Get-ChildItem function:

Scripting Guy!Windows PowerShellPowerTip
Jan 11, 2016
Post comments count0
Post likes count0

Introduction to Advanced PowerShell Functions

mredwilson

Summary: Guest blogger, Microsoft MVP, Adam Bertram, talks about advanced Windows PowerShell functions.Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest post by Microsoft MVP, Adam Bertram. Take it away Adam…I'm a Pluralsight author and I develop online training courses that are mostly about Windows PowerShell. I recently ha...

Scripting Guy!Windows PowerShellscripting techniques
Jan 11, 2016
Post comments count0
Post likes count0

PowerTip: Identify PowerShell Version

Doctor Scripto

Summary: Learn how to easily find the version of Windows PowerShell, CLR, and WSMan.  How can I use Windows PowerShell to identify the version of Windows PowerShell that is running on my system?  Use the $PSversionTable automatic variable (you can use Tab expansion to avoid some typing).           &nbs...

Jan 11, 2016
Post comments count0
Post likes count0

PowerTip: Identify PowerShell Version

mredwilson

Summary: Learn how to easily find the version of Windows PowerShell, CLR, and WSMan. How can I use Windows PowerShell to identify the version of Windows PowerShell that is running on my system? Use the $PSversionTable automatic variable (you can use Tab expansion to avoid some typing).            Th...

Scripting Guy!Windows PowerShellscripting techniques
Jan 10, 2016
Post comments count0
Post likes count0

Where’s Waldo (and Where’s Ed)?

mredwilson

Summary: Ed Wilson, Microsoft Scripting Guy, talks about the future of the Hey, Scripting Guy! Blog and other stuff. Microsoft Scripting Guy, Ed Wilson, is here. If you are a regular reader of the Hey, Scripting Guy! Blog, you will no doubt have noticed that I have not been very active these past several weeks. However, it is a testament to the Win...

Scripting Guy!Windows PowerShell