Remote Script Debugging in Windows PowerShell
Summary: Learn about remote debugging support in Windows PowerShell 4.0.Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest blog written by Paul Higinbotham who is a software design...
View ArticlePowerTip: Debug Script on Remote Computer
Summary: Use Windows PowerShell to debug a script on a remote computer. How can I use Windows PowerShell to debug a script on a remote computer? Use the debugging features in the Windows PowerShell...
View ArticleThe Admin’s First Steps: Capacity Planning Part 3
Summary: Richard Siddaway talks about using Windows PowerShell to create capacity planning reports. Hey, Scripting Guy! I’ve just starting learning Windows PowerShell, and I understand how to use it as...
View ArticlePowerTip: Compare the Contents of Files with PowerShell
Summary: Learn how to use Windows PowerShell to compare the contents of two file. How can I use Windows PowerShell to compare the contents of two files? If the files are text files, use...
View ArticleUse PowerShell to Review the Setup Event Log
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to review the setup event log.Microsoft Scripting Guy, Ed Wilson, is here. The ticket sales for Windows PowerShell...
View ArticlePowerTip: Get Detailed Information When Updating PowerShell Help
Summary: Get detailed debugging information when you update Windows PowerShell Help. How can I get more information about what is happening when I attempt to update Windows PowerShell Help?Use the...
View ArticleUse PowerShell to Determine Computer Reliability
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to determine the reliability of his workstation.Microsoft Scripting Guy, Ed Wilson, is here. Sometimes, I am absolutely...
View ArticlePowerTip: Create Restore Point with PowerShell
Summary: Use Windows PowerShell to create a system restore point on your computer. How can I use Windows PowerShell to create a system restore point on my computer before I perform an operation that...
View ArticleUse PowerShell to Remove Data from CSV File
Summary: Guest blogger, Matt Tisdale, talks about using Windows PowerShell to remove data from a .csv file.Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Matt Tisdale…Last...
View ArticlePowerTip: Save PowerShell Cmdlet Info as CSV File
Summary: Save Windows PowerShell cmdlet information as a .csv file. How can I save information from a Windows PowerShell cmdlet as a .csv file so I can open it in Excel for processing?Pipe the Windows...
View ArticleUse PowerShell to Rename Files in Bulk
Summary: Learn how to use Windows PowerShell to rename files in bulk.Microsoft Scripting Guy, Ed Wilson, is here. Matt Tisdale is back today with another solution to a situation at work…I received a...
View ArticlePowerTip: Export PowerShell Cmdlet Information
Summary: Use Windows PowerShell to export cmdlet information to a text format other than .csv. How can I export Windows PowerShell cmdlet information to a format other than .csv so I can use it in...
View ArticlePsst...Charlotte PowerShell Saturday Details Leaked
Summary: The Scripting Wife reveals the session details for the Charlotte Windows PowerShell Saturday event.Microsoft Scripting Guy, Ed Wilson, is here. Today I will turn the keyboard over to the...
View ArticleAnnouncing the 2013 Honorary Scripting Guys
Summary: The Honorary Scripting Guys are announced for 2013.Microsoft Scripting Guy, Ed Wilson, is here. Today, I have an exciting announcement! Drum roll please… dadadadadadada…CLING! Yes, for the...
View ArticleRemoting Week: Remoting Recap
Summary: Richard Siddaway explains various ways to interact with remote machines. Hey, Scripting Guy! I’ve just starting learning Windows PowerShell, and I understand how to use it as a scripting...
View ArticlePowerTip: Use PowerShell to Find Key of WMI Class
Summary: Use Windows PowerShell to find the key of a WMI class. How can I use Windows PowerShell to discover the property that has the key qualifier for a WMI class? Use Get-CimClass and iterate...
View ArticleRemoting Week: Remoting Sessions
Summary: Richard Siddaway explains how to use WindowsPowerShell remoting sessions. Hey, Scripting Guy! I’ve just starting learning Windows PowerShell, and I understand how to use it as a scripting...
View ArticlePowerTip: Determine Version of WSMAN on Remote Computer
Summary: Use Windows PowerShell to determine the version of WSMAN running on a remote computer. How can I use Windows PowerShell to determine the version of WSMAN that is running on remote computers?...
View ArticleRemoting Week: Configuring Remoting
Summary: Richard Siddaway explains how to configure remoting. Hey, Scripting Guy! I’ve just starting learning WindowsPowerShell, and I understand how to use it as a scripting language and shell on the...
View ArticlePowerTip: Use PowerShell to Discover Certificate Thumbprints
Summary: Use Windows PowerShell to discover certificate thumbprints. How can I use Windows PowerShell to discover the thumbprints of certificates that are installed on my machine? Interrogate the...
View Article