What should a solo sysadmin prioritize when taking over a small company’s IT?

0
1
Asked By MellowPine47 On

I've recently joined a small or medium-sized company as its only internal sysadmin. IT has previously been outsourced, and the organization relies heavily on Microsoft 365. We have servers available for self-hosting, and I'm also a developer who can create automations when necessary. I'm looking for practical advice on what to implement first, including backups, security, monitoring, asset inventory, documentation, ticketing, password management, identity and access, automation, and possibly SSO. I'd also appreciate guidance on foundational architecture and processes such as virtualization, VLANs, infrastructure as code, Docker, zero-trust principles, change management, and the 3-2-1 backup strategy. If you were taking over in this situation, what would your first priorities be, and which tools would you avoid adding until there was a clear business need?

5 Answers

Answered By LunarKite52 On

Keep the initial toolset boring and easy to maintain. A simple ticketing system such as osTicket can help organize requests, while BookStack or even a well-structured existing notes system can handle documentation. An inventory can begin as a spreadsheet and later move to a dedicated asset tool if the organization outgrows it. Security monitoring tools such as Wazuh can be useful, but only if you have the time and knowledge to respond to what they report. Don’t adopt a full ITSM suite until the processes and workload justify it.

Answered By CedarFox_29 On

Backups and recovery should come first. Confirm what is being backed up, where the copies are stored, how long they are retained, and whether the backups are protected from ransomware. A backup is not proven until you perform a test restoration, ideally of both a file and a complete system. After that, review Microsoft 365 recovery options, administrator accounts, MFA, endpoint protection, patching, and alerting. Once the external attack and recovery risks are under control, move on to internal networking, permissions, inventory, and documentation.

Answered By QuietHarbor8 On

Start by understanding what already exists rather than immediately deploying new services. Get complete access to the outsourced provider, Microsoft 365, domains, DNS, certificates, vendor accounts, administrator credentials, network equipment, server configurations, endpoint management, licensing, and backup systems. Build a basic inventory and architecture diagram, document who supports each system, and identify the important business processes and their dependencies. You can’t sensibly replace or improve something until you know why it exists and what would break if it disappeared.

Answered By CopperWillow3 On

A sensible order is: establish ownership and access, document the current environment, verify backups and recovery, enforce MFA and least privilege, ensure patching and endpoint protection, then improve monitoring and inventory. After that, introduce network segmentation or virtualization where they solve an identified risk, and automate repetitive work. Treat documentation and change control as part of the job from day one, but keep both lightweight enough that they will actually be maintained.

Answered By BlueMarble6 On

Avoid building an entire self-hosted platform just because you can. Every service becomes another system you need to patch, monitor, back up, secure, and eventually recover at an inconvenient hour. Since Microsoft 365 is already working, keep suitable workloads there unless there is a concrete reason to move them. SaaS or the existing provider may be a better choice for non-differentiating infrastructure, especially when you are the only person on call.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.