Showing archive results for 2013

Jan 13, 2013
Post comments count0
Post likes count0

Weekend Scripter: Parsing the DHCP Database? No Way!

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about a Windows PowerShell function from the DHCPServer module that permits parsing the DHCP database. Microsoft Scripting Guy, Ed Wilson, is here. Give us enough time, and eventually we get it right. Yes, it is now possible to use Windows PowerShell to parse the DHCP server database of IPv4 leases...

Scripting Guy!Windows PowerShellWeekend Scripter
Jan 12, 2013
Post comments count0
Post likes count0

PowerTip: Test PowerShell Remote Connections

Doctor Scripto

Summary: Learn how to test a workstation for Windows PowerShell remoting connectivity.  How can I test a workstation to ensure that Windows PowerShell remoting can make a connection?  Use the Test-WSMan cmdlet and specify the name of the remote workstation, as shown here. 13:53 C:\> Test-WSMan dc1 wsmid   ...

Scripting Guy!Windows PowerShellPowerTip
Jan 12, 2013
Post comments count0
Post likes count0

Weekend Scripter: DHCP Address Conflict Detection

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to configure DHCP address conflict detection. Microsoft Scripting Guy, Ed Wilson, is here. Well, it’s the weekend here in Charlotte, North Carolina. This morning it is foggy, and the air is crisp but not cold. The naked trees in my front yard seem content despit...

Scripting Guy!Windows PowerShellWeekend Scripter
Jan 11, 2013
Post comments count0
Post likes count0

PowerTip: Use a PowerShell Function to Find DNS Server Block List

Doctor Scripto

Summary: Use a Windows PowerShell function from Windows 8 or Windows Server 2012 to find the DNS server global query block list.  How can I use a function from Windows 8 or Windows Server 2012 to find the DNS server global query block list?  Use the Get-DNSServerGlobalQueryBlockList function and specify ...

Scripting Guy!Windows PowerShellPowerTip
Jan 11, 2013
Post comments count0
Post likes count0

Use PowerShell Functions to Authorize DHCP Servers

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using functions from Windows 8 and Windows Server 2012 to authorize DHCP servers in AD DS. Microsoft Scripting Guy, Ed Wilson, is here. Well, today it is sunny and about 70 degrees in Charlotte, North Carolina. This is a good thing because I head to Redmond, Washington, next week fo...

Scripting Guy!Windows PowerShellnetworking