White Papers

Active Directory Configuration
31
SkipCAcheck -SkipRevocationCheck -encoding:utf-8 -a:basic -
format:pretty -file:c:\users\zhan_liu\appdata\local\temp\tmpqjgepl
<p:SetAttributes_INPUT
xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_IDRACCardService">
<p:AttributeName>ADGroup.1#Domain</p:AttributeName>
<p:AttributeValue>ci.local</p:AttributeValue>
<p:Target>iDRAC.Embedded.1</p:Target>
</p:SetAttributes_INPUT>
SetAttributes_OUTPUT
Message = The command was successful
MessageID = RAC001
RebootRequired = No
ReturnValue = 0
SetResult = Set PendingValue
Name: Role Group1 Privilege Level
Description: The privilege level for group 1, in this example, the privilege is Administrator
Value: 511
Winrm command
The attribute value 511 has the highest privilege, which is an “administrator. By changing the
attribute value, you can assign different privileges to the users (user group). This command can
also be used to set “Role Group2 Privilege Level” and “Role Group3 Privilege Level”.
winrm invoke SetAttributes
"cimv2/root/dcim/DCIM_IDRACCardService?SystemCreationClassName=DCIM_Com
puterSystem+CreationClassName=DCIM_iDRACCardService+SystemName=DCIM:Com
puterSystem+Name=DCIM:iDRACCardService" -
r:https://192.168.0.120:443/wsman -u:root -p:****** -SkipCNcheck -
SkipCAcheck -SkipRevocationCheck -encoding:utf-8 -a:basic -
format:pretty -file:c:\users\zhan_liu\appdata\local\temp\tmpwxb3lt
<p:SetAttributes_INPUT
xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_IDRACCardService">
<p:AttributeName>ADGroup.1#Privilege</p:AttributeName>
<p:AttributeValue>511</p:AttributeValue>
<p:Target>iDRAC.Embedded.1</p:Target>
</p:SetAttributes_INPUT>
SetAttributes_OUTPUT
Message = The command was successful
MessageID = RAC001