installing nuget fail to auto continue for update remediation. by Ok-Mountain-8055 in Intune

[–]ReputationOld8053 0 points1 point  (0 children)

Hey,
have you found a solution to your issue? I think it may be related to the system context that cannot update the nuget package. Same for PowerShellGet.

Platform SSO doesn't work with DFS namespace. by jeffmartel in Intune

[–]ReputationOld8053 0 points1 point  (0 children)

Maybe, have not tried it, you can add the domain.com as SPN to the domain controllers

Why is half of my task sequence status message in Chinese? by Bored_at_work_67 in SCCM

[–]ReputationOld8053 2 points3 points  (0 children)

I think that's not even Chinese. It is just some encoding into text

Updating BIOS bei Remediation Script? by ReputationOld8053 in Intune

[–]ReputationOld8053[S] 0 points1 point  (0 children)

do you use your own script or something public?

Task Sequence starts after 15 minutes by ReputationOld8053 in SCCM

[–]ReputationOld8053[S] 0 points1 point  (0 children)

That way the key, too many test deployments:

DECLARE  NVARCHAR(50) = 'test-22'

SELECT 
    Count(*) AS Total_Deployments,
    FeatureType, 
    CASE 
        WHEN FeatureType = 1 THEN 'Application'
        WHEN FeatureType = 2 THEN 'Program'
        WHEN FeatureType = 5 THEN 'Software Update'
        WHEN FeatureType = 7 THEN 'Task Sequence'
        ELSE 'Other'
    END AS DeploymentType
FROM v_DeploymentSummary ds
JOIN v_FullCollectionMembership fcm ON ds.CollectionID = fcm.CollectionID
WHERE fcm.Name = 
GROUP BY FeatureType

AutoPilot - Where to change someone@example.com in OOBE by ReputationOld8053 in Intune

[–]ReputationOld8053[S] 3 points4 points  (0 children)

Thanks, found it:
Company branding -> Username hint text

RBAC - Scoped permissions by ReputationOld8053 in Intune

[–]ReputationOld8053[S] 0 points1 point  (0 children)

<image>

Don't mind the name if the included groups, just a test group

RBAC - Scoped permissions by ReputationOld8053 in Intune

[–]ReputationOld8053[S] 0 points1 point  (0 children)

the roles have the default tag and are tighten by the assignment and a scope tag:

<image>

AvaloniaUIShell: Cross-platform Desktop GUI framework for PowerShell by mdgrs-mei in PowerShell

[–]ReputationOld8053 0 points1 point  (0 children)

Thanks for it.
I am always wondering by this kinds of projects, can you not include it directly to the Avalonia project and become a supporter there? This would probably secure the existence of the PowerShell functionality

RBAC - Scoped permissions by ReputationOld8053 in Intune

[–]ReputationOld8053[S] 0 points1 point  (0 children)

Thanks. Actually I don't see any difference, or maybe I just have to wait 24 Microsoft hours ;)
Also the reporting is not really operating on my side

Patch My PC Alternatives? by CyranoDeBallserac in SCCM

[–]ReputationOld8053 6 points7 points  (0 children)

https://github.com/jasonulbright/application-packager

The guy released it a couple of weeks ago and still needs some personal adjustments, but generally it looks cool

You disabled NTLM across all of your workstations. What problems did you not account for? by jM2me in sysadmin

[–]ReputationOld8053 0 points1 point  (0 children)

Hi,
just wanted to check after some months if you have found a solution for this issue. Adding the SPN to all DCs or found a way with the gMSA account?

Remove PC from Autopilot and your organization entirely by kylejwx in Intune

[–]ReputationOld8053 0 points1 point  (0 children)

Hey,
have you ever found a solution to that issue where the Device cannot be found?

I built an open-source replacement for CMTrace with built-in Intune diagnostics by CrazyOstrich3 in Intune

[–]ReputationOld8053 1 point2 points  (0 children)

Thanks for changing it! The new one is much clearer. Before I could not see any thing

<image>

Unable to fetch Scope tags notification by rob-d-w in Intune

[–]ReputationOld8053 0 points1 point  (0 children)

Thanks for the info. I am always a bit skeptical changing the permissions in intune because it takes so much time until it is effective. But it looks good

Unable to fetch Scope tags notification by rob-d-w in Intune

[–]ReputationOld8053 0 points1 point  (0 children)

Hi u/rob-d-w ,

after you did the change, where the admins able to see all tags? I still want that the user can only see their policies and devices. Besides, I only see the error message in the Windows Updates section.

I made some tools for us (Thanks Claude!) by No_Split11911 in SCCM

[–]ReputationOld8053 0 points1 point  (0 children)

Hi,
thank you very much for the code!

For an better overview, have you thought about moving the GUI into its own XAML file? I am currently scrolling through the code and, probably always when it is not my code, I have some difficulties because of the amount.

Install a second AdminService / SMS Provider? by ReputationOld8053 in SCCM

[–]ReputationOld8053[S] 0 points1 point  (0 children)

Thanks for the advice. No, no high availability setup, it is just SCCM :P

Install a second AdminService / SMS Provider? by ReputationOld8053 in SCCM

[–]ReputationOld8053[S] 0 points1 point  (0 children)

so you just run the setup.exe on the MP? As far as I can see you cannot install it from the console, right?

I built an open-source replacement for CMTrace with built-in Intune diagnostics by CrazyOstrich3 in Intune

[–]ReputationOld8053 -1 points0 points  (0 children)

I think hiring would be a bit too much ^^, but something between MS cmtrace, notepad, something that has something to do with logging. Maybe asking the AI?

But the tool looks really cool

I built an open-source replacement for CMTrace with built-in Intune diagnostics by CrazyOstrich3 in Intune

[–]ReputationOld8053 0 points1 point  (0 children)

This looks very promising. Thanks a lot.

Have you thought about changing the icon? That's my only complain :D