Announcing PowerShell, DevOps, and Cloud Conference 2021
PowerShell Conference Asia 2019 was a huge success. The attendee turnout was …
Read MorePowerShell Conference Asia 2019 was a huge success. The attendee turnout was …
Read MoreWhat Posh-SSH is a PowerShell 3.0 or newer module for automating tasks against …
Read MoreToday we have a real treat for you–an excerpt about the Windows PowerShell Workflow feature from the upcoming book Learn PowerShell Toolmaking in a Month of Luncheswritten by Don Jones and Jeffery Hicks.
Read MoreNote: This tip requires PowerShell 3.0 or above. The Get-Content cmdlet returns the contents of a file as an array of strings delimited by a newline character.
Read MoreThe -replace operator takes a regular expression (regex) replacement rule as input and replaces every match with the replacement string. The operator itself is used as shown in the following schema: <input string> -replace <replacement …
Read MoreHello everyone! The Brain Teaser series continues. First, we need to announce the winner of the previous brain teaser. We got a lot of answers, but only three of them fulfilled all requirements ( the answers that use -split operator, the Split() …
Read MoreNote: This tip requires PowerShell 2.0 or above. This command is useful when you want to perform some tests or if you work in an environment where you use the standard and admin user accounts.
Read MoreNote: This tip requires PowerShell 2.0 or above. When working with WMI and PowerShell, I often find it necessary to quickly generate a list of methods available in a WMI class.
Read More