4.2.4 Plugin Security Setting Configuration
Put Request
-
<s:Envelope xmlns:s=http://www.w3.org/2003/05/soap-envelope xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns:wsmv="http://schemas.microsoft.com/wbem/wsman/1/wsman.xsd"> <s:Header> <wsa:To>http://localhost:47001/wsman</wsa:To> <wsman:ResourceURI s:mustUnderstand="true"> http://schemas.microsoft.com/wbem/wsman/1/config/service/security </wsman:ResourceURI> <wsa:ReplyTo> <wsa:Address s:mustUnderstand="true"> http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous </wsa:Address> </wsa:ReplyTo> <wsa:Action s:mustUnderstand="true"> http://schemas.xmlsoap.org/ws/2004/09/transfer/Put </wsa:Action> <wsman:MaxEnvelopeSize s:mustUnderstand="true">153600</wsman:MaxEnvelopeSize> <wsa:MessageID>uuid:80C888D1-0200-4469-A91D-BEAF45DB0C53</wsa:MessageID> <wsman:Locale xml:lang="en-US" s:mustUnderstand="false" /> <wsmv:DataLocale xml:lang="en-US" s:mustUnderstand="false" /> <wsman:SelectorSet> <wsman:Selector Name="Uri"> http://schemas.microsoft.com/wbem/wsman/1/wmi/root/cimv2 </wsman:Selector> </wsman:SelectorSet> <wsman:OperationTimeout>PT60.000S</wsman:OperationTimeout> </s:Header> <s:Body> <Security xmlns=http://schemas.microsoft.com/wbem/wsman/1/config/PluginConfiguration Uri=http://schemas.microsoft.com/wbem/wsman/1/wmi/root/cimv2 ExactMatch="false" Sddl="O:NSG:BAD:P(A;;GA;;;BA)S:P(AU;FA;GA;;;WD)(AU;SA;GXGW;;;WD)"/> </s:Body> </s:Envelope>
Put Response
-
<s:Envelope xml:lang="en-US" xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wst="http://schemas.xmlsoap.org/ws/2004/09/transfer" xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns:wsmv="http://schemas.microsoft.com/wbem/wsman/1/wsman.xsd"> <s:Header> <wsa:Action>http://schemas.xmlsoap.org/ws/2004/09/transfer/PutResponse</wsa:Action> <wsa:MessageID>uuid:3758BB33-3663-4A23-BCB4-756B028C170A</wsa:MessageID> <wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:To> <wsa:RelatesTo>uuid:80C888D1-0200-4469-A91D-BEAF45DB0C53</wsa:RelatesTo> </s:Header> <s:Body> <PlugInConfiguration xmlns=http://schemas.microsoft.com/wbem/wsman/1/config/PluginConfiguration Name="WMI Provider" Filename="%systemroot%\system32\WsmWmiPl.dll" SDKVersion="1" XmlRenderingType="text"> <Resources> <Resource ResourceUri="http://schemas.microsoft.com/wbem/wsman/1/wmi" SupportsOptions="true"> <Security xmlns="http://schemas.microsoft.com/wbem/wsman/1/config/PluginConfiguration" Uri=http://schemas.microsoft.com/wbem/wsman/1/wmi/root/cimv2 ExactMatch="false" Sddl="O:NSG:BAD:P(A;;GA;;;BA)S:P(AU;FA;GA;;;WD)(AU;SA;GXGW;;;WD)"/> <Capability Type="Get" SupportsFragment="true"/> <Capability Type="Put" SupportsFragment="true"/> <Capability Type="Invoke"/> <Capability Type="Enumerate" SupportsFiltering="true"/> </Resource> <Resource ResourceUri="http://schemas.dmtf.org/wbem/wscim/1/cim-schema" SupportsOptions="true"> <Capability Type="Get" SupportsFragment="true"/> <Capability Type="Put" SupportsFragment="true"/> <Capability Type="Invoke"/> <Capability Type="Enumerate"/> </Resource> <Resource ResourceUri=http://schemas.dmtf.org/wbem/wscim/1/* SupportsOptions="true" ExactMatch="true"> <Capability Type="Enumerate" SupportsFiltering="true"/> </Resource> </Resources> </PlugInConfiguration> </s:Body> </s:Envelope>