Remove a host file record

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
Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.