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. PowerShell background jobs are very powerful way to achieve parallelism when performing administrative tasks.
Read MoreSometimes you need to prompt a user for input so you can base your script upon it. The Read-Host cmdlet is made just for that.
Read MorePowerCLI 5.1 Release 2 has now been released and can be downloaded here. Other than bug fixes and new enhancements, the new release supports PowerShell 3.
Read MorePowerShell’s Get-Credential cmdlet lets us create a secure credential object for a specified user name and password using a UI dialog:
Read MoreNote: This tip requires PowerShell 3.0 or above. Recently, on Windows Server 2012, I was trying to determine, both locally and remotely, if a user belongs to a specific group.
Read MoreNote: This tip requires PowerShell 3.0 or above. When you assign the output of a command to a variable, you can’t know in advance how many objects are in the variable.
Read More