Enums/Orientation.ps1

Add-Type -TypeDefinition @"
public enum Orientation {
    Portrait,
    Landscape
}
"@