Scripted Action: Install SCCM Client on Windows 10 Virtual Desktop

I had created this for the Nerdio Hackathon 2021 as a freestyle beginner scripting challenge and won the 4th place ($50 USD Amazon Gift Card) too so I'd love to share the knowledge here with everyone.
 
The script lets you install SCCM Client on Windows 10 Virtual Desktop. First, take a look at the dependencies:
 1. On the target machine, run PowerShell elevated (as administrator)
 2. Within PowerShell, set execution policy to enable the running of scripts.
     Ex. Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Here is where you can find the script I developed and the .xml, .cab, .exe and other files that will make this work.

https://www.dropbox.com/s/ttbnwgeiu9f2jcz/SCCMClient.7z?dl=0

Happy Days!
 
                   
0

Comments (3 comments)

Avatar
Carl Long

This is fantastic and super helpful!

Thank you Muhammad and congrats on the win.  I look forward to hearing other partners comments on this!

0
Avatar
Adrian Martin

Nice work Muhammad! 

0
Avatar
Muhammad Ejaz

Thank you Mr Martin and Nerdio Accelerator. I aim to contribute more in the future.

Please sign in to leave a comment.