-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client install through SSL #181
Comments
This doesn't work even changing to https may be if we can get the script to install client in https method that would be great |
Do you using the script "SCCM-UNINSTALL-REINSTALL.ps1" or the button "Install Agent" under Tab Install / Repair? |
Yes i do that in sccm-uninstall-reinstall script the uninstall works perfect but the re-install doesn't work most of the time and when i click the install agent tab i get the error. Below is the script i modified for HTTPS we have also we have PKI environment for client authentication , but still it doesnt work. $CMMP='contso.com' $ErrorActionPreference = "SilentlyContinue" try #download ccmsetup.exe from MP #stop the old sms agent service #Cleanup cache #Cleanup Execution History #kill existing instances of ccmsetup.exe #run ccmsetup catch |
In our environment we run into the problem called second hop when using the button "Install Agent" We where able to do a workaround with the local ccmsetup.exe. `$CMMP = 'Management Point FQDN' $ErrorActionPreference = "Stop"
} |
Let me test this script once |
Hi Team
Since we moved our environnement to SSL i cannot install the client anymore through your script
Each time i have the message an error occured
Can you tell me what's going on ?
Thanks for your help
The text was updated successfully, but these errors were encountered: