Learn about Windows PowerShell
Summary: Learn how to view static members of a type accelerator in Windows PowerShell.
How can I view the static methods and properties of the [math] type accelerator?
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
Hello,
Thks Brian Wilhite, It helpful for me, I searched it one day !