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 MoreHello everyone! The Brain Teaser series continues. First, we would like to announce the winner of the previous brain teaser. We got a number of very interesting and creative solutions.
Read MoreAs the name suggests the Restart-Computer cmdlet helps in restarting the operating system on the local and remote computers. Compared to earlier version of Restart-Computer in PowerShell 2.
Read MoreSometimes you need to create a copy of an exiting directory structure without copying the files, and you also want to include empty folders if they exist.
Read MoreNote: This tip requires PowerShell 2.0 or above. In an earlier tip, you saw how an empty file of a specified size can be created.
Read MoreSometimes you need to create a file of the specified size, as a placeholder for instance. There are many utilities that do that (e.
Read MoreNote: This tip requires PowerShell 2.0 or above. Let’s say you want to rename a bunch of files in a folder and imagine that you used the following code:
Read More