Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.windows.server.scripting > #7
| Newsgroups | microsoft.public.windows.server.scripting |
|---|---|
| Date | 2018-01-30 05:58 -0800 |
| References | <a773b382-8398-4c5b-bcf4-c3484251eafa@m44g2000hsc.googlegroups.com> |
| Message-ID | <5492977e-be5e-4e30-bc56-5f1f1e098cec@googlegroups.com> (permalink) |
| Subject | Re: VBS to get product ID from HP Proliants |
| From | vishwarama.2012@gmail.com |
On Monday, March 17, 2008 at 1:32:32 AM UTC+5:30, spacemancw wrote:
> I can get the serial number from my Dell and HP servers with this
>
> strComputer = "."
> Set objWMIService = GetObject("winmgmts:" _
> & "{impersonationLevel=impersonate}!\\" & strComputer & "\root
> \cimv2")
> Set colSMBIOS = objWMIService.ExecQuery _
> ("Select * from Win32_SystemEnclosure")
> For Each objSMBIOS in colSMBIOS
> Wscript.Echo "Serial-Number:" & objSMBIOS.SerialNumber
> Next
>
> I want to get the Product ID or Product number on my HP systems
> There's a product number that looks like
> 416561-00
> (Not the model number such as ProLiant DL380 G5, I can get the model
> number no problem).
>
> For HP warranty web site you have to enter the seial number and
> product ID.
>
> Thanx
>
> Roger
Hi Team
Can you please help below points.
1 How to take Keyboard serial number by VB script.
2.How to take serial number of USB connected device.
3. In company we using Printer which is connected from serial port to onboard serial motherboard. how do get serial number by vb script.
Back to microsoft.public.windows.server.scripting | Previous | Next | Find similar | Unroll thread
Re: VBS to get product ID from HP Proliants vishwarama.2012@gmail.com - 2018-01-30 05:58 -0800
csiph-web