Skip to content
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

Not able to install client from install/repair option #175

Open
mickykar opened this issue Apr 12, 2021 · 4 comments
Open

Not able to install client from install/repair option #175

mickykar opened this issue Apr 12, 2021 · 4 comments

Comments

@mickykar
Copy link

I am not able to install client from the option install/repair option when I try to put MP and site code details i get the below error.

an Error occured...
Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error:
(403) Forbidden."
At C:\Users\karn\AppData\Local\Temp\7ee99bfd-eb9d-43cd-8ae6-01b4aab9656a.ps1:18 char:5

  • $webclient.DownloadFile($url,$file)
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [], MethodInvocationException
    • FullyQualifiedErrorId : WebException
@Kraktorist
Copy link

This means that the URL on you SCCM Management Point is not available.
Check this path on your server manually
http://{my_sccm_server}/CCM_Client/ccmsetup.exe

@pilgi3
Copy link

pilgi3 commented Feb 25, 2022

The logged on user has no rights to read the folder which contains the install files for the ccmsetup.exe on the MP.
You see in the message "(403) Forbidden"

@mickykar
Copy link
Author

mickykar commented Mar 6, 2022

We are into https environment and the script for installing client is in https method and i also checked i have read permissions on the primary ccmsetup folder.

@pilgi3
Copy link

pilgi3 commented May 6, 2022

Check this out to fix this.
#181 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants