Showing archive results for October 2015

Oct 10, 2015
Post comments count0
Post likes count0

Troubleshooting WinRM—The Video Part 2

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, presents a video about troubleshooting WinRM (part 2). Microsoft Scripting Guy, Ed Wilson, is here. Today I present part two of my troubleshooting WinRM video. In this video, I talk about five basic commands that are used in troubleshooting WinRM. Note  For more information about these commands see ...

Scripting Guy!Windows PowerShellWeekend Scripter
Oct 9, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Get Windows Home Location

Doctor Scripto

Summary: Use Windows PowerShell to get the Windows home location setting.  How can I get the Windows GeoID home location setting for the current user account with            Windows PowerShell 5.0 on Windows 10?  Use the Get-WinHomeLocation cmdlet.

Scripting Guy!Windows PowerShellPowerTip
Oct 9, 2015
Post comments count0
Post likes count0

Troubleshoot WinRM—The Video Part 1

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, presents a video about troubleshooting WinRM (part 1). Microsoft Scripting Guy, Ed Wilson, is here. Today I present a video where I talk a bit about troubleshooting WinRM. First I talk about looking at the WinRM logs, and then I talk about checking specific things such as:    Note  For more infor...

Scripting Guy!Windows PowerShelltroubleshooting
Oct 8, 2015
Post comments count0
Post likes count0

PowerTip: Find Win32 Type Data in PowerShell

Doctor Scripto

Summary: Learn how to find Win32 WMI classes in Windows PowerShell that have type data.  How can I easily find which WMI classes in Windows PowerShell have their own type data?  Use the Get-TypeData cmdlet and filter for types that contain Win32, for example: Get-TypeData -TypeName *win32*

Scripting Guy!Windows PowerShellPowerTip
Oct 8, 2015
Post comments count0
Post likes count0

Playing with JSON and PowerShell

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about playing with JSON and Windows PowerShell 5.0. Microsoft Scripting Guy, Ed Wilson, is here. The Scripting Wife has an updated shopping list. It includes a Microsoft Band 2 and a Surface Pro 4. The launch was a mouthwatering event and really well done. One of the cool cmdlets in ...

Scripting Guy!Windows PowerShellscripting techniques