Scripting Wife Parties in PowerShell Paradise: Part 1
Summary: Guest blogger, Teresa Wilson, reviews her experiences hanging out at the Scripting Guys booth at Microsoft TechEd 2012. The best part of being the Scripting Wife is going to events with Ed and...
View ArticleWeekend Scripter: 2012 PowerShell Scripting Games Advanced Winner TechEd Report
Summary: The Windows PowerShell 2012 Scripting Games Advanced category winner writes about his experience at Microsoft TechEd in Orlando. Microsoft Scripting Guy, Ed Wilson, is here. Today I wrap up...
View ArticleScripting Wife Parties at PowerShell Paradise: Part 2
Summary: In this exciting conclusion to the Microsoft TechEd 2012 reports, the Scripting Wife discusses her interactions with Windows PowerShell users. Hello scripters. I hope to not be so long winded...
View ArticleUse PowerShell for Network Host and Port Discovery Sweeps
Summary: Guest blogger, Niklas Goude, discusses using Windows PowerShell to perform ping sweeps and port scans on a connected network. Microsoft Scripting Guy, Ed Wilson, is here. This week we have...
View ArticleUse PowerShell to Security Test SQL Server and SharePoint
Summary: Guest blogger, Niklas Goude, talks about using Windows PowerShell to perform brute force security testing on SQL Server and SharePoint. Microsoft Scripting Guy, Ed Wilson, is here. Today we...
View ArticleUse PowerShell to Discover Network Information from Shares
Summary: Guest blogger, Niklas Goude, shows how to use Windows PowerShell to discover valuable network information from shares and file metadata. Microsoft Scripting Guy, Ed Wilson, is here. We now...
View ArticleUse PowerShell to Duplicate Process Tokens via P/Invoke
Summary: Guest blogger, Niklas Goude, shows how to use P/Invoke to duplicate process tokens from LSASS to elevate privileges. Microsoft Scripting Guy, Ed Wilson, is here. Today we have Part 4 of our...
View ArticleUse PowerShell to Decrypt LSA Secrets from the Registry
Summary: Guest blogger, Niklas Goude, talks about using Windows PowerShell to decrypt LSA Secrets from the registry to gain access to domain admin rights. Microsoft Scripting Guy, Ed Wilson, is here....
View ArticleWeekend Scripter: Cmdletbinding Attribute Simplifies PowerShell Functions
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using the cmdletbinding attribute to simplify Windows PowerShell functions. Microsoft Scripting Guy, Ed Wilson, is here. This morning I was...
View ArticleWeekend Scripter: Easily Add Whatif Support to Your PowerShell Functions
Summary: Microsoft Scripting Guy, Ed Wilson, shows how to easily add whatif support to your Windows PowerShell functions. Microsoft Scripting Guy, Ed Wilson, is here. I love demoing Windows PowerShell...
View ArticleUse PowerShell to Run WMI Commands on Remote Computers
Summary: Learn how to use Windows PowerShell to run WMI commands on remote computers without opening a lot of holes in your firewall. Hey, Scripting Guy! I have a problem. We have a number of remote...
View ArticleThree Easy Ways to Use PowerShell and WQL to Get WMI Data
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using WMI Query Language and Windows PowerShell to get WMI data. Hey, Scripting Guy! What is WQL? It sounds like SQL, but that does not always...
View ArticleUse PowerShell and Avoid Three Gotcha's with WQL Where Clauses
Summary: Microsoft Scripting Guy, Ed Wilson, shows you how to avoid three potential issues when using WQL data queries with Windows PowerShell. Hey, Scripting Guy! Yesterday you said there were three...
View ArticleLearn How to Use the WQL Comparison Operators with PowerShell
Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use the WQL comparison operators with Windows PowerShell in a WQL query and in a filter. Hey, Scripting Guy! Your WMI blogs this week have...
View ArticleUse the Like Operator to Simplify Your WQL Queries
Summary: Learn how to simplify your WQL queries by using the like operator and special wildcard characters. Hey, Scripting Guy! OK, I can see that using WMI queries might be cool. But I do not like...
View ArticleWeekend Scripter: Clean Up Your WMI Data Output in PowerShell
Summary: Microsoft Scripting Guy, Ed Wilson, shows you how to use Windows PowerShell to clean up your WMI data output. Microsoft Scripting Guy, Ed Wilson, is here. So far the Scripting Wife has been...
View ArticleWeekend Scripter: Easily Find Schema of a WMI Class Via PowerShell
Summary: Microsoft Scripting Guy, Ed Wilson, shows how to easily find the schema of a WMI class by using Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Well it is exactly two months...
View ArticleUse PowerShell to Detect and Fix Files with Leading Spaces
Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to detect and to fix files that have leading spaces in the file name. Hey, Scripting Guy! I am hoping that you can help...
View ArticleUse PowerShell to Monitor for the Creation of New Files
Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to monitor for the creation of new files. Microsoft Scripting Guy, Ed Wilson, is here. Yesterday’s email from KS about...
View ArticleHow to Use VBScript to Run a PowerShell Script
Summary: Microsoft Scripting Guy, Ed Wilson, shows you that it's easier than you think to use VBScript to run a Windows PowerShell script. Microsoft Scripting Guy, Ed Wilson, is here. Things are really...
View Article