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 MoreNote: This tip requires PowerShell 3.0 or above. The Invoke-WebRequest and Invoke-RestMethod cmdlets have the -UserAgent parameter, so you can specify a user agent string for the web request.
Read MoreNote: This tip requires PowerShell 2.0 or above. PowerShell has many logging capabilities but sometimes what you want is to capture what’s already written to the console.
Read MoreHello everyone! The Brain Teaser series continues. First, we would like to announce the winner of the previous brain teaser. We got a few answers in which many of them have a command length of 8.
Read MoreNote: This tip requires PowerShell 2.0 or above. $host automatic variable contains the details of the PowerShell host. For example, information such as the name of the host, UI culture information, etc.
Read MoreNote: This tip requires PowerShell 2.0 or above. Every PowerShell host implements the $pid automatic variable which refers to the process ID of the PowerShell host process.
Read MoreWe’ll use the [adsisearcher] type accelerator. The [adsisearcher] type is just a shortcut to the System.DirectoryServices.DirectorySearcher .NET class. PS> [adsisearcher].FullName System.
Read More