PowerTip: Sort a PowerShell Array
Summary: Learn how to easily sort an array of numbers by using Windows PowerShell. How can I use Windows PowerShell to easily sort an array of numbers stored in a variable? Use the Sort static method...
View ArticleWeekend Scripter: Introducing Script Browser and Script Analyzer
Summary: Scott Ge and Bill Grauer share new Windows PowerShell resources: Script Browser and Script Analyzer.Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest blog from Scott Ge and...
View ArticlePowerTip: Use PowerShell to Find Grandparent of Path
Summary: Use Windows PowerShell to easily find the grandparent of a path. How can I use Windows PowerShell to find a directory that is two levels up in a nested path? Use the Split-Path cmdlet and pipe...
View ArticleArrived in Houston for TechEd 2014
SUMMARY: Ed Wilson talks about arriving in Houston for TechEd 2014 Well the Scripting Wife and I arrived in Houston for TechEd 2014. Luckily we were upgraded on our flight out, and I was able to use my...
View ArticleWeekend Scripter: Houston, We Don’t Have a Problem…
Summary: Microsoft Scripting Guy, Ed Wilson, talks about setting up for TechEd 2014.Microsoft Scripting Guy, Ed Wilson, is here. Yesterday, the Scripting Wife and I flew to Houston for TechEd 2014. We...
View ArticleScripting Guys Booth Setup at TechEd
SUMMARY: Microsoft Scripting Guy Ed Wilson talks about booth setup at TechEd WooHoo! It is finally here. This morning the Scripting Wife and I boarded the shuttle bus to the Houston convention Center...
View ArticlePowerTip: Convert Character Array to String
Summary: Easily convert a character array to a string in Windows PowerShell. How can I use Windows PowerShell to convert data that is returning as an array of characters instead of as a...
View ArticleIntroduction to PowerShell Scheduled Jobs
Summary: Microsoft Scripting Guy, Ed Wilson, introduces the Windows PowerShell scheduled job feature.Microsoft Scripting Guy, Ed Wilson, is here. In all the hubbub about all the great features...
View ArticlePowerTip: Find Network Adapters Bound to TCP/IP v4
Summary: Use Windows PowerShell to find network adapters that are bound to TCP/IP v4. How can I use Windows PowerShell on my computer running Windows 8.1 to find protocol binding information...
View ArticleThe Scripting Guys booth–morning of day one
SUMMARY: Microsoft Scripting Guy Ed Wilson talks about the Scripting Guys booth on the morning of TechEd Wow! It is 2:00 in the afternoon, Houston Time, and we finally had a chance to sit down. The...
View ArticleTechEd Expo hall reception …
SUMMARY: Microsoft Scripting Guy Ed Wilson talks about the TechEd Expo hall at Teched 2014 in Houston Texas Wow … we were, in a word, mobbed. During the entire two and a half hours the TechEd Expo...
View ArticleWhat Happens to PowerShell Scheduled Job After Reboot?
Summary: Microsoft Scripting Guy, Ed Wilson, continues his discussion about Windows PowerShell scheduled jobs.Microsoft Scripting Guy, Ed Wilson, is here. Last night was the Expo floor meet-and-greet...
View ArticlePowerTip: View and Keep Results of PowerShell Job
Summary: Learn how to view and keep the results of a Windows PowerShell job. Every time I view the results of a Windows PowerShell job, I lose them. How can I save the results for viewing later? Use...
View ArticleMorning and afternoon–second day at TechEd
SUMMARY: Microsoft scripting Guy Ed Wilson talks about the morning and afternoon of the second day at TechEd 2014 in Houston, Texas. Today was an awesome time at the Scripting Guys booth at TechEd...
View ArticleUse PowerShell to Create Job that Runs at Startup
Summary: Microsoft Scripting Guy, Ed Wilson, talks about creating a job that runs at startup.Microsoft Scripting Guy, Ed Wilson, is here. One of the needs that never seems to change is the need to run...
View ArticleAsk the Experts at TechEd 2014 in Houston
SUMMARY: Microsoft Scripting Guy Ed Wilson talks about Ask the Experts at TechEd 2014 in Houston Texas Oh man, dude, dude, dude (or dudette). Ask the Experts last night was totally awesome. The...
View ArticlePowerTip: Check Status of PowerShell Scheduled Jobs
Summary: Learn how to check the status of Windows PowerShell scheduled jobs. How can I use Windows PowerShell to check the status of a Windows PowerShell scheduled job? Use the Get-Job cmdlet.
View ArticleDay three at Scripting Guys booth–MS TechEd 2014
SUMMARY: Microsoft Scripting Guy Ed Wilson talks about day three at Scripting Guys booth at TechEd 2014 in Houston Texas Today the crowds at the Scripting Guys booth continued. We had PowerShell MVP’s...
View ArticleAdvanced PowerShell Scheduled Jobs
Summary: Microsoft Scripting Guy, Ed Wilson, talks about advanced aspects of Windows PowerShell scheduled jobs.Microsoft Scripting Guy, Ed Wilson, is here. Today I want to look at some of the more...
View ArticlePowerTip: View PowerShell Formatting Data
Summary: Learn how to view the formatting data for a Windows PowerShell type. How can I use Windows PowerShell to view the formatting data for a particular type? Examine the output from Get-Member to...
View Article