Showing archive results for October 2015

Oct 5, 2015
Post comments count0
Post likes count0

Troubleshoot WinRM with PowerShell—Part 1

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to look at WinRM logs.  Hey, Scripting Guy! I am having problems with WinRM. When I use the Get-CimInstance cmdlet, it fails. When I specify the –DCOM protocol for Get-CimInstance, it works. I suspect I have a WinRM problem. How can I go about troubleshooti...

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

PowerTip: Use PowerShell to Find System Uptime

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to find your system uptime.  How can I use Windows PowerShell to easily find how long my computer has been running?  Use the Get-Date cmdlet to return the current date and time, and then subtract the value            of the LastBootUpTime property that comes...

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

Weekend Scripter: That’s Not Very PowerShell-Like

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about what is Windows PowerShell-like scripting.Microsoft Scripting Guy, Ed Wilson, is here. Before Internet streaming, before Nabster, before CD-ROMs, before cassette tapes, and before 8-track tapes, there were things called records. Now it seems that all technology related to music (unless you ar...

Scripting Guy!Windows PowerShellscripting techniques
Oct 3, 2015
Post comments count0
Post likes count0

PowerTip: Create Sortable GUI List of Files with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to display a filterable GUI list of files.  How can I use Windows PowerShell to filter a list of files using a graphical user interface?  Use the Get-ChildItem cmdlet to obtain a directory list, select all of the properties and pipe the output            to the O...

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

Weekend Scripter: Search and Filter Directory Lists with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to sort, search, and to filter through a directory list. Microsoft Scripting Guy, Ed Wilson, is here. One of my friends on Facebook posted a picture of a bunch of hardwood trees all decked out in fall colors. It was rather pretty. That is the down side to living in ce...

Scripting Guy!Windows PowerShellWeekend Scripter