Bryan Holleman

Lead Channel Account Manager at Solutions Granted

Bryan Holleman has worked in the satellite communications industry since 1992. Bryan began their career as a Satellite Communications Technician for the United States Air Force, followed by a role as a Network Operations Center Engineer for Gilat Satellite Networks in 1998. In 2004, they joined iDirect as a CSE, then moved to iDirect Technologies in 2009 as a Network Consultant. In 2014, they transitioned to VT iDirect as a Test Engineer 2, then to ST Engineering iDirect in 2017 as a Sr. Technical Trainer. In 2021, they became a Lead Channel Account Manager and Channel Account Manager / Sales for Solutions Granted, Inc.

<?php

namespace App\Http\Controllers;

use App\User;

use Illuminate\Http\Request;

use Illuminate\Support\Facades\Hash;

class UserController extends Controller

{

/**

* Create a new controller instance.

*

* @return void

*/

public function __construct()

{

$this->middleware('auth');

}

/**

* Display a listing of the resource.

*

* @return \Illuminate\Http\Response

*/

public function index()

{

//

}

/**

* Show the form for creating a new resource.

*

* @return \Illuminate\Http\Response

*/

public function create()

{

//

}

/**

* Store a newly created resource in storage.

*

* @param \Illuminate\Http\Request $request

* @return \Illuminate\Http\Response

*/

public function store(Request $request)

{

//

}

/**

* Display the specified resource.

*

* @param \App\User $user

* @return \Illuminate\Http\Response

*/

public function show(User $user)

{

//

}

/**

* Show the form for editing the specified resource.

*

* @param \App\User $user

* @return \Illuminate\Http\Response

*/

public function edit(User $user)

{

//

}

/**

* Update the specified resource in storage.

*

* @param \Illuminate\Http\Request $request

* @param \App\User $user

* @return \Illuminate\Http\Response

*/

public function update(Request $request, User $user)

{

//

}

/**

* Remove the specified resource from storage.

*

* @param \App\

Links

Previous companies

Gilat Satellite Networks logo

Org chart

Peers

Timeline

  • Lead Channel Account Manager

    December, 2022 - present

  • Channel Account Manager / Sales

    April, 2021

View in org chart