We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5291acf commit 1b757e8Copy full SHA for 1b757e8
Install-DbaSSMS.ps1
@@ -177,7 +177,7 @@ function Install-DbaSSMS {
177
178
if ($PSCmdlet.ShouldProcess("$ENV:COMPUTERNAME", "Installing SSMS on ")) {
179
try {
180
- Start-Process -FilePath $InstallFile -ArgumentList "/install /quiet /norestart" -Wait
+ Start-Process -FilePath $InstallFile -ArgumentList "/install /quiet /norestart" -Wait -Verb RunAs
181
$pscmdlet.WriteVerbose("SSMS installed or upgraded")
182
}
183
catch {
0 commit comments