Strategy for Handling 2013 Scripting Games Events
Summary: Microsoft PowerShell enthusiast, Jeff Wouters, talks about his experience with the 2013 Winter Scripting Games warm-up events.Microsoft Scripting Guy, Ed Wilson, is here. Today we have a...
View ArticlePowerTip: Find PowerShell Noun Distribution
Summary: Learn how to see which nouns in Windows PowerShell are used most. How can I find which Windows PowerShell cmdlet nouns are used most? Import all the modules, then use the Get-Command cmdlet to...
View ArticleSecurity Series: Using PowerShell to Protect Your Private Cloud Infrastructure
Summary: Microsoft senior technical writer, Yuri Diogenes, and knowledge engineer, Tom Shinder, talk about using Windows PowerShell to protect a Windows Server 2012-based cloud infrastructure.Microsoft...
View ArticlePowerTip: Use PowerShell to Find Non-Inherited Access to a Folder
Summary: Learn how to use Windows PowerShell to find non-inherited access rights to a folder. How can I find non-inherited access rights to a folder by using Windows PowerShell? Use the Get-Item cmdlet...
View ArticleWeekend Scripter: Run C# Code from Within PowerShell
Summary: Learn how to execute C# programs from source without a compiled binary by using Windows PowerShell.Microsoft Scripting Guy, Ed Wilson, is here. Today guest blogger, Ingo Karstein, is back with...
View ArticlePowerTip: Use PowerShell to Find Calling Assembly
Summary: Learn how to use Windows PowerShell to find the calling assembly. How can I find the name of a calling assembly from within Windows PowerShell? Use the GetCallingAssembly static method from...
View ArticleWeekend Scripter: Managing Dell AppAssure with Windows PowerShell
Summary: Guest blogger, Mike Robbins, talks about using Windows PowerShell to manage Dell AppAssure.Microsoft Scripting Guy, Ed Wilson, is here. Guest blogger, Mike Robbins, returns today to share his...
View ArticlePowerTip: Use PowerShell to Create System Restore Point
Summary: Learn how to use Windows PowerShell to create a system restore point. How can I use Windows PowerShell to create a system restore point for my computer? Open the Windows PowerShell console...
View ArticleWorking with XML
Summary: Windows PowerShell MVPs, Don Jones, Richard Siddaway, and Jeffrey Hicks share excerpts from their new book.Microsoft Scripting Guy, Ed Wilson, is here. This week we will not have our usual...
View ArticleWorking with HTML Fragments and Files
Summary: Windows PowerShell MVPs, Don Jones, Richard Siddaway, and Jeffrey Hicks share excerpts from their new book.Microsoft Scripting Guy, Ed Wilson, is here. This week we will not have our usual...
View ArticlePipelined Expressions
Summary: Windows PowerShell , Jeff Wouters, shares an excerpt from his chapter in the book, PowerShell Deep Dives.Microsoft Scripting Guy, Ed Wilson, is here. This week we will not have our usual...
View ArticleWindows Software Update Services
Summary: Honorary Scripting Guy, Boe Prox, shares an excerpt from his contribution to the book, PowerShell Deep Dives.Microsoft Scripting Guy, Ed Wilson, is here. This week we will not have our usual...
View ArticleExcel Spreadsheets
Summary: Microsoft MVP, Richard Siddaway, shares an excerpt from his book, PowerShell in Practice.Microsoft Scripting Guy, Ed Wilson, is here. This week we will not have our usual PowerTip. Instead we...
View ArticleTechnique: Determining Replication Schedules
Summary: Windows PowerShell MVP, Richard Siddaway, shares another excerpt from his book PowerShell in Practice.Microsoft Scripting Guy, Ed Wilson, is here. This week we will not have our usual...
View ArticleWhy PowerShell Uses Objects
Summary: Microsoft PowerShell MVPs, Don Jones and Jeffery Hicks, show the flexibility and the power of Windows PowerShell objects.Microsoft Scripting Guy, Ed Wilson, is here. This week we will not have...
View ArticleEnabling Multihop Remoting
Summary: Microsoft PowerShell MVPs, Don Jones and Jeffery Hicks, discuss how to enable multihop remoting in Windows PowerShell 3.0.Microsoft Scripting Guy, Ed Wilson, is here. Tonight is our Windows...
View ArticleHow to Remove a Loaded Module
Summary: Bruce Payette talks about how to remove a module that has been loaded into your Windows PowerShell environment.Microsoft Scripting Guy, Ed Wilson, is here. This week we will not have our usual...
View ArticleClosures in PowerShell
Summary: Bruce Payette talks about Windows PowerShell closures and how to call the GetNewClosure method.Microsoft Scripting Guy, Ed Wilson, is here. This week we will not have our usual PowerTip....
View ArticleTesting License State and Setting the License Key
Summary: Microsoft Windows PowerShell MVP, Richard Siddaway, talks about using Windows PowerShell and WMI to work with operating system licensing.Microsoft Scripting Guy, Ed Wilson, is here. This week...
View ArticlePerformance Counters and Windows System Assessment Report
Summary: Microsoft PowerShell MVP, Richard Siddaway, talks about using Windows PowerShell and WMI to work with performance counters and Windows assessment.Microsoft Scripting Guy, Ed Wilson, is here....
View Article