Active Directory system information Windows 11

Copper Contributor

Is there a way to use Windows Powershell on a Windows Server 2012 domain controller to get a list of the computers and find out whether the computers are suitable to update to Windows 11?

4 Replies
Hello,

You may use Get-ADComputer cmdlet to gather information about AD joined computers.

Active Directory doesn't know anything about Windows 11 requirements however - this is not the right tool for such a job. Such assessment tasks are available through Intune/MECM by example.
Can Active directory give me the hardware for each of the computers?

No, active directory is not hardware aware.