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 MoreTo convert a number to its equivalent binary string representation, use the Convert.ToString method with a base of 2. PS> [Convert]::ToString(192,2) 11000000 To convert a binary number into its decimal representation, use the Convert.
Read MoreI while back I was asked if it is possible to use SkyDrive to sync the WindowsPowerShell folder between multiple machines.
Read MoreHave you ever wondered how often is your station rebooted? Let’s ask the Windows Event Log and get time of last five reboots.
Read MorePowerShell can convert Hexadecimal numbers on the command line, just prefix the value with ‘0x’: PS> 0xAE 174 Converting a number to HEX requires the use of .
Read MoreI’ve been using Windows 8 since its pre-release versions and one of the features I like most in it is – Hyper-V.
Read MoreMany Windows PowerShell cmdlets support wildcard characters for their parameter values. For example, almost every cmdlet that has the Name or Path parameter supports wildcard characters for these parameters.
Read More