Showing results for Windows PowerShell - Scripting Blog [archived]

Oct 6, 2015
Post comments count0
Post likes count0

Troubleshooting WinRM with PowerShell—Part 2

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about troubleshooting WinRM.  Hey, Scripting Guy! So I thought that Windows PowerShell remoting was supposed to just work. Well, it doesn't. I am confused, and don’t even know where to begin. I am pretty sure that it should be enabled, but it is not working. Can you help? —EG ...

Scripting Guy!Windows PowerShellremoting
Oct 5, 2015
Post comments count0
Post likes count0

PowerTip: Produce List of Disabled Windows Features

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to produce a list of disabled Windows features.  How can I use Windows PowerShell to see what Windows features are disabled in my installation? Open an elevated Windows PowerShell console, use the Get-WindowsOptionalFeatures cmdlet, and specify            that you want to ...

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