Showing archive results for January 2013

Jan 14, 2013
Post comments count0
Post likes count0

Use PowerShell to Create IPv4 Scopes on Your DHCP Server

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to create IPv4 scopes on a Windows Server 2012 DHCP server. Microsoft Scripting Guy, Ed Wilson, is here. As I expected, it is cold, wet, and rainy in Redmond this week. Oh well, the cool thing is getting together with my teammates. The neat thing about Microsoft is th...

Scripting Guy!Windows PowerShellPowerShell 3
Jan 13, 2013
Post comments count0
Post likes count0

PowerTip: Test the Presence of a Remote Share by Using PowerShell

Doctor Scripto

Summary: Learn how to use a Windows PowerShell cmdlet to test the presence of a remote share.  How can I use Windows PowerShell to test for the presence of a share on a remote server?  Use the Test-Path cmdlet and supply a UNC path, as shown here. 13:55 C:\> Test-Path \\Server1\downloads True  

Scripting Guy!Windows PowerShellPowerTip
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