Showing archive results for October 2014

Oct 24, 2014
Post comments count0
Post likes count0

Number 1 Reason to Upgrade to PowerShell 4.0: Desired State Configuration

Doctor Scripto

Summary: Windows PowerShell MVP, Dave Wyatt, says the number 1 reason to upgrade to Windows PowerShell 4.0 is Desired State Configuration. Microsoft Scripting Guy, Ed Wilson, is here. Today, Dave Wyatt, is back to share his ideas about upgrading to Windows PowerShell 4.0. Dave is a Microsoft MVP (Windows PowerShell) and a member of the bo...

Scripting Guy!Windows PowerShellguest blogger
Oct 23, 2014
Post comments count0
Post likes count0

My Path to a PowerShell 4.0 Upgrade

Doctor Scripto

Summary: Microsoft IIS MVP, Terri Donahue, talks about her path to upgrading to Windows PowerShell 4.0. Microsoft Scripting Guy, Ed Wilson, is here. Welcome new guest blogger, Terri Donahue. Microsoft IIS MVP, Terri Donahue is a systems administrator who has been supporting Internet Information Services (IIS) since version 4.0. Through th...

Scripting Guy!Windows PowerShellguest blogger
Oct 22, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell 4.0 Where Operator to Filter

Doctor Scripto

Summary: Use Windows PowerShell 4.0 Where operator to filter results.  How can I use a Where operator in Windows PowerShell (without using the pipeline or Where-Object)            to filter through processes?  Use Get-Process  to group the processes into a collection, t...

Scripting Guy!Windows PowerShellPowerTip
Oct 22, 2014
Post comments count0
Post likes count0

Practical Reasons for Upgrading to PowerShell 4.0

Doctor Scripto

Summary: Guest blogger and Windows PowerShell MVP, Jeff Wouters, provides several practical reasons for upgrading to Windows PowerShell 4.0. Microsoft Scripting Guy, Ed Wilson, is here. Today we continue our “Why Upgrade to Windows PowerShell 4.0” series with a guest blog post written by Jeff Wouters. Jeff is a Windows PowerShell MVP in...

Scripting Guy!Windows PowerShellguest blogger
Oct 21, 2014
Post comments count0
Post likes count0

PowerTip: Replace Characters in String that Is Not Part of Group

Doctor Scripto

Summary: Use Windows PowerShell to replace all characters in a string that is not part of a group. How can I use Windows PowerShell to remove all the non-alphabetic characters in the following string?           (The single quotation marks are not part of the string.)'({Abcde})' Create a regular expression pat...

Scripting Guy!Windows PowerShellscripting techniques