Showing results for October 2015 - Page 3 of 13 - Scripting Blog [archived]

Oct 27, 2015
Post comments count0
Post likes count0

Using WinRM on Linux

Doctor Scripto
Doctor Scripto

Summary: Microsoft MVP, David O’Brien, talks about using the pywinrm module to execute Windows PowerShell from Linux. Microsoft Scripting Guy, Ed Wilson, is here. Today Windows PowerShell MVP, David O’Brien, talks about executing Windows PowerShell on Linux. Hi. I’m David O’Brien, Microsoft MVP for Windows PowerShell, and I ...

Scripting Guy!Windows PowerShellguest blogger
Oct 26, 2015
Post comments count0
Post likes count0

PowerTip: Use PowerShell Get-Command to Show Syntax

Doctor Scripto
Doctor Scripto

Summary: Use the Windows PowerShell Get-Command cmdlet to show syntax of cmdlets.  How can I use Windows PowerShell to explore the allowed syntax for a specific cmdlet?  Use the Get-Command cmdlet, and use the –syntax switch, for example: Get-Command Get-WinEvent -Syntax

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

Spelunking with Show-Object

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Tim Warner, talks about using the Show-Object cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. Today I have another guest post by Tim Warner. By the way, you can meet Tim and other PowerShell enthusiasts at the Nashville PowerShell user group meeting on Wednesday, October 28. I will be there making the presentation. The ...

Scripting Guy!Windows PowerShellguest blogger
Oct 25, 2015
Post comments count0
Post likes count0

PowerTip: Group PowerShell Cmdlet Count by Version

Doctor Scripto
Doctor Scripto

Summary: Learn how to group Windows PowerShell cmdlet counts by version.  How can I see the version of the modules that contain various cmdlets in Windows PowerShell 5.0?  Use the Get-Command cmdlet to return all of the cmdlets, and then pipe the results to the Group-Object            ...

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

Weekend Scripter: Test Performance of Event Log Queries—The Video

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about comparing the performance of various Windows PowerShell event log queries.Microsoft Scripting Guy, Ed Wilson, is here. Today I present a video where I talk about examining the performance of various queries from the event log.Note  For more information about this technique, see Check Per...

Scripting Guy!Windows PowerShellWeekend Scripter