Jump to content

Recommended Posts

Posted

Is there a way of showing in a list, the operating system of each computer in the domain?

 

I am able to view each one individually by viewing it's properties, but this is as far as i've got.

 

Cheers.

Posted
I was hoping more for a list of computers and then what OS they each use, rather than listing the devices of one particular OS, if this makes sense.
Posted (edited)

Much as I hate Powershell, it has its uses.

 

Get-ADComputer -Filter * -Property * | Format-Table Name,OperatingSystem -auto

 

There are a lot more properties whcih will give you finer detail, and you can sort by whatever field(s) you want.

Edited by jinnantonnixx

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...