Forum Discussion
BenAnderson78
Jan 25, 2023Copper Contributor
Active Directory system information Windows 11
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?
- Alban1998Iron ContributorHello,
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.- BenAnderson78Copper ContributorCan Active directory give me the hardware for each of the computers?
No, active directory is not hardware aware.