PowerTip: Find PowerShell Variables in Various Scopes
Summary: Learn how to find Windows PowerShell variables in various scopes. How can I see what Windows PowerShell variables exist in various scopes? Use the Get-Variable cmdlet and use the –Scope...
View ArticlePiping Results from One PowerShell Cmdlet to Another
Summary: Microsoft Scripting Guy, Ed Wilson, talks about piping the results from one cmdlet to another. Hey, Scripting Guy! I have a problem. When I pipe information from one Windows PowerShell cmdlet...
View ArticlePowerTip: Find Information About PowerShell Cmdlet Parameter Sets
Summary: Learn how to find information about Windows PowerShell cmdlet parameter sets. How can I find information about the various parameter sets for a specific Windows PowerShell cmdlet? Use...
View ArticleGetting to Know ForEach and ForEach-Object
Summary: Learn the differences between ForEach and ForEach-Object in Windows PowerShell.Honorary Scripting Guy and Windows PowerShell MVP, Boe Prox, here today filling in for my good friend, The...
View ArticlePowerTip: Use PowerShell to Locate the Help File You Need
Summary: Learn how to use Windows PowerShell to find the Help file you need. How can I figure out the exact name of the Help file that I am looking for about sessions? Use a wildcard character with...
View ArticleHandling Errors the PowerShell Way
Summary: Trevor Sullivan talks about handling errors in Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. Today we have guest blogger and Windows PowerShell MVP, Trevor...
View ArticlePowerTip: Find Information About ErrorActionPreference
Summary: Find information, beyond the basics, for the Windows PowerShell variable ErrorActionPreference. How can I use Windows PowerShell to see information, beyond only the value, for the variable...
View ArticleUse Windows PowerShell to Prepare for Migration from SharePoint 2007
Summary: Marc Adam Carter talks about using Windows PowerShell to smooth the way for a large SharePoint 2007 migration.Microsoft Scripting Guy, Ed Wilson, is here. Today our guest blogger is Marc Adam...
View ArticlePowerTip: Count a Range of Seconds with PowerShell
Summary: Use Windows PowerShell to count a range of seconds. How can I use Windows PowerShell to count a range of seconds of increasing duration? Use the range operator to create a range of numbers,...
View ArticleAn End of Week Treat: Mini-Scripting Games
Summary: Windows PowerShell MVP, Jim Christopher, shares a mini-Scripting Games event from the Charlotte Windows PowerShell User Group.Microsoft Scripting Guy, Ed Wilson, is here. Welcome today, guest...
View ArticlePowerTip: How Long Has My Computer Been Running?
Summary: Learn a one-liner Windows PowerShell command to see how long a computer has run. How can I use Windows PowerShell to find out how long my computer has been running since last boot up...
View ArticleWeekend Scripter: Top Ten PowerScripting PodCasts
Summary: Windows PowerShell MVP, Teresa Wilson, talks about the top ten PowerScripting podcasts.Microsoft Scripting Guy, Ed Wilson, is here. This weekend we have a very special guest blogger. You...
View ArticlePowerTip: PowerShell Summit Europe 2014
Summary: The Scripting Wife shares information about Windows PowerShell Summit Europe 2014. Do you have any information about the Windows PowerShell Summit Europe 2014? Windows PowerShell Summit 2014...
View ArticleWeekend Scripter: Hurrah for Curah
Summary: Teresa Wilson (aka Scripting Wife) talks about how Microsoft Curah solved her search issue.Microsoft Scripting Guy, Ed Wilson, is here. Windows PowerShell MVP, Teresa Wilson is back with us...
View ArticlePowerTip: Generate Random Beeps with PowerShell
Summary: Use Windows PowerShell to generate random beeps. How can I generate random beeps by using Windows PowerShell? Create a range of numbers between 190 and 8500 that will determine the tone....
View ArticlePowerShell String Theory
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to work with strings.Microsoft Scripting Guy, Ed Wilson, is here. This has been an exciting week around the Scripting...
View ArticlePowerTip: Select First Two Letters of String
Summary: Learn how to use Windows PowerShell select the first two letters from a string. How can I use Windows PowerShell to remove the first two letters from a string? Use the SubString method, for...
View ArticleKeep Your Hands Clean: Use PowerShell to Glue Strings Together
Summary: Microsoft Scripting Guy, Ed Wilson, talks about several approaches for concatenating strings by using Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. This weekend, I was...
View ArticlePowerTip: Use PowerShell to Get Hash Code of Tuple
Summary: Learn how to get the hash code of a tuple by using Windows PowerShell. How can I use Windows PowerShell to get the hash code for a tuple? Call the GetHashCode method from your Tuple object—for...
View ArticleJoin Me in a Few String Methods Using PowerShell
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using the String class of the Join method in Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. This morning while I was eating...
View Article