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 MoreNote: This tip requires PowerShell 3.0 or above. Passing local variables to a remote session has become a lot easier in PowerShell 3.
Read MoreIf you list the Environment drive, you’ll find a variable called SESSIONNAME. SESSIONNAME is defined only if the Terminal Services system component is installed.
Read MoreOn one of the PowerShell forums someone asked for help with getting the 15 most used words in a webpage. The core of the answer to that question is amazingly clever use of a hash table.
Read MoreNote: This tip requires PowerShell 2.0 or above. In an earlier tip, I showed you how to get the item count in an enumeration.
Read MoreNote: This tip requires PowerShell 2.0 or above. I recently got a couple of Blink(1)s and started exploring how I can use them in PowerShell.
Read MoreNote: This tip requires PowerShell 2.0 or above. You may want to check if a provided file/folder path is relative or absolute and perform appropriate action based on the result.
Read More