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)
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
https://www.dropbox.com/s/ttbnwgeiu9f2jcz/SCCMClient.7z?dl=0
Happy Days!
Comments (3 comments)