You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to stop, start or restart SQL instances using the dbatools commands Start-DbaService, Stop-DbaService or Restart-DbaService, the command fails with the error shown below. The user credentials I am using have local admin on the target server so I would expect the commands to work. Get-DbaService returns data successfully. Has anyone any idea why this is happening?
The error returned is:
Get-RunspaceData : WinRM cannot process the request. The following error occurred while using Kerberos authentication: Cannot find the computer .
Verify that the computer exists on the network and that the name provided is spelled correctly.
At C:\Program Files\WindowsPowerShell\Modules\dbatools\1.1.143\allcommands.ps1:148731 char:13
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When trying to stop, start or restart SQL instances using the dbatools commands Start-DbaService, Stop-DbaService or Restart-DbaService, the command fails with the error shown below. The user credentials I am using have local admin on the target server so I would expect the commands to work. Get-DbaService returns data successfully. Has anyone any idea why this is happening?
The error returned is:
Get-RunspaceData : WinRM cannot process the request. The following error occurred while using Kerberos authentication: Cannot find the computer .
Verify that the computer exists on the network and that the name provided is spelled correctly.
At C:\Program Files\WindowsPowerShell\Modules\dbatools\1.1.143\allcommands.ps1:148731 char:13
CategoryInfo : NotSpecified: (Win32_Service: ... "MSSQL?SIT01"):CimInstance) [Write-Error], CimException
FullyQualifiedErrorId : HRESULT 0x80070035,Get-RunspaceData
Beta Was this translation helpful? Give feedback.
All reactions