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 MoreThe Group-Object cmdlet lets you group objects based on the value of a specified property. For example: 1 2 3 4 5 PS> Get-Service | Group-Object -Property Status Count Name Group ----- ---- ----- 93 Stopped {AeLookupSvc, AllUserInstallAgent, …
Read MoreWith the release of Windows Server 2012 into the world, automating and managing Windows Server Update Services (WSUS) with PowerShell has become a little easier with the inclusion of the UpdateServices module.
Read MoreThe second edition of Don Jones and Jeffery Hicks’s bestseller, Learn Windows PowerShell 3 in a Month of Lunches, is released as an eBook.
Read MoreNote: This tip requires PowerShell 2.0 or above. When I start writing a script, I generally start at the shell and make sure the logic I am working on holds good.
Read MoreWhen working with different PowerShell providers (PSProviders), the use of UNC paths can lead to error messages. This tip will show the pitfalls of using UNC paths when working with PowerShell providers other than the file system.
Read MoreHello everyone! We are back with a series of Brain Teasers. In the next 3 weeks we will publish one teaser per week.
Read More