Showing tag results for scripting techniques

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

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 9, 2016
Post comments count1
Post likes count0

Weekend Scripter: Unexpected Case Sensitivity in PowerShell

mredwilson

Summary: PowerShell MVP, Mike F Robbins, discusses case sensitivity in Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Mike Robbins. Mike F Robbins is a Microsoft MVP for Windows PowerShell and a SAPIEN Technologies MVP. He is a co-author of Windows PowerShell TFM 4th Edition, and is a contributing auth...

Scripting Guy!Windows PowerShellscripting techniques
Nov 12, 2015
Post comments count0
Post likes count0

Use Regions in PowerShell ISE

Radhika Tadinada

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using regions in the Windows PowerShell ISE.  Hey, Scripting Guy! I like using the Windows PowerShell ISE. The price is right I guess. There is one thing that kind of bugs me, however.  When I am writing a long script, there is too much scrolling, and things seem to slow down. I wish there...

Scripting Guy!Windows PowerShellscripting techniques
Nov 11, 2015
Post comments count0
Post likes count0

PowerTip: Find the PowerShell ISE Default Options

Doctor Scripto

Summary: Learn how to find the Windows PowerShell ISE default options.  How can I find the default options for  the Windows PowerShell ISE object model?  Use the ISEOptions object: $psise.Options.DefaultOptions

Scripting Guy!Windows PowerShellscripting techniques