#PSTip Advanced object formatting
With 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 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 MoreOur editors at the PowerShell Magazine are doing a great job pushing daily PowerShell tips and tricks to our readers. Now, wouldn’t it be great if you can get access to these tips right from your console?
Read More