Powershell Commands for SQL Server
SQLPS The SQLPS utility is being replaced by the sqlps module: Import-Module “sqlps” -DisableNameChecking To run this interactively against a remote server, enter a remoting session: Enter-PSSession -ComputerName HOST-NAME -Credential DOMAIN\user Add a User to a SSAS Role This solves … Continue reading →