Is there any way to determine wether a computer is a laptop or desktop in AD (500pts)
Is there any way in AD to determine wether a certain computer is a laptop or desktop?
We have a software update that needs to be pushed out to all the laptops but not the desktops. We do not have a listing of each machine that needs the software installed.
In my previous job we had SMS where you could have created a query to find the machines that fit this type. At this new job I do no have SMS to create this query is there any way this is possible in AD?
Windows Server 2003Active Directory
Last Comment
Joseph Daly
8/22/2022 - Mon
USAF_The_One
What do you use to push out updates now? WSUS?
If so, WSUS 3.0 has a console that allows you to see whether a machine is a Laptop or Desktop. AD doesn't have a setting in the properties that explains the machines model number or product number.
I recommend gathering NETBIOS names and putting all laptops into one OU and desktops into another. This way you can seperate group policy objects for specific container of computers, or in this case push out an update to all your laptops.
If so, WSUS 3.0 has a console that allows you to see whether a machine is a Laptop or Desktop. AD doesn't have a setting in the properties that explains the machines model number or product number.
I recommend gathering NETBIOS names and putting all laptops into one OU and desktops into another. This way you can seperate group policy objects for specific container of computers, or in this case push out an update to all your laptops.