Create a Custom File Extension by Using PowerShell
Summary : Learn how to use Windows PowerShell to create a custom file extension to store code snippets. Weekend Scripter: Creating a .snip file type Microsoft Scripting Guy, Ed Wilson, here. After I...
View ArticleUse PowerShell to Troubleshoot Your Windows 7 Computer
Summary : Learn how to use Windows PowerShell to simplify troubleshooting your Windows 7 or Windows Server 2008 R2 computers. Hey, Scripting Guy! I was recently reading something about using the...
View ArticleUse PowerShell to Automate Windows Troubleshooting
Summary : Learn how to use Windows PowerShell to automate troubleshooting of Windows 7 and Windows Server 2008 R2. Hey, Scripting Guy! I need to be able to perform troubleshooting tasks on my Windows 7...
View ArticleUse PowerShell Troubleshooting Packs to Diagnose Remote Problems
Summary : Learn how to use Windows PowerShell troubleshooting packs to diagnose and correct problems with remote systems. Hey, Scripting Guy! I need to troubleshoot remote systems. In the past, we have...
View ArticleUse PowerShell and Scheduled Tasks to Automate Troubleshooting
Summary : Microsoft Scripting Guy Ed Wilson shows how to use Windows PowerShell and scheduled tasks to automate troubleshooting your computer. Â Hey, Scripting Guy! We have a website that is currently...
View Article2011 Scripting Games Study Guide
The 2011 Scripting Games will be held April 4–April 15, 2011 and will test a variety of commonly required skills for IT pros seeking to automate their production environment. The development of...
View ArticleUse PowerShell to Download and Install Internet Code Snippets
Summary : Learn how to use Windows PowerShell to download code snippets from the Internet and install them for use in the Windows PowerShell ISE. Microsoft Scripting Guy Ed Wilson here. It seems as if...
View ArticleAdd Code Snippets to Your Script by Using the PowerShell ISE
Summary : Learn how to modify the Windows PowerShell ISE to automatically add code snippets. Microsoft Scripting Guy Ed Wilson here. There are advantages and disadvantages to using multiple computers....
View ArticleUse the PowerShell DHCP Module to Simplify DHCP Management
Summary : Learn about using a free Windows PowerShell module to simplify working with DHCP. Hey, Scripting Guy! I would like to know how to use Windows PowerShell to work with Microsoft DHCP servers....
View ArticleUsing PowerShell to Get Data from a SharePoint 2010 List
Summary : Learn how to use Windows PowerShell to get data from a SharePoint 2010 list. Hey, Scripting Guy! I need to be able to access data in a SharePoint 2010 list, but I do not have access to the...
View ArticleUse PowerShell and .NET to Find Expired Certificates
Summary : Learn how to use Windows PowerShell and Microsoft .NET classes to find expired certificates on local and remote computers. Hey, Scripting Guy! How can I use Windows PowerShell and the .NET...
View ArticleUse PowerShell to Simplify Working with XML Data
Summary : Learn how to use Windows PowerShell to simplify working with XML data. Hey, Scripting Guy! How can I use Windows PowerShell to work with XML? -- FD Hello FD, Microsoft Scripting Guy Ed Wilson...
View ArticleSpeed Up Array Comparisons in Powershell with a Runtime Regex
Summary : Learn how to speed up array comparisons in Windows PowerShell by using a runtime regular expression Hey, Scripting Guy! I am interested in speeding up comparisons of arrays when I use Windows...
View ArticleGrab the 2011 Scripting Games Badge!
Please show your s upport for the 2011 Scripting Games by linking back to us! Copy the code below and paste it into your own blog! <a...
View Article2011 Scripting Games: All Links on One Page
All essential 2011 Scripting Games links on one page! Add this page to your favorites. (For that matter, make it your home page.) Wrap-Up Commentaries Coming May 2, 2011, after conclusion of Expert...
View ArticleLearn PowerShell at the Scripting Guys 2011 Scripting Games
Summary : The biggest Windows PowerShell learning event is just around the corner. Details about the 2011 Scripting Games are here. Weekend Scripter: Destination the 2011 Scripting Games Microsoft...
View ArticleScripting Wife Learns About Formatting PowerShell Output
Summary : The Scripting Wife learns from the Microsoft Scripting Guy about formatting Windows PowerShell output with Format-List . It is a Monday morning much like any one of hundreds of previous...
View ArticleScripting Wife Learns to Format Wide Output with PowerShell
Summary : The Scripting Wife learns how to use the Format-Wide cmdlet in Windows PowerShell. I imagine winter has nearly departed Charlotte, North Carolina and that spring will arrive soon. Yesterday,...
View ArticleFormat PowerShell Output with an Easy-to-Use Table
Summary : The Scripting Wife learns how to format Windows PowerShell output with the easy-to-use Format-Table cmdlet. Microsoft Scripting Guy, Ed Wilson, here. I wonder how you might describe the...
View ArticleScripting Wife Learns to View Data with Out-GridView
Summary : The Scripting Wife learns how to view and to sort data by using the Out-GridView Windows PowerShell cmdlet. I just finished with a fun conference call with a colleague in which we were...
View Article