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?
Alban1998
Jan 26, 2023Iron Contributor
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.
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.
BenAnderson78
Jan 26, 2023Copper Contributor
Can Active directory give me the hardware for each of the computers?
- Dave PatrickJan 26, 2023MVP
No, active directory is not hardware aware.