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 MoreWe often deal with XML files whether it is modifying TFS work item templates, C# project files, or our own XML data files.
Read MoreXML is great for easily storing structured data and is pretty easy to work with in PowerShell. However, sometimes you run across XML that is so poorly formatted you lose out on XML’s human readability.
Read MoreText files created by PowerShell are little endian Unicode (UTF-16LE) by default. You can see this by inspecting the first couple of bytes of a text file for a BOM i.
Read MoreNote: This tip requires PowerShell 2.0 or above. In an earlier tip, we saw how we can get the supported verbs for a given file type to use with Start-Process cmdlet.
Read MoreNote: This tip requires PowerShell 2.0 or above. We know that Start-Process cmdlet can be used to start a new process.
Read MoreYou have a collection of values in a variable. When you pipe the variable to the Get-Member cmdlet you get the type and members of each item in that collection.
Read More