Help Wanted: dbatools 2.0 #8696
Replies: 2 comments 3 replies
-
btw I need a blitz of blog posts so the more people writing the better, sorta like what we did for dbachecks. if you find out someone else is writing about it, please dont let that stop you! Also, for those running on PowerShell Core, you must be running version 7.2 or above. I need to make a table and once I do, anyone is free to nab. |
Beta Was this translation helpful? Give feedback.
-
Just seen this. I will put a blog together around certificates as you requested. I can pop the blog up on my site although its been dormant for a long time or i can supply the content to go onto dbaTools. Will ping once its done. I see #8697. So will comment there and put something together |
Beta Was this translation helpful? Give feedback.
-
I'm totally burned out and having a tough time with getting 2.0 out the door. I know its the holiday season, so it's terrible timing but if anyone has time to help with some of those issues, I'd appreciate it
These are the issues that are left for dbatools 2.0.
I'll also need a blitz of blog posts so if anyone can write about
Encrypt=True
andTrustServerCertificate=false
by default. This will cause people to have immediate issues with dbatools 2.0 so I want to bring awareness and set expectations.Set-DbatoolsConfig -FullName sql.connection.trustcert -Value $true -Register
Set-DbatoolsConfig -FullName sql.connection.encrypt -Value $false -Register
I'll also need blog posts about the new structure of dbatools. Most people will be able to justInstall-Module dbatools
like always but people using PowerShell v3 or v4 will need toInstall-Module dbatools.legacy
which is EXACTLY the same EXCEPT the Module Manifest (dbatools.psd1).Save-Module
or do some manual downloading from the PS Gallery and rename the .nuget to .zip, extract, and rename the directories as appropriate.If I can't get this out before the end of the year, I leave for France at the beginning of January and 2.0 wont be released till much later.
For dbatools developers, 2.0 is immediately different, as you'll need to Install-Module dbatools.library before attempting to develop.
So if you can close some 2.0 issues in the repo or draft some blog posts in preparation for 2.0, I'd appreciate it 🙏
Beta Was this translation helpful? Give feedback.
All reactions