Types/bConnectIconScope.ps1

# enum for Endpoint owner
Add-Type -TypeDefinition @"
public enum bConnectIconScope
{
    App,
    Inventory
}
"@