Mikey Bronowski continues a series on dbatools functionality vis-a-vis SQL Server Management Studio:
The SSMS offers to script out lots of the SQL Server objects, however it can be limited in some areas. Using Get-Dba* commands and piping them into Export-DbaScript may add few more options. For example SQL Agent jobs:
Click through for just shy of a dozen cmdlets to help you run your data import-export business.