proxb / PoshWSUS

PowerShell module to manage Windows Server Update Services (WSUS)
MIT License
231 stars 64 forks source link

Remove-PSWSUSUpdate.ps1 Error when using pipelining #35

Open seryi74 opened 7 years ago

seryi74 commented 7 years ago

I tried to run the command:

Get-PSWSUSUpdate -Update Itanium | Remove-PSWSUSUpdate

and received an error:

Исключение при вызове "SearchUpdates" с "1" аргументами: "Заданный аргумент находится вне диапазона допустимых значений . Имя параметра: Заданный аргумент находится вне диапазона допустимых значений. Имя параметра: searchText" D:\wsus\poshwsus\Scripts\Remove-PSWSUSUpdate.ps1:49 знак:13

Sorry for the Russian interface