Carl Webster Accessibility Statement

Carl Webster is committed to facilitating the accessibility and usability of its website, carlwebster.com, for everyone. Carl Webster aims to comply with all applicable standards, including the World Wide Web Consortium’s Web Content Accessibility Guidelines 2.0 up to Level AA (WCAG 2.0 AA). Carl Webster is proud of the efforts that we have completed and that are in-progress to ensure that our website is accessible to everyone.

If you experience any difficulty in accessing any part of this website, please feel free to email us at info@carlwebster.com and we will work with you to provide the information or service you seek through an alternate communication method that is accessible for you consistent with applicable law (for example, through telephone support).

Scripts and Other Utilities

All downloads are now on Citrix ShareFile.

Please ignore the Filename displayed for the download. WordPress is showing the ShareFile link and not the filename of the download.

All current documentation scripts require PowerShell Version 3 or later and create a Microsoft Word 2010, 2013, or 2016/2019/Word O365 document.

Most documentation scripts will also create formatted text and HTML output so Microsoft Word is not required.

*****All scripts perform best with PowerShell Version 5*****

Each documentation script has up to seven parts:

  1. ReadMe file
  2. Change Log
  3. Unsigned script with PS1 extension
  4. Unsigned script with TXT extension
  5. Signed script with PS1 extension
  6. Signed script with TXT extension
  7. Sample Software Exclusions file with TXT extension (XenApp 6.x & StoreFront scripts only)
Filename d-s2df6134d3d57426
Filesize 91.00 B
Version 2.00 Previous versions
Date added July 31, 2016
Downloaded 3059 times
Category DNS

Script provided by Michael B. Smith – Exchange MVP

Michael B. Smith
Michael (at) TheEssentialExchange.com
April 2012

Patched 2016-02-03
If a computer had multiple IP addresses, the scanner would get confused and not properly populate the $objects array.

Primary functionality:

Based on either an input file or the output of a default command:

dnscmd ( $env:LogonServer ).SubString( 2 ) /enumrecords $env:UserDnsDomain “@”

Create an array containing all of the DNS objects describing the input.

Secondary functionality:

Find all the duplicate IP addresses and the duplicate names contained within either the file or the command output.

By specifying the -skipRoot option, all records for the root of the domain are ignored.

General record format returned by DNScmd.exe:

name
[aging:xxxxxxxx]
TTL
resource-record-type
value
[optional additional values]

Fields may be separated by one-or-more spaces or one-or-more tabs [aging:xxxxxxxx] fields are optional