Skip to content

Instantly share code, notes, and snippets.

@asears
Created April 19, 2020 10:47
Show Gist options
  • Select an option

  • Save asears/bd2ec2402ce880a7d1fa27ff72c3d8b8 to your computer and use it in GitHub Desktop.

Select an option

Save asears/bd2ec2402ce880a7d1fa27ff72c3d8b8 to your computer and use it in GitHub Desktop.
Get Powershell Types
# 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