microsoft / SQLServerPSModule

This repo is the home of SQL Server PowerShell Module development.
MIT License
45 stars 1 forks source link

Implement *SqlAlwaysOn cmdlets on PS7 #4

Closed ostojicb closed 1 year ago

ostojicb commented 2 years ago

Would be awesome to have Enable-SqlAlwaysOn and Disable-SqlAlwaysOn in v22

Matteo-T commented 2 years ago

Yup - these were left out because of lack of SMO/WMI support in older version of .NetCore. Now that PS7 is on more modern versions of that, I can easily add them back. Yay!

Matteo-T commented 1 year ago

This was fixed in v22.0.30-preview (and later).