I'm trying to find out if there's a PowerShell command or any method in Intune to check how many devices connected to our domain have Active Directory installed. Does anyone have any suggestions or tips for getting this information?
3 Answers
You might want to check out the RSAT tools. Try using `Get-WindowsCapability`—that should help you figure out the AD setup on your devices. Good luck!
Just so you know, Active Directory is typically managed on a Domain Controller, so it doesn't really get "installed" on regular devices. You might want to clarify what exactly you're looking to accomplish with this info.
Sounds like you might be falling into a classic XY problem. Can you share what you're ultimately trying to achieve?
Thank you! I apologize for the sloppy question; I was a bit rushed when I posted it.