Use PowerShell to Troubleshoot Client DNS
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to troubleshoot client DNS.Microsoft Scripting Guy, Ed Wilson, is here. It seems that when I travel invariably at some...
View ArticlePowerTip: Find Parameter-Specific Help Information
Summary: In Windows PowerShell 3.0, see how to find detailed Help information for a specific Windows PowerShell parameter. How do I find detailed Help information for a specific parameter of a Windows...
View ArticleReplace NSLookup with a Built-in Windows 8 PowerShell Function
Summary: Microsoft Scripting Guy, Ed Wilson, continues his discussion about using Windows PowerShell on Windows 8 to troubleshoot DNS issues.Microsoft Scripting Guy, Ed Wilson, is here. Yesterday, I...
View ArticlePowerTip: Find Records that Do Not Exist in DNS Cache
Use Windows PowerShell to find records that do not exist in the client DNS cache....(read more)
View ArticlePowerShell Workflows: Nesting
Summary: Microsoft Windows PowerShell MVP Richard Siddaway talks about nesting Windows PowerShell workflows.Microsoft Scripting Guy, Ed Wilson, is here. Today, we have the third in a series of guest...
View ArticlePowerTip: Find All PowerShell Registry Drives
Summary: Find all Windows PowerShell drives that are rooted in the Windows registry. How can I find all of my Windows PowerShell registry drives? Use the Get-PSDrive cmdlet and specify a provider of...
View ArticleUse PowerShell to Query AD DS for DHCP Servers
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to query the Active Directory configuration context to return DHCP servers.Microsoft Scripting Guy, Ed Wilson, is here....
View ArticlePowerTip: Float Your PowerShell Help
Summary: Learn how to create a floating window for your Windows PowerShell Help. How can I open Windows PowerShell 3.0 Help in a new window without tying up my Windows PowerShell console? Use the...
View ArticleUse PowerShell Functions to Authorize DHCP Servers
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,...
View ArticlePowerTip: Use a PowerShell Function to Find DNS Server Block List
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...
View ArticleWeekend Scripter: DHCP Address Conflict Detection
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...
View ArticlePowerTip: Test PowerShell Remote Connections
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...
View ArticleWeekend Scripter: Parsing the DHCP database? No way!
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....
View ArticlePowerTip: Test the Presence of a Remote Share by Using PowerShell
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...
View ArticleUse PowerShell to Create IPv4 Scopes on Your DHCP Server
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,...
View ArticlePowerTip: Find Files Using the Wrong Year
Summary: Use Windows PowerShell to find files using the wrong year in the file name. I have files that use the month, day, and year in their file names. I recently discovered that some years are not...
View ArticleUse PowerShell to Create Multiple DHCP Scopes on DHCP Servers
Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use functions from the DHCPServer module to create multiple IPv4 scopes.Microsoft Scripting Guy, Ed Wilson, is here. One thing that is great...
View ArticlePowerTip: Use PowerShell to Quickly Find Virtual Machine Network Adapters
Summary: Learn how to use a couple of functions to find quickly virtual machine network adapter information by using Windows PowerShell 3.0. How can I find information about all network adapters used...
View ArticlePowerShell Workflows: Job Engine
Summary: Microsoft PowerShell MVP Richard Siddaway continues his workflow series by talking about the job engine.Microsoft Scripting Guy, Ed Wilson, is here. Today, we have the fourth in a series of...
View ArticlePowerTip: Get DNS Server Cache Details
Summary: Use Windows PowerShell to get details about the DNS server cache. How can I find information such as the maximum TTL on my remote DNS server running Windows Server 2012? Use the...
View Article