Skip to content

Instantly share code, notes, and snippets.

View felipeatsix's full-sized avatar
Because murder is wrong... Coffee!

Felipe Matheus de Souza Santos felipeatsix

Because murder is wrong... Coffee!
View GitHub Profile
Function Resolve-Host()
{
Param(
[Parameter(Mandatory=$true,Position=0)] $HostEntry,
[Switch] $HostnameToIP,
[Switch] $FlushDNS
)
If($FlushDNS)
{