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 MorePowerShell.org is a new community site, led by PowerShell MVPs Don Jones and Kirk Munro, designed to be a general-purpose gathering place and portal for Windows PowerShell, providing discussion forums, technical articles, blog posts, and other …
Read MoreIn the previous tip, we’ve showed you how to get a function definition using cool and unusual technique. Can we use the Get-Command cmdlet to get the same result?
Read MoreGetting the content of an object is usually done with the Get-Content cmdlet. For example, getting the content of the Windows hosts file:
Read MorePowerShell MVP Yusuf Ozturk released a project he’s been working on lately – PoSHStats v1.1. PoSHStats is the first free and open source reporting tool of Hyper-V resource metering.
Read MorePowerShell 3.0 introduced important changes to the Update-TypeData cmdlet which includes specifying the dynamic type data. Using these new features of Update-TypeData cmdlet, we can add extended types without using the types.
Read MoreConsider the following PowerShell 2.0 command: Get-Service -Name wuauserv -ComputerName Server1 | Stop-Service What do you think is happening here? You get the Windows Update service from Server1 and stop it, right?
Read More