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 MoreSome time ago I stumbled upon the Pester framework that promised I would be able to test my scripts. This seemed to be super-useful for my day-to-day scripting, but unfortunately the learning curve was a bit steeper than I thought it would be.
Read MoreNote: This tip requires PowerShell 2.0 or above. When you get a list of domain controllers using the AD module, one of the properties each DC has is the IsReadOnly property.
Read MoreNote: This tip requires PowerShell 3.0 or above. The bandwidth utilized by a VM (QoS = Quality of Service ) can be controlled via special parameters of the virtual network card for a given VM.
Read MoreNote: This tip requires PowerShell 2.0 or above. Today, a colleague in the network team asked if we could disable the default DNS registration flag (shown below) because our computers are not allowed to update DNS servers directly.
Read MoreGitHub, a service for hosting development projects that can be written in many programing and scripting languages has its own extensions to the popular Markdown style.
Read MoreOne common issue that an administrator faces when using PowerShell remoting is the “double hop” problem. An administrator uses PowerShell remoting to connect to Server A and then attempts to connect from Server A to Server B.
Read More