SCCM Permission Issue even after configuring the application admin Role in SCCMIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms Trying to run an SCCM Activity of Adding a device to an Collection in the instance , however the workflow activity won't complete due the the error below: "Operation could not complete because the currently connected account does not have the required security rights to perform this operation.Stack Trace:" Release Any release Environment Microsoft SCCM Cause The security scope of the service account was set to "all Instance of the object that are related to the assigned security roles" to fix this issue. Resolution In SCCM, ensure the security scope "All instances of the objects that are related to the assigned security roles" is set for the service account 1. In the Configuration Manager console, choose Administration.2. In the Administration workspace, expand Security, and then choose Administrative Users.3. Select the administrative user that you want to modify.4. On the Home tab, in the Properties group, choose Properties.5. In the Security Scopes tab, confirm that the administrative user is configured for All instances of the objects that are related to the assigned security roles. Additional Information Microsoft SCCM Documentation