Giter VIP home page Giter VIP logo

Comments (6)

Ioan-Popovici avatar Ioan-Popovici commented on May 27, 2024

I have a lot of reports, which one are you refering to?

from sccm-zone.com.

Yevrag35 avatar Yevrag35 commented on May 27, 2024

Oh sorry, it's the "CB Configuration Baseline Compliance by Configuration Item with Values" one.

However, a colleague and I found the issue, we believe. The ID's in the error correspond with 'AdminIDs' for Administrative users in SCCM. And the issue only happens to users who are members of multiple groups and/or specified explicitly in the administrative users section in the console.

In my case, my user account was explicitly defined as an admin AND I am a member of another group which is also defined as an admin in the console. The error is actually coming from the definition of 'UserSIDs'.

My user's UserTokenSIDs as it passes into 'dbo.fn_rbac_GetAdminIDsfromUserSIDs' results in two ID's coming back from the function. But instead of Microsoft listing them as 2 separate values, they concatenate them into one string joined with a comma.

Workaround:
Remove the duplicate Administrative User entry.

Fix?:
My colleague wrote some simple T-SQL to automatically split the string (if it needs to), and select the first ID in the newly created array. This is, more than likely, not ideal as it's not checking for the highest permissions levels.

from sccm-zone.com.

Ioan-Popovici avatar Ioan-Popovici commented on May 27, 2024

Hmm, I will look for a workaround, thanks for reporting this

from sccm-zone.com.

Yevrag35 avatar Yevrag35 commented on May 27, 2024

No problem, when I get into work, I will post the extra code that got it working.

from sccm-zone.com.

Ioan-Popovici avatar Ioan-Popovici commented on May 27, 2024

For now the simple workaround is to uncomment this line
--DECLARE @UserSIDs AS NVARCHAR(250) = 1;
If it does not work you might need to replace the value with 'Disabled'

NOTE: This will disable the report security!

from sccm-zone.com.

Ioan-Popovici avatar Ioan-Popovici commented on May 27, 2024

Implemented workaround, upgraded report template and other optimisations.
Released v4.0

from sccm-zone.com.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.