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 MoreMicrosoft has recently published a learning roadmap to understand Windows PowerShell for SharePoint 2013. Microsoft SharePoint 2013, as many other updated Microsoft products, has an increased number of cmdlets to perform SharePoint management tasks.
Read MoreI write scripts that include downloading content from the Internet. Now, I want these scripts to work even when I am behind a proxy server.
Read MoreNote: This tip requires PowerShell 3.0 or above. When writing commands in PowerShell you can be as formal as: Get-ChildItem -Include*.
Read MoreThey say that PowerShell is the ultimate tool that provides almost infinite number of possible applications. So I wondered: What should I do to actually express infinity in PowerShell?
Read MoreCreating PowerShell custom objects is a common task that some find hard to do right. In this article I’ll show a sample code that has some of the common flaws.
Read MoreModifying a file always brings a risk of corrupting it; making a backup copy whenever possible is one of the file manipulation best-practices.
Read More