Introducing the PowerShell Extension for Visual Studio Code
Summary: Doug Finke, Microsoft MVP, introduces a new way to edit code.There’s a new editor in town and as with any new shiny toy, it’s a good to download, kick the tires, and give it the seven day...
View ArticlePowerTip: Use PowerShell to Change Colors in PSReadline Module
Summary: Learn how to use Windows PowerShell access color options in the PSReadline module. How can I use Windows PowerShell to alter the colors in the PSReadline module? Use the Set-PSReadlineOption...
View ArticleBuild a Better Copy-Item Cmdlet
Summary: Sean Kearney investigates how to navigate file system content.Honorary Scripting Guy, Sean Kearney, is here with an early holiday gift—a way to deal with copying many files and getting some...
View ArticlePowerTip: Determine Size of Folder with PowerShell
Summary: Use Windows PowerShell to determine the size of a folder. How can I use Windows PowerShell to easily get the size of a folder structure? Use a combination of Get-Childitem and Measure-Object....
View ArticleA Holiday Special: Rusty the Red-Eyed Scripter, Part 1
Summary: Rusty the Red-Eyed Scripter discovers compressing files and working with the Clipboard in PowerShell 5.0.It’s that time again folks—time for the long awaited holiday tradition on the Hey,...
View ArticlePowerTip: Eliminate Duplicates in PowerShell History
Summary: Use an option in the PSReadLine module to control Windows PowerShell 5.0 history duplication. How can I make sure that there are no duplicates in my history? In Windows PowerShell 5.0 with the...
View ArticleA Holiday Special: Rusty the Red-Eyed Scripter, Part 2
Summary: Rusty the Red-Eyed Scripter discovers how Windows PowerShell 5.0 can pull modules from a central repository. Note This is Part 2 in a five-part series. To get started, read Rusty the...
View ArticlePowerTip: Uninstall Module with PowerShell 5
Summary: Learn how to uninstall a Windows PowerShell module. How can I easily uninstall a Windows PowerShell module? Use the Uninstall-Module cmdlet to remove anything discovered by using Find-Module....
View ArticleA Holiday Special: Rusty the Red-Eyed Scripter, Part 3
Summary: Rusty the Red-Eyed Scripter learns how to unblock files and tweak event logs with Windows PowerShell 5.0.Note This is Part 3 in a five-part series. To catch up, read:Rusty the Red-Eyed...
View ArticlePowerTip: Clear Recycle Bin with PowerShell 5
Summary: Easily purge the Recycle Bin on a targeted drive with PowerShell 5. How can I use Windows PowerShell to easily flush out the Recycle Bin? In Windows PowerShell 5.0, use the Clear-RecycleBin...
View ArticleA Holiday Special: Rusty the Red-Eyed Scripter, Part 4
Summary: Rusty the Red-Eyed Scripter learns how PowerShell can convert raw string data to an object. Note This is Part 4 in a five-part series. To catch up, read:Rusty the Red-Eyed Scripter, Part...
View ArticlePowerTip: Convert Data to Hexadecimal Output in PowerShell 5
Summary: Use the Format-Hex cmdlet to produce hexadecimal output. How can I use Windows PowerShell to put data in a binary key in the registry? In Windows PowerShell 5.0, you can use the Format-Hex...
View ArticleA Holiday Special: Rusty the Red-Eyed Scripter, Part 5
Summary: Rusty discovers the power of classes and enums in Windows Powershell 5.0.Note This is Part 4 in a five-part series. To catch up, read:Rusty the Red-Eyed Scripter, Part 1Rusty the Red-Eyed...
View ArticlePowerTip: Find Scripts in Script Center Repository from PowerShell ISE
Summary: Use a free add-on to directly access scripts and modules from the Windows PowerShell ISE. In Windows PowerShell 5.0, I can access the TechNet Gallery for PowerShell modules, but is there an...
View ArticleWeekend Scripter: Manage Window Placement by Using PInvoke
Summary: Boe Prox shows us how to manage window placement in Windows PowerShell.Honorary Scripting Guy and Cloud and Datacenter Management MVP, Boe Prox, here today filling in for my good friend, the...
View ArticlePowerTip: Display Titles of Windows
Summary: Boe Prox shows how to use Windows PowerShell to find the titles of windows. How can I use Windows PowerShell to find the titles of windows? Use Get-Process and display the title of the...
View ArticleWeekend Scripter: Remove a Long Path File
Summary: Boe Prox shows how to remove a file with a long path.Honorary Scripting Guy and Cloud and Datacenter Management MVP, Boe Prox, here today filling in for my good friend, the Scripting Guy.This...
View ArticlePowerTip: Display Hidden Files in PowerShell
Summary: Boe Prox shows how to use Windows PowerShell to display hidden files. How can I use Windows PowerShell to display hidden files and folders?There are a couple of approaches that use...
View ArticleAdvanced Use of Azure Virtual Machine DSC Extensions
Summary: Matthew Hitchcock takes us through a deeper look at Azure DSC.It's an honor for me to be writing my first Hey, Scripting Guys! Blog post! I'd like to share something I have been doing a lot of...
View ArticlePowerTip: How to Upload DSC File to Azure
Summary: Use Azure PowerShell cmdlets to send a Desired State Configuration file to be used later by a virtual machine. How can I use Windows PowerShell to send a DSC file to be used later by a virtual...
View Article