Powershell : Open Powershell in CMD as Administrator
SQL Server DBA | Powershell |TSQL | Azure
> powershell start-process powershell -verb runas
as shown below, open CMD from windows system

Search for a command to run...
SQL Server DBA | Powershell |TSQL | Azure
> powershell start-process powershell -verb runas
as shown below, open CMD from windows system

No comments yet. Be the first to comment.
Below is the command to execute the script on remote servers Reference: https://theitbros.com/run-powershell-script-on-remote-computer/ -- if script is in local drive Invoke-Command -FilePath c:\ps\tune.ps1 -ComputerName server1,server2,server3 -- i...

In this article, we will delve into one of the most commonly used PowerShell cmdlets, Get-ChildItem, and explore how it simplifies file search operations. We will walk through a practical example of finding PNG files within a specific directory and i...

Searching for specific file extensions is a common task for many IT professionals and PowerShell provides a powerful solution. With just a few lines of code, you can quickly locate files with a specific extension in a given directory or even recursiv...
powershellstation
4 posts