Next up is removing a record from a hosts file function remove-hostfilecontent { [ CmdletBinding ( ) ] param ( [ parameter ( Mandatory = $true ) ] [ ValidatePattern ( "\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b" ) ] [string] $IPAddress , [ parameter
Read More...
Read the complete post at http://msmvps.com/blogs/richardsiddaway/archive/2011/10/26/remove-a-host-file-record.aspx
Posted
Oct 26 2011, 02:51 PM
by
Richard Siddaway's Blog