In my OutputHandler I'm trying to include some basic error handling. I want to be able to include a command in the handler like
Write-Warning "Failed to find a matching entry for $list"
In my Parameters section, the Name is set to "List" but this doesn't seem to work. Is there some other way to reference parameters or does this functionality not exist yet?
In my OutputHandler I'm trying to include some basic error handling. I want to be able to include a command in the handler like
In my Parameters section, the Name is set to "List" but this doesn't seem to work. Is there some other way to reference parameters or does this functionality not exist yet?