The “Hey, Scripting Guys!” blog has been retired. There are many useful posts in this blog, so we keep the blog here for historical reference. However, some information might be very outdated and many of the links might not work anymore.
New PowerShell content is being posted to the PowerShell Community blog where members of the community can create posts by submitting content in the GitHub repository.
Summary: Learn how to view properties and the associated values of those properties of .NET Framework classes with Windows PowerShell.
(image) How can I use Windows PowerShell to view the properties and their values from a .NET Framework class, such as System.String?
(image) Use the Type ...
Summary: Learn how to use Windows PowerShell to display properties of a .NET Framework class.
(image) How can I use Windows PowerShell to easily display properties of a .NET Framework class?
(image) Pipe the type accelerator to the Get-Member cmdlet and specify the MemberType property, for ...
Summary: Learn how to use Windows PowerShell to find information about a .NET framework method.
(image) How can I use Windows PowerShell to find basic information about a particular .NET Framework method?
(image) Use the GetMethod method from the class, for example:
[math].GetMethod("Tan")
Note The method name...
Summary: Guest blogger, Windows PowerShell MVP, Joel Bennett talks about using tuples in Windows PowerShell.
Microsoft Scripting Guy, Ed Wilson, is here. Today, we have a guest blog post by Windows PowerShell MVP, Joel Bennett. Joel has been a MVP for a while, and he created the infrastructure that is used by the Scripting Games before they ...
Summary: Learn how to use a Tuple in Windows PowerShell
Hey, Scripting Guy! I read your article from yesterday, so I know about Tuples. How do I actually use one?
—HD
Hello HD,
Microsoft Scripting Guy, Ed Wilson, is here. I just got back from working out with my trainer. I am not nearly as sore today, but then there is always tomorrow. ...