Private/Types/enums/ContextType.psm1

enum ContextType
{
    Machine = 0
    Domain = 1
    ApplicationDirectory = 2
}