-
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. ...
-
< # .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, ...