dataplat / dbatools

🚀 SQL Server automation and instance migrations have never been safer, faster or freer
https://dbatools.io
MIT License
2.39k stars 787 forks source link

None of the commands are working #9412

Open jyoukhanis opened 5 days ago

jyoukhanis commented 5 days ago

Verified issue does not already exist?

I have searched and found no existing issue

What error did you receive?

The network path was not found! 17195095969497216113368363732624

Steps to Reproduce

# provide your command(s) executed pertaining to dbatools
# please include variable values (redacted or fake if needed) for reference

Invoke-Dbaquery -sqlinstance sql01 -database Master -query 'Select GETDATE()' 17195096909353759074452397020006

Please confirm that you are running the most recent version of dbatools

17195097499623298296969072626451

Other details or mentions

No response

What PowerShell host was used when producing this error

Windows PowerShell ISE (powershell_ise.exe)

PowerShell Host Version

17195097814634483871519832405512

SQL Server Edition and Build number

17195098821225744500205946047590

.NET Framework Version

17195100335932122202169534088502

andreasjordan commented 5 days ago

But you connect to the server by SQL Server Management Studio from this computer?

jyoukhanis commented 5 days ago

Yes I can.

On Thu, Jun 27, 2024, 12:43 PM Andreas Jordan @.***> wrote:

But you connect to the server by SQL Server Management Studio from this computer?

— Reply to this email directly, view it on GitHub https://github.com/dataplat/dbatools/issues/9412#issuecomment-2195300138, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACNXKOPNMTSVEMO4V5UB2R3ZJRFNZAVCNFSM6AAAAABKAMJC5CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJVGMYDAMJTHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

andreasjordan commented 5 days ago

Maybe Test-DbaConnection can give you more information where the problem is.