Troubleshooting PowerShell Scheduled Jobs
Summary: Microsoft Scripting Guy, Ed Wilson, talks about troubleshooting Windows PowerShell scheduled jobs.Microsoft Scripting Guy, Ed Wilson, is here. This has been an awesome week at TechEd 2014 in...
View ArticlePowerTip: Use PowerShell to Find Status of Hyper-V
Summary: Learn to use Windows PowerShell to find the status of Hyper-V on your Windows 8.1 laptop. How can I use Windows PowerShell to find the status of Hyper-V on my laptop running Windows 8.1? Use...
View ArticleWeekend Scripter: Best Practices for PowerShell Scripting in Shared Environment
Summary: Microsoft PFE, Dan Sheehan, shares Windows PowerShell scripting best practices for a shared environment.Microsoft Scripting Guy, Ed Wilson, is here. Today I would like to welcome a new guest...
View ArticlePowerTip: Use Comment-Based Help in Shared Scripts
Summary: Learn how to leverage Windows PowerShell comment-based Help. How can I make my scripts easier to use when I share them with friends or colleagues? People do not need to open and analyze your...
View ArticleWeekend Scripter: PowerShell Speed Improvement Techniques
Summary: Microsoft PFE, Dan Sheehan, talks about speeding up Windows PowerShell scripts.Microsoft Scripting Guy, Ed Wilson, is here. Welcome back Dan Sheehan, who debuted yesterday as a new guest...
View ArticlePowerTip: Time Parts of PowerShell Scripts
Summary: Learn how to time different parts of your Windows PowerShell scripts. How can I use Windows PowerShell to find which parts of my script are taking the longest to complete so I can...
View ArticlePowerTip: Use PowerShell to Add Hyper-V to Windows 8.1 Laptop
Summary: Learn how to use Windows PowerShell to add optional features to your laptop running Windows 8.1. How can I use Windows PowerShell to install Hyper-V on my laptop running Windows 8.1? Use the...
View ArticleWhat's in Your PowerShell Profile? Users' Favorites Part 2
Summary: Microsoft Scripting Guy, Ed Wilson, talks to various Microsoft Windows PowerShell users about what is in their profile.Microsoft Scripting Guy, Ed Wilson, is here. Today I have more items that...
View ArticlePowerTip: Use PowerShell and WMI to Change Disk Label
Summary: Learn how to use Windows PowerShell and WMI to change a disk label. How can I use Windows PowerShell with WMI to change the disk label on a logical disk? Beginning with Windows PowerShell 3.0,...
View ArticleWhat’s in Your PowerShell Profile? PowerShell MVPs Favorites
Summary: Microsoft Windows PowerShell MVPs share some of their favorite functions from their Windows PowerShell profiles.Microsoft Scripting Guy, Ed Wilson, is here. Today I will be sharing some...
View ArticlePowerTip: Import All PowerShell Modules
Summary: Learn to easily import all Windows PowerShell modules. How can I import all Windows PowerShell modules into my current Windows PowerShell session? Use the Get-Module cmdlet with the...
View ArticleWhat’s in Your PowerShell Profile? Microsoft PFEs' Favorites
Summary: Microsoft premier field engineers share some of their favorite functions from their Windows PowerShell profiles.Microsoft Scripting Guy, Ed Wilson, is here. Today we will look at some profile...
View ArticlePowerTip: Use PowerShell to Display Date Formats
Summary: Use Windows PowerShell to easily change the way the date displays on your computer. How can I use Windows PowerShell to display the date on my computer as a two-digit month, two-digit day,...
View ArticleWhat’s in Your PowerShell Profile? Powershell Team Favorites
Summary: Microsoft Scripting Guy Ed Wilson talks to members of the Windows PowerShell team about what is in their Windows PowerShell profile.Microsoft Scripting Guy, Ed Wilson, is here. I'm wrapping up...
View ArticlePowerTip: See if You Have a PowerShell Profile
Summary: Easily determine if you have a Windows PowerShell profile. I am not sure if I have a Windows PowerShell profile. How can I easily find out? Use Test-Path and the $profile automatic...
View ArticleWeekend Scripter: Use PowerShell to Find and Disable Webcams
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to find and disable webcams and cameras.Microsoft Scripting Guy, Ed Wilson, is here. It is really interesting (at least...
View ArticlePowerTip: Use PowerShell to Discover Laptop Webcam
Summary: Use Windows PowerShell to discover a webcam attached to your laptop. How can I use Windows PowerShell to find a webcam or camera that is attached to my laptop? Use the Get-CimInstance or the...
View ArticlePowerShell Best Practices: Examine the Issues
Summary: Microsoft Scripting Guy, Ed Wilson, talks about examining the issues surrounding Windows PowerShell best practices.Microsoft Scripting Guy, Ed Wilson, is here. One of the best things about...
View ArticlePowerTip: Find Disk Partition Information with PowerShell
Summary: Learn how to use a Windows PowerShell function in Windows 8.1 to get partition information. How can I use Windows PowerShell on my computer running Windows 8.1 to find disk partition...
View ArticlePowerShell Best Practices for the Console
Summary: Microsoft Scripting Guy, Ed Wilson, talks about Windows PowerShell best practices for the console.Microsoft Scripting Guy, Ed Wilson, is here. This morning, the Scripting Wife and I decided to...
View Article