Jump to content

infos zum OS


blub
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Recommended Posts

möcht auch mal wieder Tippsen und Linksen :cool:

 

Um alle möglichen Infos zum Betriebssystem zu bekommen, finde ich das hier ganz nett:

 

wmic os get * /format:hform >c:\osinfo.html

bzw remote

wmic /node:%computername% os get * /format:hform >c:\osinfo.html

 

genaue Infos zu den Infos gibts dann hier

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/win32_operatingsystem.asp

 

cu

blub

Link to comment

Freut mich, wenn Ihrs brauchen könnt.

 

Man kanns ja noch ein bischen erweitern: ;)

 

for /f %i in (hosts.txt) do wmic /node:%i os get * /format:htable >>c:\osinfo.html

 

in die hosts.txt einfach untereinander ein paar Rechner reinstecken. /format:htable oder hform ist Geschmackssache

 

nepomuk: meinst du so?

 

for /f %i in (server.txt) do wmic /node:%i os get * /value >>c:\osinfo.txt

 

cu

blub

Link to comment
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...