Archive

Archive for the ‘PowerShell’ Category

Start Powershell Application with “RunAs” Admin

December 24, 2010 1 comment

Check out how to start Windows Powershell Application with “RUNAS” administrator

PS C:\Users\sufian> start-process powershell_ise -verb runAs

Start-Stop SQL Server Services Using PowerShell

December 23, 2010 Leave a comment

Check status of  Running SQL Server Process using PowerShell

Stop SQL Server Process

Get-Service *SQL*
Get-Process SQL*
Stop-process 5096(Process id) -force

 



Start SQL Server Service

Follow

Get every new post delivered to your Inbox.