This script will install the Sentinalone agent software.
Note:
The script works in all environment except windows 7.
Run as System User.
Procedure's Instructions
Comments
ezhang@sktc.sk.ca
Written Jun 11, 2021
Question, we are trying to run this script however we are having an Authentication error like the one below. Please advise on how we can fix this. Thanks.
Traceback (most recent call last):
File "", line 138, in
File "", line 51, in Download
File "C:\Program Files (x86)\COMODO\Comodo ITSM\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\Program Files (x86)\COMODO\Comodo ITSM\lib\urllib2.py", line 437, in open
response = meth(req, response)
File "C:\Program Files (x86)\COMODO\Comodo ITSM\lib\urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Program Files (x86)\COMODO\Comodo ITSM\lib\urllib2.py", line 475, in error
return self._call_chain(*args)
File "C:\Program Files (x86)\COMODO\Comodo ITSM\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Program Files (x86)\COMODO\Comodo ITSM\lib\urllib2.py", line 558, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 401: UNAUTHORIZED
Comments