Learn about Windows PowerShell
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, shows you that it's easier than you think to use VBScript to run a Windows PowerShell script.
Guest blogger, Niklas Goude, discusses using Windows PowerShell to perform ping sweeps and port scans on a connected network.
Learn how to use Windows PowerShell to run WMI commands on remote computers without opening a lot of holes in your firewall.
Guest blogger, Jason Hofferle, talks about the basics of Windows PowerShell remoting.
Guest blogger, Niklas Goude, shows how to use Windows PowerShell to discover valuable network information from shares and file metadata.
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, talks about using WMI Query Language and Windows PowerShell to get WMI data.
Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to monitor for the creation of new files.
Guest blogger, Jason Hofferle, talks about creating Windows PowerShell sessions and using implicit remoting.
Microsoft Scripting Guy, Ed Wilson, talks about using the cmdletbinding attribute to simplify Windows PowerShell functions.
Guest blogger, Niklas Goude, shows how to use P/Invoke to duplicate process tokens from LSASS to elevate privileges.
Guest Blogger, Jason Hofferle, continues his series about PowerShell Remoting.
Guest blogger, Jason Hofferle, talks about creating constrained Windows PowerShell endpoints.
Microsoft Scripting Guy, Ed Wilson, talks about using the Windows Powershell transcript tool to keep track of commands that are run in a session.
Guest blogger, Jason Hofferle, talks about Windows PowerShell Interactive and fan-out remoting.
Microsoft Scripting Guy, Ed Wilson, discusses creating a permanent WMI event registration to monitor for new files and clean up the file names.
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.
Microsoft Scripting Guy, Ed Wilson, shows how to use the WMI Administrative tools to check on Permanent WMI events created by Windows PowerShell.
The Microsoft Scripting Guy, Ed Wilson, shows how to use Windows PowerShell to find and to explore .NET Framework classes.
Guest blogger, Will Steele, discusses using Windows PowerShell to aid with security forensics.
The Microsoft Scripting Guy talks about using the Get-ChildItem cmdlet to find, sort, and count folders.
Learn how to simplify your WQL queries by using the like operator and special wildcard characters.
Microsoft Scripting Guy, Ed Wilson, shows how to easily add whatif support to your Windows PowerShell functions.
Learn how to use the Windows PowerShell Measure-Command cmdlet to determine the performance of wildcard queries using WMI.