RE: Quick Active Directory Question
- From: Masterplan <winmasterplan@xxxxxxxxxx>
- Date: Tue, 13 May 2008 10:21:01 -0700
Hi Francisco,
You could also use this for a list of computers with Windows Server 2003 SP2:
dsquery * domainroot -filter
"(&((objectCategory=computer))(operatingSystem=Windows Server
2003)(operatingSystemServicePack=Service Pack 2))"
For another OS version or service pack, just change them in the script. To
view the computers with no service pack, use (!operatingSystemServicePack=*)
in the last part of the script.
Have a nice day!
"Francisco" wrote:
I'm looking for all of the computers within our organization, and their.
operating system. I know I can view this information by going into the
properties of each computer, but is their an easy way to have this
information extracted from each of our computers. I know how to setup a
custom query on AD, but it doesn't give me the option to add a column that
lists the OS and level.
Thanks in advance
- References:
- Quick Active Directory Question
- From: Francisco
- Quick Active Directory Question
- Prev by Date: Forest Trust - Exchange Relay Issue
- Next by Date: Re: DSMOD to modify properties for TS
- Previous by thread: Re: Quick Active Directory Question
- Next by thread: Re: Quick Active Directory Question
- Index(es):
Relevant Pages
|