Created
April 19, 2020 10:47
-
-
Save asears/bd2ec2402ce880a7d1fa27ff72c3d8b8 to your computer and use it in GitHub Desktop.
Get Powershell Types
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Encapsulate custom definitions in Powershell XML | |
| # https://blog.mwpreston.net/2020/01/06/working-with-custom-typenames-in-powershell/ | |
| # https://blog.mwpreston.net/2017/08/01/consuming-the-veeam-rest-api-in-powershell/ | |
| dir $pshome\*types.ps1xml -Recurse | Select-String System.Diagnostics.Process |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment