Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created September 7, 2014 22:02
Show Gist options
  • Select an option

  • Save guitarrapc/fabcfb3dde796e8cc223 to your computer and use it in GitHub Desktop.

Select an option

Save guitarrapc/fabcfb3dde796e8cc223 to your computer and use it in GitHub Desktop.
Valentia TypeSample with PowerShell v5
Enum ValentiaBranchPath
{
Application = 1
Deploygroup = 2
Download = 3
Maintenance = 4
Upload = 5
Utils = 6
}
[ValentiaBranchPath]::Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment