Using the ConvertFrom-String cmdlet to parse structured text
One of PowerShell strengths has always been string manipulation. PowerShell has very good support for regular expressions–using both cmdlets and operators.
Read MoreOne of PowerShell strengths has always been string manipulation. PowerShell has very good support for regular expressions–using both cmdlets and operators.
Read MoreAn ongoing argument I’ve seen in the PowerShell community is regarding the effectiveness of random numbers generated by the Get-Random cmdlet.
Read MoreI’ve been recently tasked by the team responsible for user account management to investigate why a user mailbox wasn’t created along with its Active Directory account.
Read MoreIntroduction First of all, thanks to PowerShell magazine for giving me this great honour to post an article here. There have been a few articles about Configuration Manager in PowerShell Magazine–one by PowerShell MVP Trevor Sullivan is especially …
Read MoreI’m an infrastructure guy who supports many different products at multiple datacenters in an enterprise environment. One of those products is Microsoft SQL Server which I’ve been supporting since version 6.
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 More