How Can I Check if Devices in My Domain Have Active Directory Installed?

0
3
Asked By TechieTurtle42 On

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

Answered By NerdyNinja99 On

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!

TechieTurtle42 -

Thank you! I apologize for the sloppy question; I was a bit rushed when I posted it.

Answered By ServerSage5 On

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.

Answered By CuriousCat88 On

Sounds like you might be falling into a classic XY problem. Can you share what you're ultimately trying to achieve?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.