October 23, 2012 11:50 AM
Posted by: Richard Siddaway
DNS,
PowerShell 3,
Windows 8,
Windows Server 2012The DnsClient module has a number of Get- cmdlets
Get-DnsClient | Format-List InterfaceAlias, ConnectionSpecificSuffix, Register*, UseSuffix*
An example of the output is
...
October 16, 2012 2:27 PM
Posted by: Richard Siddaway
DNS,
PowerShell 3,
Windows 8,
Windows Server 2012Started to investigate the DnsClient module. First cmdlet to catch my eye was Get-DnsClientServerAddress.
Always good to know a way to find the DNS server.
PS> Get-DnsClientServerAddress
April 2, 2012 12:33 PM
Posted by: Richard Siddaway
DNS,
PowerShell,
WMIA forum question asked how to find the primary name from an alias or CNAME record.
Get-WmiObject -Namespace 'root\MicrosoftDNS' -Class
March 18, 2012 2:30 PM
Posted by: Richard Siddaway
Active Directory,
DNS,
PowerShell,
WMIOne option for finding global catalog servers is often overlooked – DNS. In an AD environment DNS stores the SRV records that advertise the services domain controllers can deliver
$dnsserver =
September 18, 2011 8:51 AM
Posted by: Richard Siddaway
DNS,
PowerShell 3,
Windows 8There are a number of modules related to DNS
ModuleType Name
---------- ----
Manifest DnsClient
Manifest DnsConfig
Binary DnsLookup
Manifest DnsNrpt
If we start with the DnsClient module we get these functions and...
September 26, 2010 12:59 PM
Posted by: Richard Siddaway
DNS,
NetworkDoes a machine have problems communicating on the network? Then one troubleshooting step is to check the DNS servers it is using
September 13, 2010 12:21 PM
Posted by: Richard Siddaway
DNS,
PowerShell v2,
WMI
The Scripting Guys are having a guest blogger week and first up is me blogging about managing DNS with PowerShell and WMI
June 29, 2010 2:13 PM
Posted by: Richard Siddaway
DNS,
PowerShell v2,
User GroupThanks to everyone how joined the Live Meeting this evening – especially for the questions :-)
The slides and demo script are available for download from:
June 17, 2010 1:05 PM
Posted by: Richard Siddaway
DNS,
PowerShell v2,
User Group,
WMI
When: Tuesday, Jun 29, 2010 7:30 PM (BST)
Where: Live Meeting webcast
*~*~*~*~*~*~*~*~*~*
Meeting will cover DNS, DNS best practice analyser, DNS WMI provider and DNSShell cmdlets from codeplex
Notes
Richard Siddaway has invited you to...