Anasayfa > Uncategorized > Hardware management in Windows Server 2003 R2 – tidbits from TechEd Europe

Hardware management in Windows Server 2003 R2 – tidbits from TechEd Europe

March 8th, 2010

A new feature of R2 is the ability to manage hardware through something called WS-Management. WS-Management uses the WS-* Web to support a for of devices (e.g. servers). It does this by exposing a set of to consume information on top of the Intelligent Interface (IPMI). In addition to hardware it also interfaces with so you can accomplish both through -enabled devices and .Functions exposed are Read and Set information. Execute methods, create and delete objects and retrieve collections of objects. By default it uses certificate-based authentication but R2 also provides basic authentication (over SSL of course).

An example would be enabling Remote Desktops through wsman as I’ve demonstrated earlier through WMI and through the registry -

wsman invoke http://schemas.microsoft.com/wsman/2005/
02//cimv2/Win32_TerminalServiceSetting?
ServerName=HOSTNAME -machine:FQDN @{AllowTSConnections=”1″}

(Wrapped for readability)

The wsman command line tool itself is actually a script, so you can use this as a basis for your own scripts, furthermore it “only” needs open on the .

For more out the TechNet scriptcenter article or this whitepaper.

Incoming search terms for the article:

Related posts

Uncategorized

  1. Henuz yorum yapilmadi.
  1. Henuz geri izleme yok.