‘Invoke-Sqlcmd’ is not recognized as the name of a cmdlet

Open up PowerShell as an Administrator and install the sqlserver module by Install-Module sqlserver After the module has installed, the module commands including the Invoke-sqlcmd should be readily available. You can check the same using Get-Command -Module sqlserver. If this module is not readily available, you can Import-Module sqlserver after installing it.

Where is MSBuild.exe installed in Windows when installed using BuildTools_Full.exe?

As per https://learn.microsoft.com/en-us/visualstudio/msbuild/what-s-new-in-msbuild-15-0 MSBuild is now installed in a folder under each version of Visual Studio. For example, C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild. You can also use the following PowerShell module to locate MSBuild: vssetup.powershell. MSBuild is no longer installed in the Global Assembly Cache. To reference MSBuild programmatically, use NuGet packages.

What’s the difference between the Personal and Web Hosting certificate store?

from IIS.NET: The key difference between Web Hosting store and Personal store is that Web Hosting store is designed to scale to higher numbers of certificates. For lightweight scenarios (when you have less than 20-30 certificates) you can use any, Personal or WebHosting store. When you have 30+ different certificates, you should use Web Hosting … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)