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 MoreThis is the first tip in a series of Select-Xml/XPath tips. Working with XML documents in PowerShell is relatively easy. For most things it is enough to read XML file and convert it to XmlDocument object using XML type accelerator:
Read MoreIn my last article I wrote, I covered how to create dynamic parameters in a PowerShell cmdlet. If you haven’t read that article, please read that one before continuing with this one as I reference it several times in this article.
Read MoreWhen working with Windows PowerShell Workflow, there are things to be aware of which can break workflow from working. One such thing is customizations made in the PowerShell profile.
Read MoreHas there ever been a time when you wanted to call a function or cmdlet with specific parameters that were based on conditional criteria that is provided?
Read MoreThe System.Uri class in .NET provides a way to validate if a URL is an absolute URL or not. This can be quite handy when your script deals with downloading content from web pages and there is a need to validate the specified URL.
Read MoreNote: This tip requires PowerShell 2.0 or above. Starting with PowerShell 3.0, it is possible to filter a collection for matching or non-matching values using comparison operators.
Read More