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 1.0 or above. In an earlier tip, we showed you how to resolve IP addresses using WMI.
Read MoreWhen we need to resolve addresses, we usually use the System.Net.Dns .NET class methods. In addition to the .NET method, we can also use WMI class–Win32_PingStatus–to achieve this.
Read MoreNote: This tip requires PowerShell 3.0 or above. There are times where you’ll want to determine if the session your code is running in is a remoting session.
Read MoreNote: This tip requires PowerShell 2.0 or above. When running long running scripts, we prefer to log the activities performed to a log file.
Read MoreNote: This tip requires PowerShell 3.0 and Windows 8 or above. Starting with Windows 8, mounting virtual hard disks or ISO files is not an issue anymore.
Read MoreEvery now and then I find myself facing task I am not sure how to solve using without using native commands.
Read More