Showing archive results for April 2014

Apr 13, 2014
Post comments count0
Post likes count0

Windows Server 2012 R2 Network Cmdlets: Part 7

Doctor Scripto

Summary: Manage DNS server settings with Windows PowerShell in Windows Server 2012 R2. Honorary Scripting Guy, Sean Kearney, is here. Our final part of the Windows PowerShell Network Week series has arrived. You also might enjoy reading: Today I’m going to show you a couple of really cool and easy ways to work with your DNS server. Th...

Windows PowerShellguest bloggerWeekend Scripter
Apr 12, 2014
Post comments count0
Post likes count0

PowerTip: List DHCP Server Clients with PowerShell

Doctor Scripto

Summary: Use the DHCP server cmdlets in Windows Server 2012 R2 to show current clients.  How can I use Windows PowerShell to show my current DHCP server clients?  Use the Get-DHCPServerv4scope and Get-DHCPServerv4Lease cmdlets piped together: Get-DHCPServerv4scope | Get-DHCPServerv4Lease 

Windows PowerShellPowerTipguest blogger
Apr 12, 2014
Post comments count0
Post likes count0

Windows Server 2012 R2 Network Cmdlets: Part 6

Doctor Scripto

Summary: Manage DHCP server settings in Windows Server 2012 R2 with Windows PowerShell. Honorary Scripting Guy, Sean Kearney, is here. This weekend, I’m getting a little geeky. I’m going to continue with more of Windows PowerShell and the network cmdlets. This is the sixth part in a series called Windows PowerShell Network Week. You als...

Windows PowerShellguest bloggerWeekend Scripter
Apr 11, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Get DNS Settings

Doctor Scripto

Summary: Use Windows PowerShell to retrieve local DNS server addresses.  With IPconfig, I used to pipe output to the FIND command to filter only DNS information.           Is there a better way to do this in Windows Server 2012 R2?  Use the Get-DnsClientServerAddress cmdlet: Get-DnsClientServer...

Windows PowerShellPowerTipguest blogger
Apr 11, 2014
Post comments count0
Post likes count0

Windows Server 2012 R2 Network Cmdlets: Part 5

Doctor Scripto

Summary: Use Windows PowerShell to work with IP addresses and DNS.  Hey, Scripting Guy! How can I add the DNS settings to the network adapter in Windows Server 2012 R2? I’m a little lost on this one. —RJ  Hello RJ, Honorary Scripting Guy, Sean Kearney, is here today to pour out some more PowerShell love. This is the ...

Windows PowerShellguest bloggerSean Kearney