Brett A. Lovell

Objective:
Seeking a challenging IT leadership role where I can leverage my expertise in information technology, project management, and information security to drive process improvement, implement innovative solutions, and enhance organizational efficiency. Committed to delivering exceptional results and providing outstanding customer service.

CompTIA Cloud Admin Professional
CompTIA Network Infrastructure Professional
CompTIA Secure Cloud Professional+
CompTIA Security+



CompTIA Network+
CompTIA Cloud+
CompTIA Server+
CompTIA ITF+
As an experienced and hands-on information technology professional, I have extensive expertise in various aspects of IT management and engineering, including infrastructure planning, compliance, security, and daily operations management. With over 13 years of experience working in a wide range of IT disciplines, I have honed my skills in strategic leadership and project management, allowing me to consistently drive results and achieve success in fast-paced, demanding environments. I am a forward-thinking individual who is always looking for ways to improve processes, streamline operations, and deliver exceptional results for my clients. I am confident in my ability to make a significant impact as a member of your team, and I would welcome the opportunity to discuss potential job opportunities with you in further detail.

I am eager to explore opportunities in Information Technology Management or Engineering and would be honored to be considered for an interview with your company. I look forward to the chance to discuss how my skills and experience can contribute to your team's success.

Experience:

    • Transport Partners, LLC: Director of Information Technology
    • 2023 - Present

    • Virginia Department of Transportation: Cloud Engineer
    • 2022 - 2023

    • Global Tech Solutions, LLC: Lead Technical Engineer
    • 2020 - 2022

    • Eventus WholeHealth, PLLC: Director of Information Technology
    • 2019 - 2020

    • Global Tech Solutions, LLC: Deployment Manager
    • 2017 - 2019

    • Apple, INC: Enterprise Team Lead
    • 2015 - 2017

Education:

      • Virginia Tech
      • Computer Science B.S.
      • 2022 - In Progress

      • U.S. Navy "C" School:
      • AIMS MARK XII Identification Friend or Foe
      • 2011

      • U.S. Navy "A" School:
      • Electronics Technician
      • 2010

      • Franklin County High School:
      • High School Diplomia
      • 2009

Hands on Technology Manager

As a seasoned IT professional, I have a strong balance of hands-off and hands-on management approach. While I prioritize fostering an autonomous and self-sufficient team, I also possess the technical expertise to step in and provide hands-on support when necessary.

Technical Expertise

I possess broad knowledge in various IT disciplines with multiple industry certificates.

Project Management

Demonstrated ability to design and execute complex projects and migrations efficiently.

Efficiency Improvement

Skilled in utilizing automation, scripting and streamlining workflows for maximum productivity and efficiency.

Download My Resume!
▸ DownloadBrettsResume.ps1 # A Script to download my resume to your desktop using Powershell
        
 # Get user's choice of file format (PDF or Word)
$format = Read-Host "Do you want to download the PDF or Word version of the resume? (PDF/Word)"

# Convert user's choice to lowercase for comparison
$format = $format.ToLower()

# Check if user's choice is PDF
if ($format -eq "pdf") {
  $url = "https://brettsresume.com/Brett_Lovell_Resume.pdf"
  $file = "Brett Lovell Resume.pdf"
}
# Check if user's choice is Word
elseif ($format -eq "word") {
  $url = "https://brettsresume.com/Brett_Lovell_Resume.docx"
  $file = "Brett Lovell Resume.docx"
}
# If user's choice is not PDF or Word
else {
  Write-Host "Invalid choice. Please enter either 'PDF' or 'Word'"
  return
}

# Download the file to the Desktop
$destination = "$env:USERPROFILE\Desktop\$file"
Invoke-WebRequest $url -OutFile $destination
Write-Host "Resume downloaded to $destination"

Contact Details

Email:

[email protected]

Phone:

540-675-HIRE (4473)

Download My Resume!