Skip to content

Commit

Permalink
Added RunAs Profile. Fixes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
hmscott4 committed May 11, 2021
1 parent fd3e1cd commit 670fe33
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,20 @@
<ClassType ID="SCOM.Alert.Management.ManagementServer" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false" Extension="false"></ClassType>
</ClassTypes>
</EntityTypes>
<SecureReferences>
<SecureReference ID="Microsoft.OpsMgr.AlertManagement.RunasProfile" Accessibility="Public" />
</SecureReferences>
</TypeDefinitions>
<LanguagePacks>
<LanguagePack ID="ENU" IsDefault="true">
<DisplayStrings>
<DisplayString ElementID="SCOM.Alert.Management.ManagementServer">
<Name>SCOM Alert Management Management Server</Name>
</DisplayString>
<DisplayString ElementID="Microsoft.OpsMgr.AlertManagement.RunasProfile">
<Name>SCOM Alert Management Run As Profile</Name>
<Description>Profile used in the Alert Management rules for Assigning Alerts and Routing Alerts through workflows. Use a Windows account. Account has been tested as SCOM Administrator, but should also work with Advanced Operator (with a global profile). Account will also need read/write permissions to file share where configuraiton files are stored.</Description>
</DisplayString>
</DisplayStrings>
</LanguagePack>
</LanguagePacks>
Expand Down
Binary file modified AlertManagement/MPResources.resources
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ManagementPackFragment SchemaVersion="2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<TypeDefinitions>
<ModuleTypes>
<DataSourceModuleType ID="SCOM.Alert.Management.Assign.Rule.DataSource" Accessibility="Public" Batching="false">
<DataSourceModuleType ID="SCOM.Alert.Management.Assign.Rule.DataSource" Accessibility="Public" Batching="false" RunAs="Microsoft.OpsMgr.AlertManagement.RunasProfile">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ManagementPackFragment SchemaVersion="2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<TypeDefinitions>
<ModuleTypes>
<DataSourceModuleType ID="SCOM.Alert.Management.Escalate.Rule.DataSource" Accessibility="Public" Batching="false">
<DataSourceModuleType ID="SCOM.Alert.Management.Escalate.Rule.DataSource" Accessibility="Public" Batching="false" RunAs="Microsoft.OpsMgr.AlertManagement.RunasProfile">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
Expand Down

0 comments on commit 670fe33

Please sign in to comment.