mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
4.6 KiB
4.6 KiB
In [4]:
# Uncomment and run Install-Module only the first time
# Install-Module -Name SqlServer -AllowClobber -Force
Import-Module -Name SqlServer
Get-ModuleIn [5]:
Get-SqlInstance -ServerInstance 'localhost' | Invoke-SqlAssessmentIn [6]:
Get-SqlDatabase -ServerInstance 'localhost' | Invoke-SqlAssessment