Link to home
Start Free TrialLog in
Avatar of tjie
tjieFlag for United States of America

asked on

How can we know all the servers in a company?

Hi,
 
This is Windows 10, Office 365, Windows server 2016 and 2019 environment.

I have access to Active Directory and others. I have a domain administrator account.

The company has physical servers in the office, physical server in Colo, a lot of VM machines.
 
The Goal: I want to know All servers in the company (physical or VM machines or other location)
 
Somebody can tell or show me how to achieve the goal please(Which tools or approaches should I do)

Thanks,
Tjie
ASKER CERTIFIED SOLUTION
Avatar of Kesavan Jeganarayanan
Kesavan Jeganarayanan
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
From a cmd prompt on a domain controller, I think you can use this to find all member servers of a domain:

NETDOM QUERY /D:MyDomain SERVER

Open in new window

Avatar of Hello There
Hello There

You can see all domain-joined servers in ADUC (Domain Controllers OU and Domain Servers OU)
get-adcomputer command (PowerShell). You could filter on the operating system attributes or use a COUNTIF on the data in Excel to get a summary.

Depends on your Virtual Infrastructure, but if it was VMware Esxi for arguments sake, there was a free tool called rvtools which would show both hosts and VM's, and tons of other stuff about the configuration:

https://www.robware.net/rvtools/

You could get the same from vCenter Server.