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

Get-DbaErrorLogFile #9333

Open pollusb opened 2 months ago

pollusb commented 2 months ago

Summarize Command's Functionality

Get-DbaErrorLog does not provide access to errorlog info when the SQL instance is down. This function would return the files (or the content) to diagnose a problem that might have to do with the fact that it's down.

Is there a command that is similiar or close to what you are looking for?

No

Technical Details

No response