Hello,
I want to design a script (to be executed locally) that :
1. trigger the manual installation of the SCCM client
2. Synchronously wait for full installation of the SCCM client (not only the completion of the ccmsetup.exe process)
3. Synchronously wait for first machine policy download
For #1, I used to execute the command line... "\\...\CCMSetup.exe /mp:XXX SMSSITECODE=CTL FSP=XXX /UsePKICert /source:"\\XXX\Client"" but this is obviously an asynchronous process as once ccmsetup has completed, remaining setup and first sync. happens in
the background.
Any suggestion ?
Regards.