Sunday, August 18, 2013

Powershell Quick Tips: Get hostname from IP address

C:\>powershell
PS C:\>[System.Net.Dns]::gethostentry("8.8.8.8")

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...