Skip to content

Instantly share code, notes, and snippets.

@Stephanevg
Last active September 1, 2016 16:11
Show Gist options
  • Save Stephanevg/92a673f4b5d5d374ce2542a1c7082fcd to your computer and use it in GitHub Desktop.
Save Stephanevg/92a673f4b5d5d374ce2542a1c7082fcd to your computer and use it in GitHub Desktop.
enum servertype used in powershell classes: a practical example part 2 ---> http://powershelldistrict.com/a-practical-case-for-using-powershell-classes-part2
Enum ServerType {
HyperV
Sharepoint
Exchange
Web
ConfigMgr
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment