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 MoreOur editors at the PowerShell Magazine are doing a great job pushing daily PowerShell tips and tricks to our readers. Now, wouldn’t it be great if you can get access to these tips right from your console?
Read MoreWhen you need to create a collection of strings and operate on each of them you’d go with something like:
Read MoreLast year, on this day, we announced the launch of PowerShell Magazine. It has been an interesting year. We are proud to say that we are the exclusive PowerShell online magazine and proud of what we have achieved so far!
Read MoreIt’s pretty easy to find path to your Documents folder with a little help from .NET Framework’s Environment class: PS> [Environment]::GetFolderPath('MyDocuments') C:\Users\Administrator\Documents You can accomplish the same using the identifier …
Read MoreIn PowerShell version 2.0, when we had to check if a given file or folder is older or newer, we would do that using:
Read MoreThe Windows Explorer Preview Pane can display the contents of text files, graphics, and other file types without having to use external software.
Read More