<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Sat, 26 May 2012 05:54:57 -0700 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/ws-management-and-intel-active-management-technology-a-primer/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network Comments Feed</title>
    <link>http://software.intel.com/en-us/articles/ws-management-and-intel-active-management-technology-a-primer</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>By Henrik</title>
      <description><![CDATA[ Easy and good overall explaination of WS-MAN. ]]></description>
      <link>http://software.intel.com/en-us/articles/ws-management-and-intel-active-management-technology-a-primer/#comment-9074</link>
      <pubDate>Tue, 18 Nov 2008 04:49:49 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/ws-management-and-intel-active-management-technology-a-primer/#comment-9074</guid>
    </item>
    <item>
      <title>By Leandro</title>
      <description><![CDATA[ I'm trying use a winrm script against an AMT 3.0.2 machine and always get the following error:	The WS-Management service does not support the specified feature. Remove the unsupported feature from the request and retry.

This is my script:

Set objWsman = CreateObject( "Wsman.Automation" )
Set objConnectionOptions = objWsman.CreateConnectionOptions
objConnectionOptions.UserName = "admin"
objConnectionOptions.Password = "mypassword"
Set objSession = objWsman.CreateSession ("http: // machine:16992/wsman", objWsman.SessionFlagUTF8 Or objWsman.SessionFlagUseDigest Or objWsman.SessionFlagCredUserNamePassword, objConnectionOptions)
objSession.Timeout = 60000 
Set objResultSet = objSession.Enumerate( "http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ManagedElement.xsd")
While Not objResultSet.AtEndOfStream
    WScript.Echo objResultSet.ReadItem
Wend

Any hints? ]]></description>
      <link>http://software.intel.com/en-us/articles/ws-management-and-intel-active-management-technology-a-primer/#comment-9659</link>
      <pubDate>Mon, 15 Dec 2008 06:36:34 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/ws-management-and-intel-active-management-technology-a-primer/#comment-9659</guid>
    </item>
    <item>
      <title>By Gael Holmes (Intel)</title>
      <description><![CDATA[ Hi There,
There is nothing wrong with the script - I was able to copy and past to a file and run it against a 3.0.2 AMT Client.   I had to replace the password and machine name to reflect my environment and remove the semi-colon “;” characters in the sample.  So nothing is wrong with the script itself but other factors such as the machine not being provisioned or having WinRM could cause the problem.

In the future, you may want to post your questions to our Manageability Discussion forum:  http://software.intel.com/en-us/forums/manageability-software-development/

Comments on articles such as this one, are not routinely monitored so you might go a long time (as you have here) before someone sees your question. ]]></description>
      <link>http://software.intel.com/en-us/articles/ws-management-and-intel-active-management-technology-a-primer/#comment-25039</link>
      <pubDate>Tue, 26 May 2009 14:01:54 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/ws-management-and-intel-active-management-technology-a-primer/#comment-25039</guid>
    </item>
    <item>
      <title>By mugwump</title>
      <description><![CDATA[ good explanation but the formatting is a bit messed up.... ]]></description>
      <link>http://software.intel.com/en-us/articles/ws-management-and-intel-active-management-technology-a-primer/#comment-28429</link>
      <pubDate>Thu, 23 Jul 2009 12:15:15 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/ws-management-and-intel-active-management-technology-a-primer/#comment-28429</guid>
    </item>
  </channel></rss>
