Lately I’ve been writing about techniques to turn command line tools into PowerShell tools. Although I suppose the more accurate description is turning command line output into PowerShell pipelined output. The goal is to run a command line tool...
< # .SYNOPSIS This script creates the DNS entries needed for a Lync 2010 SE deployment. .DESCRIPTION This script creates a couple of wrapper functions to create DNS A and SRV records, then calls those functions...
< # .SYNOPSIS This script gets the reverse lookup zone from a DNS Server and displays all the systems registered .DESCRIPTION This script first gets the reverse lookup zone from a DNS Server (i.e. ...
Last week, Google announced a new service, Google DNS . The idea is simple – instead of using your own, or your ISPs DNS, you use theirs. Most readers of this blog will know what DNS is, why it’s really important and how to configure and manage...
< # .SYNOPSIS This script restarts the DNS Service on a Remote System .DESCRIPTION This script uses WMI to reach out and restart the DNS DNS service on a remote machine. in my home environment, ...