Hi @YNAP ! Thanks for the post. I spoke to the Manager of the team that handles these issues and he suggested creating a support case. They are unaware of any issues like this and would need to do a deep dive.
Just to add an update, below the exact error:
VERBOSE: POST http://172.22.32.55:81/SearchSvc/CVWebService.svc/Login with -1-byte payload
VERBOSE: received -1-byte response of content type application/json; charset=utf-8
ValidateResponse :
Status:
Message: The response content cannot be parsed because the Internet Explorer engine is not available, or Internet
Explorer's first-launch configuration is not complete. Specify the UseBasicParsing parameter and try again.
ErrorMessage:
RecommendedAction:
At C:\Program Files\WindowsPowerShell\Modules\Commvault.RESTSession\2.0.21\Commvault.RESTSession.psm1:560 char:13
+ ValidateResponse $response $output $ValidateProperty
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,ValidateResponse
Just to add an update, below the exact error:
VERBOSE: POST http://172.22.32.55:81/SearchSvc/CVWebService.svc/Login with -1-byte payload
VERBOSE: received -1-byte response of content type application/json; charset=utf-8
ValidateResponse :
Status:
Message: The response content cannot be parsed because the Internet Explorer engine is not available, or Internet
Explorer's first-launch configuration is not complete. Specify the UseBasicParsing parameter and try again.
ErrorMessage:
RecommendedAction:
At C:\Program Files\WindowsPowerShell\Modules\Commvault.RESTSession\2.0.21\Commvault.RESTSession.psm1:560 char:13
+ ValidateResponse $response $output $ValidateProperty
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,ValidateResponse
I solved the problem following this link
Solving the First-Launch Configuration Error with PowerShell's Invoke-WebRequest Cmdlet - Wahl Network
creating a local GPO and running gpupdate /force on my laptop
Glad to hear it, @YNAP and thanks for sharing with the community!!