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 MoreThere are a lot of ways to remove the first line from a text file. I hope you will find a multiple assignment technique interesting.
Read MoreNote: This tip requires PowerShell 2.0 and above There are many ways to get the age of a file. The most common way is to subtract the file’s LastWriteTime from the current time:
Read MoreThe popular PowerShell Cookbook, by Lee Holmes, has reached its 3rd edition and is updated for PowerShell 3.0. The book has not yet been released and is available for pre-order.
Read MoreIt’s published! Microsoft PowerShell 3.0 First Look, by Adam Driscoll, is a concise overview of the up and coming features and enhancements to PowerShell.
Read MoreWhen working with dates in PowerShell it is often useful to leverage the .NET Framework System.DateTime class. For example to display the current date and time the Now method can be used:
Read MoreNote: This tip requires PowerShell 2.0 and above I have always wanted to see what all PowerShell profiles are defined and in-use on a system.
Read More