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 MoreI’ve stumbled upon a question someone posted in the Minasi forum, about having to create a script for some managers to connect to AD and make some changes on their subordinates.
Read MoreWith the Format-Table cmdlet we format and display a tabular format of an output, We can also select and display output of selected properties of objects.
Read MoreIn Windows PowerShell 2.0, if we had to list a complete list of cmdlets that had a specific parameter, we could have done it in a couple of different ways:
Read MoreEach PowerShell drive (PSDrive) has its own notion of current working directory (CurrentLocation): PS C:\> Get-PSDrive d,c Name Used (GB) Free (GB) Provider Root CurrentLocation ---- --------- --------- -------- ---- --------------- D 295.
Read MoreWhen working with objects in the console you may have seen a display that resembles the following: PS> Get-Process s* | Select-Object Name,Threads -First 5 Name Threads ---- ------- SearchIndexer {5092, 2732, 1100, 2040.
Read MoreUsing the GetHostEntry static method of the .NET Framework System.Net.Dns class it is possible to resolve IP address or a host name:
Read More