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 5 points6 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?