Examples/TestIem1/IEMPresent.mof
/*
@TargetNode='IEMPresent' @GeneratedBy=ors @GenerationDate=02/01/2017 17:09:36 @GenerationHost=OR-PC */ instance of MSFT_KeyValuePair as $MSFT_KeyValuePair1ref { Key = "ACTIVE_SITE_PATH"; Value = "\"c:\\ActionSite.afxm\""; }; instance of Intigua_Agent as $Intigua_Agent1ref { KeepManagedAgentCPUUtilizationUnder = 30; ResourceID = "[Agent]IEM"; AutomaticallyStartAgentUponFailure = "True"; EnableMemoryAndCPUControl = "True"; MaximumNumberOfAutoStartsInADay = 10; Ensure = "Present"; AgentParameters = { $MSFT_KeyValuePair1ref }; SourceInfo = "N:\\intigua_dsc\\Examples\\IemTest.ps1::23::9::Agent"; AgentPath = "https://s3.amazonaws.com/intigua-dsc/Agents/Windows/iem_lw_Windows_x64_9.1_2.9.0.378.vai"; AgentName = "iem"; LimitManagedAgentMemoryConsumptionTo = 512; ModuleVersion = "1.0.0.2"; ModuleName = "Intigua"; IntiguaLogLevel = "Error"; ConfigurationName = "TestIem1"; }; instance of OMI_ConfigurationDocument { Version="2.0.0"; MinimumCompatibleVersion = "1.0.0"; CompatibleVersionAdditionalProperties= {"Omi_BaseResource:ConfigurationName"}; Author="ors"; GenerationDate="02/01/2017 17:09:36"; GenerationHost="OR-PC"; Name="TestIem1"; }; |