JOSEPH Michel
New Member
- Messages
- 1
- Reaction score
- 0
- Points
- 1
Hi Team,
It's been a while, I think 2 months already: I can't install the Software Center on my clients anymore.
So, in the master, when my colleagues install a new client, there is no problem, the SC is installed correctly like all the apps in the master.
But after some windows updates, the SC disapears and then it's impossible to install it again with SCCM.
I have checked my configuration and everything is good in SCCM, all users are allowed to install etc.
The only way I found for some clients is this :
$poste = "client_name"
mkdir \\$poste\c$\Temp_CentreLogiciel
copy \\domainname\SYSVOL\domainname\scripts\EXE\SCCM\ccmsetup.exe \\$poste\c$\Temp_CentreLogiciel
psexec \\$poste -s -i -d C:\Temp_CentreLogiciel\ccmsetup.exe /mp:server_SCCM /logon SMSSITECODE=COMPANYNAME FSP=SERVER_SCCM
But this, doesnt work all the time.
If you have some hints, I take it
.
Besides, SCCM wasn't be updated for months -> Can this play a role in my problem ?
Thanks in advance.
Regards,
Michel
It's been a while, I think 2 months already: I can't install the Software Center on my clients anymore.
So, in the master, when my colleagues install a new client, there is no problem, the SC is installed correctly like all the apps in the master.
But after some windows updates, the SC disapears and then it's impossible to install it again with SCCM.
I have checked my configuration and everything is good in SCCM, all users are allowed to install etc.
The only way I found for some clients is this :
$poste = "client_name"
mkdir \\$poste\c$\Temp_CentreLogiciel
copy \\domainname\SYSVOL\domainname\scripts\EXE\SCCM\ccmsetup.exe \\$poste\c$\Temp_CentreLogiciel
psexec \\$poste -s -i -d C:\Temp_CentreLogiciel\ccmsetup.exe /mp:server_SCCM /logon SMSSITECODE=COMPANYNAME FSP=SERVER_SCCM
But this, doesnt work all the time.
If you have some hints, I take it
Besides, SCCM wasn't be updated for months -> Can this play a role in my problem ?
Thanks in advance.
Regards,
Michel