Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: View Static Members of a Type Accelerator

$
0
0

Summary: Learn how to view static members of a type accelerator in Windows PowerShell.

Hey, Scripting Guy! Question How can I view the static methods and properties of the [math] type accelerator?

Hey, Scripting Guy! Answer Charlotte Windows PowerShell user group Brian Wilhite says: To view the methods and properties of the [math] type accelerator, you’ll use the Get-Member cmdlet with the -Static parameter.

[math] | Get-Member -Static


Viewing all articles
Browse latest Browse all 3333

Trending Articles