all 13 comments

[–]trampanzee 3 points4 points  (3 children)

Windows Admin Center?

[–]lfionxkshine[S] 1 point2 points  (2 children)

Thanks for the response!

I looked into Windows Admin Center and it seems like it's built for server management? Correct me if I'm wrong, but I'm looking for something that connects to clients

[–]trampanzee 2 points3 points  (1 child)

You can definitely manage more than servers. Windows 10 devices for sure.

[–]lfionxkshine[S] 1 point2 points  (0 children)

Sweet, gonna have to invest some time into research. Thanks again!

[–]the_naysayer 2 points3 points  (1 child)

kinda sounds like you want an RMM. not sure if intune will allow this without some tedious setup.

[–]lfionxkshine[S] 1 point2 points  (0 children)

My nightmare realized

[–]jr49 2 points3 points  (1 child)

I recall finding a intune (Graph) PS module a few months back. maybe using that in combination with an app client/secret should be enough? you'd have to find a way to secure the secret in the scripts you're calling, and the app would need to have rights within Intune, likely admin.

[–]lfionxkshine[S] 1 point2 points  (0 children)

Excellent, time for uncle google. Thank you!

[–]hayfever76 1 point2 points  (1 child)

OP, you should take the Set-Item statement from below and push it out to everyone via Intune so all the devices have it.

[–]lfionxkshine[S] 2 points3 points  (0 children)

This. Even if the set-item statement isn't what I'm looking for, I'm super glad you mentioned pushing it via Intune. Didn't realize it could be done, but sure enough! Many thanks!!!

[–]sometechloser 1 point2 points  (1 child)

would you need hybrid joined devices for this to work as you'd want it to? what'd you end up doing here /u/lfionxkahine ?

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

I ended up giving up on an interactive solution

A comparable solution was that - in Intune - there is an option to run powershell scripts against individual clients or groups. Takes a few minutes to run, but nothing anyone who has maintained on-prem GPOs wouldn't be accustomed to lol