Showing archive results for August 2015

Aug 9, 2015
Post comments count0
Post likes count0

Weekend Scripter: PowerShell 5 Overview Video

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, presents a video he made as an overview of Windows PowerShell 5.0.Microsoft Scripting Guy, Ed Wilson, is here. It has been a great week. It is a nice sunny day here in central Florida, and I am sipping a cup of Earl Grey tea. I decided to make a video to summarize the things I have been talking about wit...

Scripting Guy!Windows PowerShellWeekend Scripter
Aug 8, 2015
Post comments count0
Post likes count0

PowerTip: Find Commands Exported by PowerShell Module

Doctor Scripto

Summary: Find commands that are exported by a Windows PowerShell module.  How can I see what commands a Windows PowerShell module provides?  There are two quick ways to find commands exported by a Windows PowerShell module. The first expands the ExportedCommands property from a module (gmo is an alias for the Get-Modul...

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

Weekend Scripter: A Week's Worth of Windows 10

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks more about his first impressions of Windows 10.Microsoft Scripting Guy, Ed Wilson, is here. I will admit that I am not a typical user—of anything, as far as that goes, but certainly not of desktop operating systems. So my thoughts about Windows 10 may or may not, be relevant.First o...

Scripting Guy!Windows PowerShellWeekend Scripter
Aug 7, 2015
Post comments count0
Post likes count0

PowerTip: Find Cmdlets with NoNewLine Parameter

Doctor Scripto

Summary: Easily find Windows PowerShell 5.0 cmdlets with the NoNewLine parameter.  I heard that Windows PowerShell 5.0 introduces a NoNewLine parameter for some cmdlets, but how can I            find the cmdlets?  Use the Get-Command cmdlet (gcm is an alias), and search for the P...

Scripting Guy!Windows PowerShellPowerTip
Aug 7, 2015
Post comments count0
Post likes count0

The PowerShell 5 NoNewLine Parameter

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about the NoNewLine parameter in Windows PowerShell 5.0 in Windows 10. Microsoft Scripting Guy, Ed Wilson, is here. In addition to new cmdlets in Windows PowerShell 5.0, there are also improvements to existing cmdlets. These improvements are often really cool because it means I can use the old cmdl...

Scripting Guy!Windows PowerShellgetting started