AllowEmptyString

This commit is contained in:
Petri Asikainen 2021-05-24 12:52:29 +03:00
parent 33aa1d64bf
commit 3938f360d3

View file

@ -25,6 +25,7 @@ function Update-SnipeItAlias()
param( param(
[Parameter(Mandatory = $true, [Parameter(Mandatory = $true,
ValueFromPipeline = $true)] ValueFromPipeline = $true)]
[AllowEmptyString()]
[string[]] [string[]]
$String $String
) )