Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Is there a way to set the Dell asset tag

Featured Replies

WSNAME workstation renamer

http://mystuff.clarke.co.nz/wsname.asp

I've used this utility in the past for a sysprep cd I made. It was pretty basic but after imaging would use an ipconfig batch like Martin suggested then look up the mac address in a text file and rename the workstation as appropriate. It can also name the workstation based on the asset tag.

For that you need to use WMI

Get the WMI SDK and code a script in VB or whatever to manage that class ...

  • Author
In fact it is batch :)

I got mac using ipconfig /all | find /i "Physical address", then I parse this to make it .ini file compatible...

I will try to post it today/tomorrow for you.

BUMP!

Here is a VBS script that list the Network Adaptor Name and the IP address.

I have only tested it on Vista, I have not tried it on any other OS.

strComputer = "."

Dim Act : Set Act = CreateObject("Wscript.shell")

Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")

Set colItems = objWMIService.ExecQuery("Select * From Win32_NetworkAdapterConfiguration " & _

        "Where IPEnabled = True")

For Each objItem in colItems

  NetAdp = Split(objItem.Caption, "]")

    Act.Popup "Network Adaptor Name : " & NetAdp(1) , 5, "Network Adaptor", 0 + 32

    For Each objAddress in objItem.IPAddress

        Act.Popup "IP Address: " & objAddress , 5, "Ip Address", 0 + 32

    Next

Next

  • 2 weeks later...
  • Author
In fact it is batch :)

I got mac using ipconfig /all | find /i "Physical address", then I parse this to make it .ini file compatible...

I will try to post it today/tomorrow for you.

bump?

  • 3 months later...
  • 3 years later...
I think I have found an ugly work around tho. A Boot CD that boots into DOS, sets asset tag, then fires up PE.

Can you tell me what is the ugly work around?

We are trying to do the same thing here at work, boot into DOS => sets asset tag => then to BartPE

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.