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 MoreWhenever you use Windows Management Instrumentation (WMI), the result always comes back with a list of system properties. WMI system properties are associated with all classes and instances of classes, and begin with a double underscore.
Read MoreThis is the command I had initially in mind when writing the last modified time teaser: ls $pshome\powershell.exe|date I also had this one, which is shorter:
Read MoreGoing through folders, you sometimes find yourself in some strangely named ones you are sure you’ll have to revisit again. To avoid searching for the folders after some digging around, use the pushd (Push-Location) command to save your current …
Read MoreIn a recent task I had to handle quite a massive amount of log files from a load test program and I wanted to get the amount of log records and also the time from the first to the last record.
Read MoreNote: This tip requires PowerShell 1.0 or above. In an earlier tip, we showed you how to create a file of the specified size.
Read MoreWorking with CSV files in PowerShell is a common practice. You import the file, loop on its records and you’re good to go.
Read More