Showing results for Windows 10 - Scripting Blog [archived]

Aug 9, 2015
Post comments count0
Post likes count0

Weekend Scripter: PowerShell 5 Overview Video

Doctor Scripto
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

Weekend Scripter: A Week's Worth of Windows 10

Doctor Scripto
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

The PowerShell 5 NoNewLine Parameter

Doctor Scripto
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
Aug 6, 2015
Post comments count0
Post likes count0

Playing Around with Format-Hex

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about the Format-Hex cmdlet in Windows PowerShell 5.0. Microsoft Scripting Guy, Ed Wilson, is here. One of the cool things about Windows PowerShell is that it usually just works. Well of course, after you learn how, it just works. For example, it is largely self-describing, and it has standard para...

Scripting Guy!Windows PowerShellPowershell 5
Aug 5, 2015
Post comments count0
Post likes count0

PowerTip: Create a GUID with PowerShell 5

Doctor Scripto
Doctor Scripto

Summary: Learn how to create a new GUID with Windows PowerShell 5.0.  How can I use Windows PowerShell 5.0 in Windows 10 to create a new GUID?  Use the New-Guid cmdlet:

Scripting Guy!Windows PowerShellPowerTip