FYI - a Tablet-PC is identified as type "14" which according to the
SystemEnclosure documentation is a Subnotebook.  This is the same for
Tablet-PCs with and without the keyboard attached.

/Guido

-----Original Message-----
From: GRILLENMEIER,GUIDO (HP-Germany,ex1) [mailto:[EMAIL PROTECTED]

Sent: Freitag, 21. M�rz 2003 22:32
To: '[EMAIL PROTECTED]'
Subject: RE: [ActiveDir] OT: Identifying laptops on domain


I'll have the script executed on a Tablet-PC and will let you know.

Cheers,
Guido

-----Original Message-----
From: Bjelke John A Contr AFRL/VSIO [mailto:[EMAIL PROTECTED] 
Sent: Freitag, 21. M�rz 2003 16:58
To: '[EMAIL PROTECTED]'
Subject: RE: [ActiveDir] OT: Identifying laptops on domain


Worked for us just fine in our initial testing. We are planning on moving
all the laptops to their own sub-OU to make change management a little
easier for us. Thanks for all of the fine suggestions, folks! Depending on
the level of accuracy we see in further testing we may use some of the other
suggestions, such as battery, pcmcia services, etc, as a further check...
like when WMI returns "Other" for the chassis type value. Anyone know what
the new "tablet" pc's return as chassis type, or care to hazard a guess? We
don't have any on the wire yet that I am aware of, but it is just a matter
of time! 
Regards, 
        John A. Bjelke

-----Original Message-----
From: GRILLENMEIER,GUIDO (HP-Germany,ex1) [mailto:[EMAIL PROTECTED]

Sent: Friday, March 21, 2003 5:10 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [ActiveDir] OT: Identifying laptops on domain


looks like you really found the best solution to the problem - I've just
tested this in a script myself and it works very well!  I suspect this not
to help much on NT4 machines, but for Win2k and XP this really is your best
bet (I tested against XP notebook and Win2k3 Server on a Desktop enclosure -
both reported back the correct value).

I've added a simple select statement to get the appropriate text-feedback -
see attached script (remove dashes...). Be good to hear from others, if this
also works well on their machines.

/Guido

-----Original Message-----
From: Bjelke John A Contr AFRL/VSIO [mailto:[EMAIL PROTECTED] 
Sent: Freitag, 7. M�rz 2003 16:51
To: '[EMAIL PROTECTED]'
Subject: RE: [ActiveDir] OT: Identifying laptops on domain


Folks, 
I just found this:
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/scriptcen
ter/scrguide/sas_cpm_btnz.asp  (watch the word wrap)

strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
    & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
Set colChassis = objWMIService.ExecQuery _
    ("SELECT * FROM Win32_SystemEnclosure")
For Each objChassis in colChassis
    For Each intType in objChassis.ChassisTypes
        Wscript.Echo intType
    Next
Next

Where chassis type is one of 24 possible values. Seems like this might be
the magic bullet, but I definately need to test. Thanks for the suggestion! 
        Regards, 
                John A. Bjelke

-----Original Message-----
From: Bjelke John A Contr AFRL/VSIO [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 07, 2003 8:41 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [ActiveDir] OT: Identifying laptops on domain


Bill, 
        we are moving to that already, and if I can figure out how to
differentiate the chasis type I can write scripts to automate the process
instead of relying on attrition or a massive helpdesk effort to rename every
pc and laptop. Catch-22. 

-----Original Message-----
From: Brown, Bill [contractor] [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 07, 2003 8:38 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [ActiveDir] OT: Identifying laptops on domain


We employ a standardized machine naming convention whereby a laptop is given
the name User-LT and this makes it a very simple process to break them out.

R/Bill

 -----Original Message-----
From:   Bjelke John A Contr AFRL/VSIO [mailto:[EMAIL PROTECTED] 
Sent:   Friday, March 07, 2003 10:32 AM
To:     '[EMAIL PROTECTED]'
Subject:        RE: [ActiveDir] OT: Identifying laptops on domain

Existing IP scheme is static, and that's not viable to change at this time. 

-----Original Message-----
From: PERRIN Martial (EURIWARE) [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 07, 2003 8:16 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [ActiveDir] OT: Identifying laptops on domain


You can do this with segmentation on a DHCP network.
 
Martial

-----Message d'origine-----
De: Bjelke John A Contr AFRL/VSIO [mailto:[EMAIL PROTECTED]
Date: vendredi 7 mars 2003 16:04
�: '[EMAIL PROTECTED]'
Objet: [ActiveDir] OT: Identifying laptops on domain



Perhaps someone here might know: 

        Is there any machine attribute or registry value that can be queried
to differentiate workstations and laptops on a domain? We have a
circumstance that requires laptops to be addressed differently from
workstations, and we have been unable to find any consistent variable to
poll for this determination. Any suggestions or assistance is most
appreciated. 

         John A. Bjelke 
     Systems administrator 
          505.853.6774 
    <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] 
  
The contents of this Email communication are 
confidential to the addressee. 
If you are not the intended recipient you 
may not disclose or distribute this 
communication in any form but should 
immediately contact the Sender. 
The information, images, documents and views 
expressed in this Email are personal to the 
Sender and do not expressly or implicitly 
represent official positions and policies of 
Unisys Federal Systems or it's subsidiaries 
and no authority exists on behalf of Unisys 
to make any agreements, representations or 
other binding commitment by means of Email. 



ATTENTION : Si vous n'�tes pas destinataire de ce message, vous n'�tes pas
autoris� � copier, retransmettre, distribuer, r�v�ler ou conserver le
contenu de ce message. WARNING : If you are not the intended recipient, you
are not authorised to copy, disclose, distribute or retain in this e-mail. 


List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/
List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

Reply via email to