Weekend Scripter: Exploring Windows PowerShell 5.0
Summary: Teresa Wilson, Powershell MVP, talks about exploring Windows PowerShell 5.0 on Windows 10.Teresa Wilson, AKA the Scripting Wife, is here. The Microsoft Scripting Guy, Ed Wilson, is still...
View ArticlePowerTip: Install PowerShell Help on PowerShell 5.0
Summary: Update Help for Windows PowerShell 5.0. I installed Windows 10 and opened Windows PowerShell, but how can I update the Help for Windows PowerShell 5.0? Open Windows PowerShell as an...
View ArticleCool Stuff about PowerShell 5.0 in Windows 10
Summary: Ed Wilson, Microsoft Scripting Guy, talks about cool stuff in Windows PowerShell 5.0 for Windows 10.Microsoft Scripting Guy, Ed Wilson, is here. Over the weekend, I installed Windows 10. It is...
View ArticlePowerTip: Find PowerShell Help Content
Summary: Learn how to find all Windows PowerShell Help content. I updated the Help files on my installation of Windows PowerShell. I can find the cmdlet Help, but how can I see the Help text...
View ArticleUse Transcript Tool in PowerShell ISE
Summary: Ed Wilson, Microsoft Scripting Guy, talks about using the Windows PowerShell ISE transcript in PowerShell 5.0 in Windows 10.Microsoft Scripting Guy, Ed Wilson, is here. It is not a secret that...
View ArticlePowerTip: Use PowerShell 5.0 to Clear Recycle Bin
Summary: Learn how to clear the recycle bin by using Windows PowerShell 5.0 in Windows 10. How can I use Windows PowerShell to clear the recycle bin in my laptop running Windows 10? Use the...
View ArticleCreate Temporary Files with PowerShell 5.0
Summary: Ed Wilson, Microsoft Scripting Guy, talks about creating temporary files with Windows PowerShell 5.0 in Windows 10.Microsoft Scripting Guy, Ed Wilson, is here. This morning I am sipping a nice...
View ArticlePowerTip: Create a GUID with PowerShell 5.0
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:
View ArticlePlaying Around with Format-Hex
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...
View ArticlePowerTip: Find Alias for PowerShell Cmdlet
Summary: Learn how to find an alias for a specific Windows PowerShell cmdlet. How can I find is there is an alias for a specific Windows PowerShell cmdlet that I use a lot? Use the Get-Alias cmdlet,...
View ArticleThe PowerShell 5 NoNewLine Parameter
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...
View ArticlePowerTip: Find Cmdlets with NoNewLine Parameter
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...
View ArticleWeekend Scripter: A Week's Worth of Windows 10
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...
View ArticlePowerTip: Find Commands Exported by PowerShell Module
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...
View ArticleWeekend Scripter: PowerShell 5 Overview Video
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...
View ArticlePowerTip: Find Commands and Descriptions from Module
Summary: Find commands and their descriptions exported from a Windows PowerShell module. How can I see the commands with their descriptions that are available in a new Windows PowerShell module? Use...
View ArticleConnect to USN Change Journal
Summary: Honorary Scripting Guy, Boe Prox, shows us how to connect to the USN change journal by using Windows PowerShell.Honorary Scripting Guy and Windows PowerShell MVP, Boe Prox, here today, filling...
View ArticlePowerTip: Use PowerShell to List Exported Types
Summary: Boe Prox shows how to use Windows PowerShell to list exported types. How can I use Windows PowerShell to list all of the exported types? Use this command:...
View ArticleView Entries in USN Change Journal
Summary: Boe Prox shows us how to view the entries in the USN change journal.Honorary Scripting Guy and Windows PowerShell MVP, Boe Prox, here today, filling in for my good friend, the Scripting Guy....
View ArticlePowerTip: Determine if PowerShell is Running x86 or x64
Boe Prox shows how to determine if Windows PowerShell is running x86 or x64....(read more)
View Article