Tesla Posted May 6, 2014 Posted May 6, 2014 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.
Tesla Posted May 6, 2014 Author Posted May 6, 2014 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.
zag Posted May 6, 2014 Posted May 6, 2014 (edited) I've always used other tools for this. My PHP inventory system does this https://github.com/zag2me/php-inventory Edited May 6, 2014 by zag
FN-GM Posted May 6, 2014 Posted May 6, 2014 Yep I get you. Powershell should be able to output something to a text file or CSV. Would that be ok?
edutech4schools Posted May 6, 2014 Posted May 6, 2014 I use this fantastic tiny little free program to manage AD. Cjwdev | AD Tidy 1
Tesla Posted May 6, 2014 Author Posted May 6, 2014 I use this fantastic tiny little free program to manage AD. Cjwdev | AD Tidy This is very nice! job done. thanks guys
jinnantonnixx Posted May 6, 2014 Posted May 6, 2014 (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 May 6, 2014 by jinnantonnixx
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now