Associate Run-As Account Probe Action

Dell.FeatureManagement.OOB.RunasAcctAssocationProbe (ProbeActionModuleType)

Associate Run-As Account Probe Action

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityInternal
RunAsDefault
InputTypeSystem.BaseData
OutputTypeMicrosoft.Windows.SerializedObjectData

Member Modules:

ID Module Type TypeId RunAs 
PSP ProbeAction Dell.FeatureManagement.Pack.PowerShellAPITaskProbe.FMPEngine Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
TimeoutSecondsint$Config/TimeoutSeconds$TimeoutTimeout

Source Code:

<ProbeActionModuleType ID="Dell.FeatureManagement.OOB.RunasAcctAssocationProbe" Accessibility="Internal" Batching="false" PassThrough="false">
<Configuration>
<xsd:element minOccurs="1" name="TimeoutSeconds" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="PSP" TypeID="Dell.FeatureManagement.Pack.PowerShellAPITaskProbe.FMPEngine">
<ScriptName>DellOOBRunAsAccount.ps1</ScriptName>
<LogLevel>0</LogLevel>
<LogDirectory>DellFeatureMonitoring_Logs</LogDirectory>
<MPActionType>AssociateRunAsAccount</MPActionType>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<Force>false</Force>
<addonarg1>none</addonarg1>
<PreferredMethod>none</PreferredMethod>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="PSP"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Windows!Microsoft.Windows.SerializedObjectData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>