I'm familiar with using Entity Framework commands in Package Manager Console within Visual Studio e.g.
Scaffold-DbContext "Server=Blah;Database=Blah;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer
I'd like to do the same in an external PowerShell script as part of an automation routine. How would I go about importing Entity Framework tools for use outside of Visual Studio?