Проблема Powershell для noobie
Я скачал сценарий ниже, чтобы помочь мне удалить проблемную установку SQL Server, когда я пытаюсь запустить его в Редакторе PS, я получаю ошибку
The term 'Select–String' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:40
msiinv.exe я скачал его по ссылке на том же сайте. Вот скрипт, я никогда раньше не пользовался PS, и Google не нашел большой помощи
$a = msiinv.exe -s | Select–String "SQL Server" -Context 1,1; $a = $a -replace "Product code: ","msiexec /x """ $a = $a -replace ">", "rem" $a = $a -replace "\t", "" $a = $a -replace "}","}""" $a | Out-File c:\BatFiles\remove.bat -encoding ascii
Что я уже пробовал:
Все вышесказанное и много ругани
Patrice T
Спросите автора этого сценария!