#PSTip Resolve IP Address or a host name using .NET Framework
Using the GetHostEntry static method of the .NET Framework System.Net.Dns class it is possible to resolve IP address or a host name:
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 MoreWhen you need to create a collection of strings and operate on each of them you’d go with something like:
Read MoreIt’s pretty easy to find path to your Documents folder with a little help from .NET Framework’s Environment class: PS> [Environment]::GetFolderPath('MyDocuments') C:\Users\Administrator\Documents You can accomplish the same using the identifier …
Read MoreIn PowerShell version 2.0, when we had to check if a given file or folder is older or newer, we would do that using:
Read MoreThe Windows Explorer Preview Pane can display the contents of text files, graphics, and other file types without having to use external software.
Read More