| DisplayName | Description | ID | Type | Isolation | Accessibility | RunAs |
| PowerShell Script Property Bag Write Action | Use this module as a write action for running PowerShell scripts and the PowerShell script will return a property bag. This module returns data of type System.PropertyBagData. This module should be used for implementing recoveries or as the write action for agent tasks. The StrictErrorHandling parameter should only be set to "true" if the module is being used in an agent task. For more information on this module refer to the "Operations Manager Module Types Reference" online. | Microsoft.Windows.PowerShellPropertyBagWriteAction | WriteActionModuleType | Any | Public | |
| PowerShell Script Serialized Object Write Action | Use this module as a write action for running PowerShell scripts when full access is needed to both the screen output and the objects returned by the PowerShell script. This module returns data of type Microsoft.Windows.SerializedObjectData. This module should be used for implementing recoveries or as the write action for agent tasks. The SerializationDepth parameter should be set as small as possible (3 or less) to prevent the resulting data item from becoming too large. The StrictErrorHandling parameter should only be set to "true" if the module is being used in an agent task. For more information on this module and the SerializedObjectData type refer to the "Operations Manager Module Types Reference" online. | Microsoft.Windows.PowerShellWriteAction | WriteActionModuleType | Any | Public | |
| Run Script | | Microsoft.Windows.ScriptWriteAction | WriteActionModuleType | Any | Public | |
| Microsoft.Windows.PowerShellPropertyBagWriteActionBase | | Microsoft.Windows.PowerShellPropertyBagWriteActionBase | WriteActionModuleType | Any | Internal | |
| Microsoft.Windows.PowerShellWriteActionBase | | Microsoft.Windows.PowerShellWriteActionBase | WriteActionModuleType | Any | Internal | |
| Microsoft.Windows.ServiceControlManager.ConfigureStartupType | | Microsoft.Windows.ServiceControlManager.ConfigureStartupType | WriteActionModuleType | Any | Public | |
| Microsoft.Windows.ServiceControlManager.StartService | | Microsoft.Windows.ServiceControlManager.StartService | WriteActionModuleType | Any | Public | |