Showing archive results for 2013

Jan 8, 2013
Post comments count0
Post likes count0

Replace NSLookup with a Built-in Windows 8 PowerShell Function

Doctor Scripto

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 talked about using some of the functions from the DNSClient module to troubleshoot networking issues. Specifically, I talked about looking at the...

Scripting Guy!Windows PowerShellnetworking
Jan 7, 2013
Post comments count0
Post likes count0

PowerTip: Find Parameter-Specific Help Information

Doctor Scripto

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 PowerShell cmdlet?  Use the –Parameter parameter and specify the parameter name. An example of this is sho...

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

Use PowerShell to Troubleshoot Client DNS

Doctor Scripto

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 point on the trip I end up in a hotel that has DNS issues. In the past, that meant opening up the CMD prompt and typing a bunch of cryptic commands....

Scripting Guy!Windows PowerShellnetworking
Jan 6, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell 3.0 to Find Size of Volumes and Partitions

Doctor Scripto

Summary: Use Windows PowerShell 3.0 on Windows 8 and Windows Server 2012 to find the size of disks, partitions, and volumes.  How can I find disk space information for disks, partitions, and volumes on Windows 8 or Windows Server 2012?  Use the Get-Disk, Get-Partition, and Get-Volume functions. Note &nbs...

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

Weekend Scripter: Messing Around with Disks

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using the Windows 8 storage module to create partitions and to format disks. Microsoft Scripting Guy, Ed Wilson, is here. Today, I thought I would spend a bit more time playing around with the Windows 8 and Windows Server 2012 cmdlets in the storage module. To find these cmdlet...

Scripting Guy!Windows PowerShellWeekend Scripter