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 MoreEver wondered why isn’t there support for writing PowerShell scripts in Visual Studio? I have had several projects where I needed to integrate PowerShell scripts into a C# solution I created in Visual Studio.
Read MoreNote: This tip requires PowerShell 4.0 or above. Starting in Windows PowerShell 4.0 with the new Desired State Configuration (DSC) feature, we now have one more command type added to the list of command types: Configuration.
Read MoreHere’s another cool variables tip. Say you want to initialize a few variables to a specific value. Instead of doing:
Read MoreIn the previous tip I showed how we can use multiple assignments to swap the value of two or more variable values.
Read MoreIn most programming languages the conventional way to swap the value of two variable is to use a third variable.
Read MoreI was looking at way to retrieve the SQL instance names on a remote computer without using SQL SMO. This is essential for me as I don’t always expect to have the SQL SMO DLLs on the computer where I run my scripts.
Read More