Install Hyper-V on Windows 10

Install Hyper-V on Windows 10

You install Hyper-V in the “Turn Windows features on or off” settings. If Hyper-V platform is disabled, hover over it and you may see an error similar to this one: “Hyper-V Virtualization Disabled in Firmware” This means you need to go into...
Query a SQL Database with PowerShell

Query a SQL Database with PowerShell

You can query a SQL database using PowerShell’s Invoke-Sqlcmd cmdlet. This cmdlet is included as part of the Sqlps module, which is installed on a computer by running SQL setup. If you need to load the module, use this command: Import-Module “sqlps”...